diff --git a/ir_config_parameter_viewer/__init__.py b/__unported__/ir_config_parameter_viewer/__init__.py similarity index 100% rename from ir_config_parameter_viewer/__init__.py rename to __unported__/ir_config_parameter_viewer/__init__.py diff --git a/ir_config_parameter_viewer/__openerp__.py b/__unported__/ir_config_parameter_viewer/__openerp__.py similarity index 100% rename from ir_config_parameter_viewer/__openerp__.py rename to __unported__/ir_config_parameter_viewer/__openerp__.py diff --git a/ir_config_parameter_viewer/i18n/ir_config_parameter_viewer.pot b/__unported__/ir_config_parameter_viewer/i18n/ir_config_parameter_viewer.pot similarity index 100% rename from ir_config_parameter_viewer/i18n/ir_config_parameter_viewer.pot rename to __unported__/ir_config_parameter_viewer/i18n/ir_config_parameter_viewer.pot diff --git a/ir_config_parameter_viewer/ir_config_parameter_view.xml b/__unported__/ir_config_parameter_viewer/ir_config_parameter_view.xml similarity index 100% rename from ir_config_parameter_viewer/ir_config_parameter_view.xml rename to __unported__/ir_config_parameter_viewer/ir_config_parameter_view.xml diff --git a/security_protector/__init__.py b/__unported__/security_protector/__init__.py similarity index 100% rename from security_protector/__init__.py rename to __unported__/security_protector/__init__.py diff --git a/security_protector/__openerp__.py b/__unported__/security_protector/__openerp__.py similarity index 100% rename from security_protector/__openerp__.py rename to __unported__/security_protector/__openerp__.py diff --git a/security_protector/data.xml b/__unported__/security_protector/data.xml similarity index 100% rename from security_protector/data.xml rename to __unported__/security_protector/data.xml diff --git a/security_protector/i18n/security_protector.pot b/__unported__/security_protector/i18n/security_protector.pot similarity index 100% rename from security_protector/i18n/security_protector.pot rename to __unported__/security_protector/i18n/security_protector.pot diff --git a/security_protector/security_protector.py b/__unported__/security_protector/security_protector.py similarity index 100% rename from security_protector/security_protector.py rename to __unported__/security_protector/security_protector.py diff --git a/security_protector/security_view.xml b/__unported__/security_protector/security_view.xml similarity index 100% rename from security_protector/security_view.xml rename to __unported__/security_protector/security_view.xml diff --git a/server_env_base_external_referentials/__init__.py b/__unported__/server_env_base_external_referentials/__init__.py similarity index 100% rename from server_env_base_external_referentials/__init__.py rename to __unported__/server_env_base_external_referentials/__init__.py diff --git a/server_env_base_external_referentials/__openerp__.py b/__unported__/server_env_base_external_referentials/__openerp__.py similarity index 100% rename from server_env_base_external_referentials/__openerp__.py rename to __unported__/server_env_base_external_referentials/__openerp__.py diff --git a/server_env_base_external_referentials/base_external_referentials.py b/__unported__/server_env_base_external_referentials/base_external_referentials.py similarity index 100% rename from server_env_base_external_referentials/base_external_referentials.py rename to __unported__/server_env_base_external_referentials/base_external_referentials.py diff --git a/server_env_base_external_referentials/i18n/server_env_base_external_referentials.pot b/__unported__/server_env_base_external_referentials/i18n/server_env_base_external_referentials.pot similarity index 100% rename from server_env_base_external_referentials/i18n/server_env_base_external_referentials.pot rename to __unported__/server_env_base_external_referentials/i18n/server_env_base_external_referentials.pot diff --git a/cron_run_manually/__openerp__.py b/cron_run_manually/__openerp__.py index 9fa6ed24a..eb53e939b 100644 --- a/cron_run_manually/__openerp__.py +++ b/cron_run_manually/__openerp__.py @@ -33,4 +33,5 @@ of the scheduler. """, 'depends': ['base'], 'data': ['view/ir_cron.xml'], + 'installable': True, } diff --git a/email_template_template/__openerp__.py b/email_template_template/__openerp__.py index 329915bc4..a193404c1 100644 --- a/email_template_template/__openerp__.py +++ b/email_template_template/__openerp__.py @@ -95,5 +95,6 @@ In your template template: 'view/email_template.xml', ], "license": 'AGPL-3', + 'installable': True, } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/web_context_tunnel/__openerp__.py b/web_context_tunnel/__openerp__.py index 41519b664..3813782b6 100644 --- a/web_context_tunnel/__openerp__.py +++ b/web_context_tunnel/__openerp__.py @@ -88,5 +88,6 @@ https://github.com/openerpbrasil/l10n_br_core/compare/develop...feature%2Fsale-w ], 'css': [], 'auto_install': False, + 'installable': True, 'web_preload': False, }