Skip to content

Commit 79e35eb

Browse files
committed
[MIG] Make modules uninstallable
1 parent 2f19bc0 commit 79e35eb

File tree

33 files changed

+34
-32
lines changed

33 files changed

+34
-32
lines changed

admin_technical_features/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
],
3939
'demo': [],
4040
'test': [],
41-
'installable': True,
41+
'installable': False,
4242
}

attachment_base_synchronize/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'demo': [
2222
'demo/attachment_metadata_demo.xml'
2323
],
24-
'installable': True,
24+
'installable': False,
2525
'application': False,
2626
'images': [],
2727
}

auth_session_timeout/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
'data': [
2525
'data/ir_config_parameter_data.xml'
2626
],
27-
'installable': True,
27+
'installable': False,
2828
}

auth_signup_verify_email/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Odoo Community Association (OCA)",
1313
"license": "AGPL-3",
1414
"application": False,
15-
"installable": True,
15+
'installable': False,
1616
"external_dependencies": {
1717
"python": [
1818
"lxml",

auth_supplier/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
'Odoo Community Association (OCA)',
2121
'website': 'http://www.incaser.es',
2222
'license': 'AGPL-3',
23-
'installable': True,
23+
'installable': False,
2424
}

base_custom_info/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
'Odoo Community Association (OCA)',
3232
'website': 'http://www.antiun.com',
3333
'license': 'AGPL-3',
34-
'installable': True,
34+
'installable': False,
3535
}

base_export_manager/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
'Odoo Community Association (OCA)',
2828
'website': 'http://www.antiun.com',
2929
'license': 'AGPL-3',
30-
'installable': True,
30+
'installable': False,
3131
'application': False,
3232
}

base_external_dbsource/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
'demo': [
2222
'demo/base_external_dbsource.xml',
2323
],
24-
'installable': True,
24+
'installable': False,
2525
}

base_multi_image/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"website": "http://www.antiun.com",
1717
"category": "Tools",
1818
"depends": ['base'],
19-
'installable': True,
19+
'installable': False,
2020
"data": [
2121
"security/ir.model.access.csv",
2222
"views/image_view.xml",

base_optional_quick_create/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
],
1717
"demo": [],
1818
'test': [],
19-
'installable': True
19+
'installable': False
2020
}

base_report_auto_create_qweb/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"wizard/report_duplicate_view.xml",
3131
"views/report_xml_view.xml",
3232
],
33-
'installable': True,
33+
'installable': False,
3434
}

base_suspend_security/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test": [
3131
],
3232
"auto_install": False,
33-
'installable': True,
33+
'installable': False,
3434
"application": False,
3535
"external_dependencies": {
3636
'python': [],

base_technical_features/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
'data/res_users.xml',
1515
],
1616
"license": "AGPL-3",
17-
"installable": True,
17+
'installable': False,
1818
}

base_user_gravatar/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'website': 'http://www.endikaiglesias.com/',
1111
"license": "AGPL-3",
1212
"application": False,
13-
'installable': True,
13+
'installable': False,
1414
'depends': ['base'],
1515
'data': [
1616
'views/res_users_view.xml',

configuration_helper/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'website': 'http://www.akretion.com/',
1212
'data': [],
1313
'tests': [],
14-
'installable': True,
14+
'installable': False,
1515
'auto_install': False,
1616
'license': 'AGPL-3',
1717
'application': False,

database_cleanup/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
'views/purge_data.xml',
1919
'views/menu.xml',
2020
],
21-
'installable': True,
21+
'installable': False,
2222
}

date_range/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
1111
"license": "AGPL-3",
1212
"application": False,
13-
"installable": True,
13+
'installable': False,
1414
"depends": [
1515
"web",
1616
],

dbfilter_from_header/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"css": [
2222
],
2323
"auto_install": False,
24-
'installable': True,
24+
'installable': False,
2525
"external_dependencies": {
2626
'python': [],
2727
},

dead_mans_switch_client/__openerp__.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
"demo": [
1919
"demo/dead_mans_switch_client_demo.yml",
2020
],
21+
'installable': False,
2122
}

disable_odoo_online/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
"qweb": [
4848
'static/src/xml/base.xml',
4949
],
50-
'installable': True,
50+
'installable': False,
5151
}

letsencrypt/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"demo/ir_cron.xml",
2020
],
2121
"post_init_hook": 'post_init_hook',
22-
"installable": True,
22+
'installable': False,
2323
"external_dependencies": {
2424
'bin': [
2525
'openssl',

mail_environment/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
'server_environment_files',
3030
],
3131
'data': ['mail_view.xml'],
32-
'installable': True,
32+
'installable': False,
3333
'active': False,
3434
}

mass_editing/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'security/ir.model.access.csv',
2121
'views/mass_editing_view.xml',
2222
],
23-
'installable': True,
23+
'installable': False,
2424
'application': False,
2525
'auto_install': False,
2626
}

menu_technical_info/__openerp__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
'data': [
1414
'views/menu_technical_info_templates.xml',
1515
],
16-
'summary': "Fast way to look up technical info about menu item."
16+
'summary': "Fast way to look up technical info about menu item.",
17+
'installable': False,
1718
}

module_prototyper/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
'views/ir_model_fields_view.xml',
4040
'security/ir.model.access.csv',
4141
],
42-
'installable': True,
42+
'installable': False,
4343
'application': True,
4444
}

password_security/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
'security/ir.model.access.csv',
2020
'security/res_users_pass_history.xml',
2121
],
22-
'installable': True,
22+
'installable': False,
2323
}

res_config_settings_enterprise_remove/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'author': 'LasLabs, Odoo Community Association (OCA)',
1212
'license': 'AGPL-3',
1313
'application': False,
14-
'installable': True,
14+
'installable': False,
1515
'depends': [
1616
'base',
1717
],

scheduler_error_mailer/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
],
1818
'demo': ['demo/ir_cron_demo.xml'],
1919
'images': ['images/scheduler_error_mailer.jpg'],
20-
'installable': True,
20+
'installable': False,
2121
}

server_environment/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"data": [
3232
'serv_config.xml',
3333
],
34-
'installable': True,
34+
'installable': False,
3535
"active": False,
3636
}

server_environment_files_sample/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"license": "GPL-3 or any later version",
3030
"category": "Tools",
3131
"data": [],
32-
'installable': True,
32+
'installable': False,
3333
"active": False,
3434
}

test_configuration_helper/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'website': 'http://www.akretion.com/',
1212
'data': [],
1313
'tests': [],
14-
'installable': True,
14+
'installable': False,
1515
'auto_install': False,
1616
'license': 'AGPL-3',
1717
'application': False,

users_ldap_mail/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
'data': [
3939
'users_ldap_view.xml',
4040
],
41-
'installable': True,
41+
'installable': False,
4242
}

users_ldap_populate/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
'view/users_ldap.xml',
4949
'view/populate_wizard.xml',
5050
],
51-
'installable': True,
51+
'installable': False,
5252
}

0 commit comments

Comments
 (0)