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

19 lines
784 B
XML

<?xml version="1.0" encoding="utf-8"?>
<flectra>
<data noupdate="1">
<!-- Chart template -->
<record id="pt_chart_template" model="account.chart.template">
<field name="property_account_receivable_id" ref="chart_2111"/>
<field name="property_account_payable_id" ref="chart_2211"/>
<field name="property_account_expense_id" ref="chart_311"/>
<field name="property_account_income_id" ref="chart_711"/>
<field name="property_account_income_categ_id" ref="chart_711"/>
<field name="property_account_expense_categ_id" ref="chart_311"/>
<field name="income_currency_exchange_account_id" ref="chart_7861"/>
<field name="expense_currency_exchange_account_id" ref="chart_692"/>
</record>
</data>
</flectra>