diff --git a/g2p_bank_rest_api/__manifest__.py b/g2p_bank_rest_api/__manifest__.py index 61bd37c..ba23062 100644 --- a/g2p_bank_rest_api/__manifest__.py +++ b/g2p_bank_rest_api/__manifest__.py @@ -16,7 +16,7 @@ "assets": {}, "demo": [], "images": [], - "application": True, - "installable": True, + "application": False, + "installable": False, "auto_install": False, } diff --git a/g2p_registry_addl_info_rest_api/__manifest__.py b/g2p_registry_addl_info_rest_api/__manifest__.py index 74d1862..10bcfb5 100644 --- a/g2p_registry_addl_info_rest_api/__manifest__.py +++ b/g2p_registry_addl_info_rest_api/__manifest__.py @@ -16,6 +16,6 @@ "demo": [], "images": [], "application": False, - "installable": True, + "installable": False, "auto_install": False, } diff --git a/g2p_registry_rest_api/__manifest__.py b/g2p_registry_rest_api/__manifest__.py index c54b521..8f40d6e 100644 --- a/g2p_registry_rest_api/__manifest__.py +++ b/g2p_registry_rest_api/__manifest__.py @@ -23,7 +23,7 @@ "assets": {}, "demo": [], "images": [], - "application": True, - "installable": True, + "application": False, + "installable": False, "auto_install": False, } diff --git a/g2p_registry_rest_api_extension_demo/__manifest__.py b/g2p_registry_rest_api_extension_demo/__manifest__.py index 2f5cc06..ba4faea 100644 --- a/g2p_registry_rest_api_extension_demo/__manifest__.py +++ b/g2p_registry_rest_api_extension_demo/__manifest__.py @@ -16,7 +16,7 @@ "assets": {}, "demo": [], "images": [], - "application": True, - "installable": True, + "application": False, + "installable": False, "auto_install": False, }