diff options
Diffstat (limited to 'addons/l10n_dz/data/account_chart_template_post_data.xml')
| -rw-r--r-- | addons/l10n_dz/data/account_chart_template_post_data.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addons/l10n_dz/data/account_chart_template_post_data.xml b/addons/l10n_dz/data/account_chart_template_post_data.xml new file mode 100644 index 00000000..ae37bba4 --- /dev/null +++ b/addons/l10n_dz/data/account_chart_template_post_data.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <record id="l10n_dz_pcg_chart_template" model="account.chart.template"> + <field name="property_account_receivable_id" ref="dz_pcg_recv"/> + <field name="default_pos_receivable_account_id" ref="dz_pcg_recv_pos" /> + <field name="property_account_payable_id" ref="dz_pcg_pay"/> + <field name="property_account_expense_categ_id" ref="pcg_6001"/> + <field name="property_account_income_categ_id" ref="pcg_7001"/> + <field name="income_currency_exchange_account_id" ref="pcg_766"/> + <field name="expense_currency_exchange_account_id" ref="pcg_666"/> + </record> +</odoo> |
