flectra/addons/l10n_pt/data/account_chart_template_data.xml

19 lines
778 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<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>
</odoo>