flectra/addons/l10n_es/data/account_chart_template_account_account_link.xml
2018-01-16 02:34:37 -08:00

18 lines
911 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flectra>
<data>
<!--We complete the declaration of the chart of account here.
These data are to be created once the accounts have been created in database,
they finish "linking" the CoA to them.-->
<record id="account_chart_template_common" model="account.chart.template">
<field name="property_account_receivable_id" ref="account_common_4300"/>
<field name="property_account_payable_id" ref="account_common_4100"/>
<field name="property_account_expense_categ_id" ref="account_common_600"/>
<field name="property_account_income_categ_id" ref="account_common_7000"/>
<field name="income_currency_exchange_account_id" ref="account_common_768"/>
<field name="expense_currency_exchange_account_id" ref="account_common_668"/>
</record>
</data>
</flectra>