blob: aef26c20ee2f4dfc772e03faf01f6466ed762f25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="pe_chart_template" model="account.chart.template">
<field name="property_account_receivable_id" ref="chart1213"/>
<field name="default_pos_receivable_account_id" ref="chart1215" />
<field name="property_account_payable_id" ref="chart4212"/>
<field name="property_account_expense_categ_id" ref="chart6329"/>
<field name="property_account_expense_id" ref="chart6011"/>
<field name="property_account_income_categ_id" ref="chart70121"/>
<field name="property_stock_account_input_categ_id" ref="chart6111"/>
<field name="property_stock_account_output_categ_id" ref="chart69111"/>
<field name="property_stock_valuation_account_id" ref="chart20111"/>
<field name="income_currency_exchange_account_id" ref="chart676"/>
<field name="expense_currency_exchange_account_id" ref="chart776"/>
</record>
<!-- transfer_account_code_prefix-->
</odoo>
|