Add account_es in extras_depend

This commit is contained in:
Raimon Esteve 2018-05-10 13:30:34 +02:00
parent 66455c2876
commit f11605bb08
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of <!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. --> this repository contains the full copyright notices and license terms. -->
<tryton> <tryton>
<data> <data depends="account_es" grouped="1">
<record model="account.tax.template" id="account_es.iva_X0_compras_bc"> <record model="account.tax.template" id="account_es.iva_X0_compras_bc">
<field name="report_type">01</field> <field name="report_type">01</field>
</record> </record>

View File

@ -2,14 +2,14 @@
version=4.9.0 version=4.9.0
depends: depends:
account account
account_es
account_invoice account_invoice
account_payment_type account_payment_type
extras_depend: extras_depend:
account_bank account_bank
account_es
xml: xml:
company.xml company.xml
invoice.xml invoice.xml
party.xml party.xml
payment_type.xml payment_type.xml
tax.xml account_es.xml