blob: f8922aa3583e459ddd8e27c257f0ef5e0e8bb5d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="l10n_nz_chart_template" model="account.chart.template">
<field name="property_account_receivable_id" ref="nz_11200"/>
<field name="property_account_payable_id" ref="nz_21200"/>
<field name="property_account_expense_categ_id" ref="nz_51110"/>
<field name="property_account_income_categ_id" ref="nz_41110"/>
<field name="property_stock_account_input_categ_id" ref="nz_21210"/>
<field name="property_stock_account_output_categ_id" ref="nz_51110"/>
<field name="property_stock_valuation_account_id" ref="nz_11330"/>
<field name="expense_currency_exchange_account_id" ref="nz_61630"/>
<field name="income_currency_exchange_account_id" ref="nz_61630"/>
<field name="default_pos_receivable_account_id" ref="nz_11220" />
</record>
</odoo>
|