[MIG] Make modules uninstallable

This commit is contained in:
Pedro M. Baeza
2015-10-14 02:57:05 +02:00
parent 99c83e3259
commit 8a9710a005
42 changed files with 41 additions and 32 deletions

2
web_sheet_full_width_selective/__openerp__.py Executable file → Normal file
View File

@@ -33,5 +33,5 @@
'views/sheet.xml',
],
'active': False,
'installable': True,
'installable': False,
}