Add auto-install on account_payment_sale_stock.

This commit is contained in:
Alexis de Lattre
2014-04-10 23:16:30 +02:00
parent a20665ba12
commit 58529679bf

View File

@@ -41,5 +41,6 @@ for any help or question about this module.
'depends': ['sale_stock', 'account_payment_sale'],
'conflicts': ['account_payment_extension'],
'data': [],
'auto_install': True,
'active': False,
}