trytond-account_bank/tryton.cfg
Sergi Almacellas Abellana 52bb75e13e Merge account_payment_bank functionality
account_bank originally did not depend on the account_payment module, but
since version 4.1 the account_payment_type depends on the account_payment
module, and hence the account_bank indirectly depends on it. We now make
this dependency explicit and deprecate the account_payment_bank functionality
2016-11-17 12:48:35 +01:00

12 lines
163 B
INI

[tryton]
version=4.1.0
depends:
account
account_invoice
account_payment
account_payment_type
company_bank
xml:
account.xml
payment.xml