summaryrefslogtreecommitdiff
path: root/addons/l10n_nl/data/account_chart_template_post_data.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/l10n_nl/data/account_chart_template_post_data.xml')
-rw-r--r--addons/l10n_nl/data/account_chart_template_post_data.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/addons/l10n_nl/data/account_chart_template_post_data.xml b/addons/l10n_nl/data/account_chart_template_post_data.xml
new file mode 100644
index 00000000..edad2bfd
--- /dev/null
+++ b/addons/l10n_nl/data/account_chart_template_post_data.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+ <record id="l10nnl_chart_template" model="account.chart.template">
+ <field name="code_digits">6</field>
+ <field name="property_account_receivable_id" ref="recv"/>
+ <field name="property_account_payable_id" ref="pay"/>
+ <field name="property_account_expense_categ_id" ref="7001"/>
+ <field name="property_account_income_categ_id" ref="8001"/>
+ <field name="property_stock_account_input_categ_id" ref="0120"/>
+ <field name="property_stock_account_output_categ_id" ref="0129"/>
+ <field name="property_stock_valuation_account_id" ref="4830"/>
+ <field name="expense_currency_exchange_account_id" ref="4920"/>
+ <field name="income_currency_exchange_account_id" ref="8920"/>
+ <field name="default_pos_receivable_account_id" ref="recv_pos" />
+ </record>
+</odoo>