Set account_credit_control to installable

This commit is contained in:
Guewen Baconnier
2014-10-28 11:45:41 +01:00
parent 782779af6b
commit dacb6fdb4c

View File

@@ -76,7 +76,7 @@ On each generated line, you have many choices:
"security/ir.model.access.csv"],
'demo_xml': ["credit_control_demo.xml"],
'tests': [],
'installable': False,
'installable': True,
'license': 'AGPL-3',
'application': True
}