Browse Source

[MIG] Make modules uninstallable

pull/663/head
Pedro M. Baeza 9 years ago
committed by Jairo Llopis
parent
commit
e76c30eeef
  1. 2
      partner_firstname/__openerp__.py

2
partner_firstname/__openerp__.py

@ -35,6 +35,6 @@
'demo': [], 'demo': [],
'test': [], 'test': [],
'auto_install': False, 'auto_install': False,
'installable': True,
'installable': False,
'images': [] 'images': []
} }
Loading…
Cancel
Save