diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 420e47b4..de656aba 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -custom: "https://www.paypal.me/itprojectsllc" +custom: "https://www.paypal.me/ITProPayment" open_collective: odoo-saas diff --git a/saas/__manifest__.py b/saas/__manifest__.py index 6addc442..90345bc7 100644 --- a/saas/__manifest__.py +++ b/saas/__manifest__.py @@ -59,5 +59,5 @@ "uninstall_hook": None, "auto_install": False, - "installable": True, + "installable": False, } diff --git a/saas_cluster_simple/__manifest__.py b/saas_cluster_simple/__manifest__.py index 7fa48f67..96d5f6f8 100644 --- a/saas_cluster_simple/__manifest__.py +++ b/saas_cluster_simple/__manifest__.py @@ -9,5 +9,5 @@ "data": [], "demo": [], "qweb": [], - "installable": True, + "installable": False, } diff --git a/saas_operator_remote/__manifest__.py b/saas_operator_remote/__manifest__.py index 9ec7ad89..c7f1cb91 100644 --- a/saas_operator_remote/__manifest__.py +++ b/saas_operator_remote/__manifest__.py @@ -25,7 +25,7 @@ "post_init_hook": None, "uninstall_hook": None, "auto_install": False, - "installable": True, + "installable": False, # "demo_title": "SaaS Operator: Remote", # "demo_addons": [ # ],