Skip to content

Commit

Permalink
[MIG] Make modules uninstallable
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Oct 6, 2016
1 parent 2f19bc0 commit 79e35eb
Show file tree
Hide file tree
Showing 33 changed files with 34 additions and 32 deletions.
2 changes: 1 addition & 1 deletion admin_technical_features/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
],
'demo': [],
'test': [],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion attachment_base_synchronize/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'demo': [
'demo/attachment_metadata_demo.xml'
],
'installable': True,
'installable': False,
'application': False,
'images': [],
}
2 changes: 1 addition & 1 deletion auth_session_timeout/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
'data': [
'data/ir_config_parameter_data.xml'
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion auth_signup_verify_email/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
'installable': False,
"external_dependencies": {
"python": [
"lxml",
Expand Down
2 changes: 1 addition & 1 deletion auth_supplier/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
'Odoo Community Association (OCA)',
'website': 'http://www.incaser.es',
'license': 'AGPL-3',
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion base_custom_info/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
'Odoo Community Association (OCA)',
'website': 'http://www.antiun.com',
'license': 'AGPL-3',
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion base_export_manager/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
'Odoo Community Association (OCA)',
'website': 'http://www.antiun.com',
'license': 'AGPL-3',
'installable': True,
'installable': False,
'application': False,
}
2 changes: 1 addition & 1 deletion base_external_dbsource/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
'demo': [
'demo/base_external_dbsource.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion base_multi_image/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"website": "http://www.antiun.com",
"category": "Tools",
"depends": ['base'],
'installable': True,
'installable': False,
"data": [
"security/ir.model.access.csv",
"views/image_view.xml",
Expand Down
2 changes: 1 addition & 1 deletion base_optional_quick_create/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
],
"demo": [],
'test': [],
'installable': True
'installable': False
}
2 changes: 1 addition & 1 deletion base_report_auto_create_qweb/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"wizard/report_duplicate_view.xml",
"views/report_xml_view.xml",
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion base_suspend_security/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": [
],
"auto_install": False,
'installable': True,
'installable': False,
"application": False,
"external_dependencies": {
'python': [],
Expand Down
2 changes: 1 addition & 1 deletion base_technical_features/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
'data/res_users.xml',
],
"license": "AGPL-3",
"installable": True,
'installable': False,
}
2 changes: 1 addition & 1 deletion base_user_gravatar/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'website': 'http://www.endikaiglesias.com/',
"license": "AGPL-3",
"application": False,
'installable': True,
'installable': False,
'depends': ['base'],
'data': [
'views/res_users_view.xml',
Expand Down
2 changes: 1 addition & 1 deletion configuration_helper/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'website': 'http://www.akretion.com/',
'data': [],
'tests': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False,
Expand Down
2 changes: 1 addition & 1 deletion database_cleanup/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
'views/purge_data.xml',
'views/menu.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion date_range/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
'installable': False,
"depends": [
"web",
],
Expand Down
2 changes: 1 addition & 1 deletion dbfilter_from_header/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"css": [
],
"auto_install": False,
'installable': True,
'installable': False,
"external_dependencies": {
'python': [],
},
Expand Down
1 change: 1 addition & 0 deletions dead_mans_switch_client/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
"demo": [
"demo/dead_mans_switch_client_demo.yml",
],
'installable': False,
}
2 changes: 1 addition & 1 deletion disable_odoo_online/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"qweb": [
'static/src/xml/base.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion letsencrypt/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"demo/ir_cron.xml",
],
"post_init_hook": 'post_init_hook',
"installable": True,
'installable': False,
"external_dependencies": {
'bin': [
'openssl',
Expand Down
2 changes: 1 addition & 1 deletion mail_environment/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
'server_environment_files',
],
'data': ['mail_view.xml'],
'installable': True,
'installable': False,
'active': False,
}
2 changes: 1 addition & 1 deletion mass_editing/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'security/ir.model.access.csv',
'views/mass_editing_view.xml',
],
'installable': True,
'installable': False,
'application': False,
'auto_install': False,
}
3 changes: 2 additions & 1 deletion menu_technical_info/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
'data': [
'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 changes: 1 addition & 1 deletion module_prototyper/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
'views/ir_model_fields_view.xml',
'security/ir.model.access.csv',
],
'installable': True,
'installable': False,
'application': True,
}
2 changes: 1 addition & 1 deletion password_security/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
'security/ir.model.access.csv',
'security/res_users_pass_history.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion res_config_settings_enterprise_remove/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'author': 'LasLabs, Odoo Community Association (OCA)',
'license': 'AGPL-3',
'application': False,
'installable': True,
'installable': False,
'depends': [
'base',
],
Expand Down
2 changes: 1 addition & 1 deletion scheduler_error_mailer/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
],
'demo': ['demo/ir_cron_demo.xml'],
'images': ['images/scheduler_error_mailer.jpg'],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion server_environment/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"data": [
'serv_config.xml',
],
'installable': True,
'installable': False,
"active": False,
}
2 changes: 1 addition & 1 deletion server_environment_files_sample/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"license": "GPL-3 or any later version",
"category": "Tools",
"data": [],
'installable': True,
'installable': False,
"active": False,
}
2 changes: 1 addition & 1 deletion test_configuration_helper/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'website': 'http://www.akretion.com/',
'data': [],
'tests': [],
'installable': True,
'installable': False,
'auto_install': False,
'license': 'AGPL-3',
'application': False,
Expand Down
2 changes: 1 addition & 1 deletion users_ldap_mail/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
'data': [
'users_ldap_view.xml',
],
'installable': True,
'installable': False,
}
2 changes: 1 addition & 1 deletion users_ldap_populate/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
'view/users_ldap.xml',
'view/populate_wizard.xml',
],
'installable': True,
'installable': False,
}

0 comments on commit 79e35eb

Please sign in to comment.