Skip to content
Snippets Groups Projects
Commit d1326436 authored by Hetashree Chauhan's avatar Hetashree Chauhan Committed by Yannick Tivisse
Browse files

[IMP] l10n_ro: switch account.account.template creation in csv

data creation is faster when done through a CSV file than an XML file, hence doing it through a CSV

was task# 1909961

closes odoo/odoo#28882
parent 5d735188
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@ Romanian accounting chart and localization.
""",
"data": ['views/res_partner_view.xml',
'data/l10n_ro_chart_data.xml',
'data/account.account.template.csv',
'data/l10n_ro_chart_post_data.xml',
'data/account_data.xml',
'data/account_tax_data.xml',
'data/account_fiscal_position_data.xml',
......
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="ro_chart_template" model="account.chart.template">
<field name="property_account_receivable_id" ref="ro_pcg_recv"/> <!-- 4111 -->
<field name="property_account_payable_id" ref="ro_pcg_pay"/> <!-- 4011 -->
<field name="property_account_expense_categ_id" ref="ro_pcg_expense"/> <!-- 607 -->
<field name="property_account_income_categ_id" ref="ro_pcg_sale"/> <!-- 707 -->
<field name="income_currency_exchange_account_id" ref="pcg_7651"/>
<field name="expense_currency_exchange_account_id" ref="pcg_6651"/>
</record>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment