From c79a80f86327247b662f79d17f991dea32f4e5b4 Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Mon, 7 Jul 2014 19:56:10 +0200 Subject: [PATCH] add missing installable and move unported in __unported__ --- .../ir_config_parameter_viewer}/__init__.py | 0 .../ir_config_parameter_viewer}/__openerp__.py | 0 .../i18n/ir_config_parameter_viewer.pot | 0 .../ir_config_parameter_viewer}/ir_config_parameter_view.xml | 0 .../security_protector}/__init__.py | 0 .../security_protector}/__openerp__.py | 0 {security_protector => __unported__/security_protector}/data.xml | 0 .../security_protector}/i18n/security_protector.pot | 0 .../security_protector}/security_protector.py | 0 .../security_protector}/security_view.xml | 0 .../server_env_base_external_referentials}/__init__.py | 0 .../server_env_base_external_referentials}/__openerp__.py | 0 .../base_external_referentials.py | 0 .../i18n/server_env_base_external_referentials.pot | 0 cron_run_manually/__openerp__.py | 1 + email_template_template/__openerp__.py | 1 + web_context_tunnel/__openerp__.py | 1 + 17 files changed, 3 insertions(+) rename {ir_config_parameter_viewer => __unported__/ir_config_parameter_viewer}/__init__.py (100%) rename {ir_config_parameter_viewer => __unported__/ir_config_parameter_viewer}/__openerp__.py (100%) rename {ir_config_parameter_viewer => __unported__/ir_config_parameter_viewer}/i18n/ir_config_parameter_viewer.pot (100%) rename {ir_config_parameter_viewer => __unported__/ir_config_parameter_viewer}/ir_config_parameter_view.xml (100%) rename {security_protector => __unported__/security_protector}/__init__.py (100%) rename {security_protector => __unported__/security_protector}/__openerp__.py (100%) rename {security_protector => __unported__/security_protector}/data.xml (100%) rename {security_protector => __unported__/security_protector}/i18n/security_protector.pot (100%) rename {security_protector => __unported__/security_protector}/security_protector.py (100%) rename {security_protector => __unported__/security_protector}/security_view.xml (100%) rename {server_env_base_external_referentials => __unported__/server_env_base_external_referentials}/__init__.py (100%) rename {server_env_base_external_referentials => __unported__/server_env_base_external_referentials}/__openerp__.py (100%) rename {server_env_base_external_referentials => __unported__/server_env_base_external_referentials}/base_external_referentials.py (100%) rename {server_env_base_external_referentials => __unported__/server_env_base_external_referentials}/i18n/server_env_base_external_referentials.pot (100%) 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, }