Browse Source

[MIG] Make modules uninstallable

pull/566/head
Pedro M. Baeza 9 years ago
parent
commit
79e35eb9a2
  1. 2
      admin_technical_features/__openerp__.py
  2. 2
      attachment_base_synchronize/__openerp__.py
  3. 2
      auth_session_timeout/__openerp__.py
  4. 2
      auth_signup_verify_email/__openerp__.py
  5. 2
      auth_supplier/__openerp__.py
  6. 2
      base_custom_info/__openerp__.py
  7. 2
      base_export_manager/__openerp__.py
  8. 2
      base_external_dbsource/__openerp__.py
  9. 2
      base_multi_image/__openerp__.py
  10. 2
      base_optional_quick_create/__openerp__.py
  11. 2
      base_report_auto_create_qweb/__openerp__.py
  12. 2
      base_suspend_security/__openerp__.py
  13. 2
      base_technical_features/__openerp__.py
  14. 2
      base_user_gravatar/__openerp__.py
  15. 2
      configuration_helper/__openerp__.py
  16. 2
      database_cleanup/__openerp__.py
  17. 2
      date_range/__openerp__.py
  18. 2
      dbfilter_from_header/__openerp__.py
  19. 1
      dead_mans_switch_client/__openerp__.py
  20. 2
      disable_odoo_online/__openerp__.py
  21. 2
      letsencrypt/__openerp__.py
  22. 2
      mail_environment/__openerp__.py
  23. 2
      mass_editing/__openerp__.py
  24. 3
      menu_technical_info/__openerp__.py
  25. 2
      module_prototyper/__openerp__.py
  26. 2
      password_security/__openerp__.py
  27. 2
      res_config_settings_enterprise_remove/__openerp__.py
  28. 2
      scheduler_error_mailer/__openerp__.py
  29. 2
      server_environment/__openerp__.py
  30. 2
      server_environment_files_sample/__openerp__.py
  31. 2
      test_configuration_helper/__openerp__.py
  32. 2
      users_ldap_mail/__openerp__.py
  33. 2
      users_ldap_populate/__openerp__.py

2
admin_technical_features/__openerp__.py

@ -38,5 +38,5 @@
], ],
'demo': [], 'demo': [],
'test': [], 'test': [],
'installable': True,
'installable': False,
} }

2
attachment_base_synchronize/__openerp__.py

@ -21,7 +21,7 @@
'demo': [ 'demo': [
'demo/attachment_metadata_demo.xml' 'demo/attachment_metadata_demo.xml'
], ],
'installable': True,
'installable': False,
'application': False, 'application': False,
'images': [], 'images': [],
} }

2
auth_session_timeout/__openerp__.py

@ -24,5 +24,5 @@
'data': [ 'data': [
'data/ir_config_parameter_data.xml' 'data/ir_config_parameter_data.xml'
], ],
'installable': True,
'installable': False,
} }

2
auth_signup_verify_email/__openerp__.py

@ -12,7 +12,7 @@
"Odoo Community Association (OCA)", "Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"application": False, "application": False,
"installable": True,
'installable': False,
"external_dependencies": { "external_dependencies": {
"python": [ "python": [
"lxml", "lxml",

2
auth_supplier/__openerp__.py

@ -20,5 +20,5 @@
'Odoo Community Association (OCA)', 'Odoo Community Association (OCA)',
'website': 'http://www.incaser.es', 'website': 'http://www.incaser.es',
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True,
'installable': False,
} }

2
base_custom_info/__openerp__.py

@ -31,5 +31,5 @@
'Odoo Community Association (OCA)', 'Odoo Community Association (OCA)',
'website': 'http://www.antiun.com', 'website': 'http://www.antiun.com',
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True,
'installable': False,
} }

2
base_export_manager/__openerp__.py

@ -27,6 +27,6 @@
'Odoo Community Association (OCA)', 'Odoo Community Association (OCA)',
'website': 'http://www.antiun.com', 'website': 'http://www.antiun.com',
'license': 'AGPL-3', 'license': 'AGPL-3',
'installable': True,
'installable': False,
'application': False, 'application': False,
} }

