Skip to content

Commit

Permalink
[IMP] l10n_mx: Add stock accounts on the chart template definition
Browse files Browse the repository at this point in the history
Closes #27746
  • Loading branch information
hbto authored and nim-odoo committed Oct 16, 2018
1 parent f2ff474 commit 3b39311
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions addons/l10n_mx/data/l10n_mx_chart_data.xml
Expand Up @@ -32,6 +32,14 @@
<field name="reconcile" eval="True"/>
<field name="tag_ids" eval="[(6,0,[ref('account_tag_105_01')])]"/>
</record>
<record id='cuenta107_05_01' model='account.account.template'>
<field name='name'>Mercancías Enviadas - No Facturas</field>
<field name='code'>107.05.01</field>
<field name="chart_template_id" ref="mx_coa"/>
<field name="user_type_id" ref="account.data_account_type_current_assets"/>
<field name="reconcile" eval="True"/>
<field name="tag_ids" eval="[(6,0,[ref('account_tag_107_05')])]"/>
</record>
<record id='cuenta108_01' model='account.account.template'>
<field name='name'>Estimación de cuentas incobrables nacional</field>
<field name='code'>108.01.01</field>
Expand Down Expand Up @@ -128,6 +136,14 @@
<field name="reconcile" eval="True"/>
<field name="tag_ids" eval="[(6,0,[ref('account_tag_201_01')])]"/>
</record>
<record id='cuenta205_06_01' model='account.account.template'>
<field name='name'>Mercancías Recibidas - No Facturas</field>
<field name='code'>205.06.01</field>
<field name="chart_template_id" ref="mx_coa"/>
<field name="user_type_id" ref="account.data_account_type_current_liabilities"/>
<field name="reconcile" eval="True"/>
<field name="tag_ids" eval="[(6,0,[ref('account_tag_205_01')])]"/>
</record>
<record id='cuenta206_01' model='account.account.template'>
<field name='name'>Anticipo de cliente nacional</field>
<field name='code'>206.01.01</field>
Expand Down Expand Up @@ -250,6 +266,9 @@
<field name="property_account_payable_id" ref="cuenta201_01"/>
<field name="property_account_expense_categ_id" ref="cuenta601_84"/>
<field name="property_account_income_categ_id" ref="cuenta401_01"/>
<field name="property_stock_account_input_categ_id" ref="cuenta205_06_01"/>
<field name="property_stock_account_output_categ_id" ref="cuenta107_05_01"/>
<field name="property_stock_valuation_account_id" ref="cuenta115_01"/>
<field name="income_currency_exchange_account_id" ref="cuenta702_01"/>
<field name="expense_currency_exchange_account_id" ref="cuenta701_01"/>
</record>
Expand Down

0 comments on commit 3b39311

Please sign in to comment.