[IMP] payment_acquirer_transfer: make it auto_install. This way users

installing the ecommerce will always have a default payment
method.

bzr revid: tde@openerp.com-20131217085056-meq403m1bdl8vk9w
This commit is contained in:
Thibault Delavallée 2013-12-17 09:50:56 +01:00
parent 3aaa0c10fe
commit 21791ced7c
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@
'data/transfer.xml',
],
'installable': True,
'auto_install': True,
}