Browse Source

[MIG] Make modules uninstallable

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

2
partner_firstname/__openerp__.py

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