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 14, 2015
1 parent be9de30 commit ef5b89c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion attachment_preview/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": [
],
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
"external_dependencies": {
'python': [],
Expand Down
2 changes: 1 addition & 1 deletion attachments_to_filesystem/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": [
],
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
"external_dependencies": {
'python': ['dateutil', 'pytz'],
Expand Down
2 changes: 1 addition & 1 deletion document_choose_directory/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test": [
],
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
"external_dependencies": {
'python': [],
Expand Down
2 changes: 1 addition & 1 deletion document_no_unique_filenames/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'document',
],
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
"external_dependencies": {
'python': [],
Expand Down
2 changes: 1 addition & 1 deletion document_page/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'test': [
'test/document_page_test00.yml'
],
'installable': True,
'installable': False,
'auto_install': False,
'images': [],
'css': ['static/src/css/document_page.css'],
Expand Down
2 changes: 1 addition & 1 deletion document_page_approval/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'security/document_page_security.xml',
'security/ir.model.access.csv',
],
'installable': True,
'installable': False,
'auto_install': False,
'images': [
'images/category.png',
Expand Down
2 changes: 1 addition & 1 deletion document_reindex/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"post_init_hook": 'post_init_hook',
"auto_install": False,
"installable": True,
'installable': False,
"application": False,
"external_dependencies": {
'python': [],
Expand Down
2 changes: 1 addition & 1 deletion document_url/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
'qweb': [
'static/src/xml/url.xml',
],
"installable": True,
'installable': False,
}

0 comments on commit ef5b89c

Please sign in to comment.