[MIGR] Update __openerp__.py to disable account_statement_completion_voucher module.

This commit is contained in:
Joel Grand-Guillaume
2012-12-18 22:09:08 +01:00
parent 077c842a7e
commit 28c16e8779

View File

@@ -36,9 +36,9 @@
],
'demo_xml': [],
'test': [],
'installable': True,
'installable': False,
'images': [],
'auto_install': True,
'auto_install': False,
'license': 'AGPL-3',
'active': False,
}