blob: b98425e907a8eacae1ac384e8d7e38bf1ad6a245 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<!-- 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"/>
<field name="default_pos_receivable_account_id" ref="chart_2117" />
</record>
</data>
</odoo>
|