2
base_external_dbsource/__openerp__.py

@ -21,5 +21,5 @@
'demo': [ 'demo': [
'demo/base_external_dbsource.xml', 'demo/base_external_dbsource.xml',
], ],
'installable': True,
'installable': False,
} }

2
base_multi_image/__openerp__.py

@ -16,7 +16,7 @@
"website": "http://www.antiun.com", "website": "http://www.antiun.com",
"category": "Tools", "category": "Tools",
"depends": ['base'], "depends": ['base'],
'installable': True,
'installable': False,
"data": [ "data": [
"security/ir.model.access.csv", "security/ir.model.access.csv",
"views/image_view.xml", "views/image_view.xml",

2
base_optional_quick_create/__openerp__.py

@ -16,5 +16,5 @@
], ],
"demo": [], "demo": [],
'test': [], 'test': [],
'installable': True
'installable': False
} }

2
base_report_auto_create_qweb/__openerp__.py

@ -30,5 +30,5 @@
"wizard/report_duplicate_view.xml", "wizard/report_duplicate_view.xml",
"views/report_xml_view.xml", "views/report_xml_view.xml",
], ],
'installable': True,
'installable': False,
} }

2
base_suspend_security/__openerp__.py

@ -30,7 +30,7 @@
"test": [ "test": [
], ],
"auto_install": False, "auto_install": False,
'installable': True,
'installable': False,
"application": False, "application": False,
"external_dependencies": { "external_dependencies": {
'python': [], 'python': [],

2
base_technical_features/__openerp__.py

@ -14,5 +14,5 @@
'data/res_users.xml', 'data/res_users.xml',
], ],
"license": "AGPL-3", "license": "AGPL-3",
"installable": True,
'installable': False,
} }

2
base_user_gravatar/__openerp__.py

@ -10,7 +10,7 @@
'website': 'http://www.endikaiglesias.com/', 'website': 'http://www.endikaiglesias.com/',
"license": "AGPL-3", "license": "AGPL-3",
"application": False, "application": False,
'installable': True,
'installable': False,
'depends': ['base'], 'depends': ['base'],
'data': [ 'data': [
'views/res_users_view.xml', 'views/res_users_view.xml',

2
configuration_helper/__openerp__.py

@ -11,7 +11,7 @@
'website': 'http://www.akretion.com/', 'website': 'http://www.akretion.com/',
'data': [], 'data': [],
'tests': [], 'tests': [],
'installable': True,
'installable': False,
'auto_install': False, 'auto_install': False,
'license': 'AGPL-3', 'license': 'AGPL-3',
'application': False, 'application': False,

2
database_cleanup/__openerp__.py

@ -18,5 +18,5 @@
'views/purge_data.xml', 'views/purge_data.xml',
'views/menu.xml', 'views/menu.xml',
], ],
'installable': True,
'installable': False,
} }

2
date_range/__openerp__.py

@ -10,7 +10,7 @@
"author": "ACSONE SA/NV, Odoo Community Association (OCA)", "author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"application": False, "application": False,
"installable": True,
'installable': False,
"depends": [ "depends": [
"web", "web",
], ],

2
dbfilter_from_header/__openerp__.py

@ -21,7 +21,7 @@
"css": [ "css": [
], ],
"auto_install": False, "auto_install": False,
'installable': True,
'installable': False,
"external_dependencies": { "external_dependencies": {
'python': [], 'python': [],
}, },

1
dead_mans_switch_client/__openerp__.py

@ -18,4 +18,5 @@
"demo": [ "demo": [
"demo/dead_mans_switch_client_demo.yml", "demo/dead_mans_switch_client_demo.yml",
], ],
'installable': False,
} }

2
disable_odoo_online/__openerp__.py

@ -47,5 +47,5 @@ come with the standard code:
"qweb": [ "qweb": [
'static/src/xml/base.xml', 'static/src/xml/base.xml',
], ],
'installable': True,
'installable': False,
} }

2
letsencrypt/__openerp__.py

