[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2016-10-06 14:45:52 +02:00
parent 1080adf390
commit 9a84491727
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
'data/date_range_type.xml',
'views/date_range_type.xml',
],
'installable': True,
'installable': False,
'application': True,
'auto_install': False,
'license': 'AGPL-3',

View File

@@ -26,6 +26,6 @@
'website': 'http://www.camptocamp.com',
'data': ['account_view.xml',
'wizard/account_lock_move_view.xml'],
'installable': True,
'installable': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -14,5 +14,5 @@
],
'license': 'AGPL-3',
"auto_install": False,
'installable': True,
'installable': False,
}

View File

@@ -18,5 +18,5 @@
"data": [
'wizard/wizard_renumber_view.xml',
],
'installable': True,
'installable': False,
}

View File

@@ -21,5 +21,5 @@
],
"images": [],
"demo": [],
'installable': True
'installable': False
}