Browse Source

[MIG] Make modules uninstallable

pull/1591/merge
Pedro M. Baeza 8 years ago
committed by Holger Brunn
parent
commit
9b13091788
  1. 2
      attachment_base_synchronize/__openerp__.py

2
attachment_base_synchronize/__openerp__.py

@ -21,7 +21,7 @@
'demo': [ 'demo': [
'demo/attachment_metadata_demo.xml' 'demo/attachment_metadata_demo.xml'
], ],
'installable': True,
'installable': False,
'application': False, 'application': False,
'images': [], 'images': [],
} }
Loading…
Cancel
Save