@ -19,7 +19,7 @@
"demo/ir_cron.xml", "demo/ir_cron.xml",
], ],
"post_init_hook": 'post_init_hook', "post_init_hook": 'post_init_hook',
"installable": True,
'installable': False,
"external_dependencies": { "external_dependencies": {
'bin': [ 'bin': [
'openssl', 'openssl',

2
mail_environment/__openerp__.py

@ -29,6 +29,6 @@
'server_environment_files', 'server_environment_files',
], ],
'data': ['mail_view.xml'], 'data': ['mail_view.xml'],
'installable': True,
'installable': False,
'active': False, 'active': False,
} }

2
mass_editing/__openerp__.py

@ -20,7 +20,7 @@
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'views/mass_editing_view.xml', 'views/mass_editing_view.xml',
], ],
'installable': True,
'installable': False,
'application': False, 'application': False,
'auto_install': False, 'auto_install': False,
} }

3
menu_technical_info/__openerp__.py

@ -13,5 +13,6 @@
'data': [ 'data': [
'views/menu_technical_info_templates.xml', 'views/menu_technical_info_templates.xml',
], ],
'summary': "Fast way to look up technical info about menu item."
'summary': "Fast way to look up technical info about menu item.",
'installable': False,
} }

2
module_prototyper/__openerp__.py

@ -39,6 +39,6 @@
'views/ir_model_fields_view.xml', 'views/ir_model_fields_view.xml',
'security/ir.model.access.csv', 'security/ir.model.access.csv',
], ],
'installable': True,
'installable': False,
'application': True, 'application': True,
} }

2
password_security/__openerp__.py

@ -19,5 +19,5 @@
'security/ir.model.access.csv', 'security/ir.model.access.csv',
'security/res_users_pass_history.xml', 'security/res_users_pass_history.xml',
], ],
'installable': True,
'installable': False,
} }

2
res_config_settings_enterprise_remove/__openerp__.py

@ -11,7 +11,7 @@
'author': 'LasLabs, Odoo Community Association (OCA)', 'author': 'LasLabs, Odoo Community Association (OCA)',
'license': 'AGPL-3', 'license': 'AGPL-3',
'application': False, 'application': False,
'installable': True,
'installable': False,
'depends': [ 'depends': [
'base', 'base',
], ],

2
scheduler_error_mailer/__openerp__.py

@ -17,5 +17,5 @@
], ],
'demo': ['demo/ir_cron_demo.xml'], 'demo': ['demo/ir_cron_demo.xml'],
'images': ['images/scheduler_error_mailer.jpg'], 'images': ['images/scheduler_error_mailer.jpg'],
'installable': True,
'installable': False,
} }

2
server_environment/__openerp__.py

@ -31,6 +31,6 @@
"data": [ "data": [
'serv_config.xml', 'serv_config.xml',
], ],
'installable': True,
'installable': False,
"active": False, "active": False,
} }

2
server_environment_files_sample/__openerp__.py

@ -29,6 +29,6 @@
"license": "GPL-3 or any later version", "license": "GPL-3 or any later version",
"category": "Tools", "category": "Tools",
"data": [], "data": [],
'installable': True,
'installable': False,
"active": False, "active": False,
} }

2
test_configuration_helper/__openerp__.py

@ -11,7 +11,7 @@
'website': 'http://www.akretion.com/', 'website': 'http://www.akretion.com/',
'data': [], 'data': [],
'tests': [], 'tests': [],
'installable': True,
'installable': False,
'auto_install': False, 'auto_install': False,
'license': 'AGPL-3', 'license': 'AGPL-3',
'application': False, 'application': False,

2
users_ldap_mail/__openerp__.py

@ -38,5 +38,5 @@ AD also supports the "mail" attribute, so it can be mapped into OpenERP.
'data': [ 'data': [
'users_ldap_view.xml', 'users_ldap_view.xml',
], ],
'installable': True,
'installable': False,
} }

2
users_ldap_populate/__openerp__.py

@ -48,5 +48,5 @@ object you want to query.
'view/users_ldap.xml', 'view/users_ldap.xml',
'view/populate_wizard.xml', 'view/populate_wizard.xml',
], ],
'installable': True,
'installable': False,
} }
Loading…
Cancel
Save