blob: 4fa444f6027dec8ab7b95008cc9b01aff1b13829 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="ve_chart_template_amd" model="account.chart.template">
<field name="property_account_receivable_id" ref="account_activa_account_1122001"/>
<field name="property_account_payable_id" ref="account_activa_account_2122001"/>
<field name="property_account_expense_categ_id" ref="account_activa_account_7151001"/>
<field name="property_account_income_categ_id" ref="account_activa_account_5111001"/>
<field name="income_currency_exchange_account_id" ref="account_activa_account_9212003"/>
<field name="expense_currency_exchange_account_id" ref="account_activa_account_9113006"/>
<field name="default_pos_receivable_account_id" ref="account_activa_account_1122003" />
</record>
</odoo>
|