[IMP] l10n_lu,l10n_cr: correct property account in account.chart.template

bzr revid: mtr@mtr-20110202095446-170cxzgzkm6eijqp
This commit is contained in:
mtr 2011-02-02 15:24:46 +05:30
parent 8af73b2885
commit 2caa4c37b3
2 changed files with 6 additions and 6 deletions

View File

@ -14,8 +14,8 @@
<field name="property_account_payable" ref="account_account_template_0_211001"/>
<field name="property_account_income" ref="account_account_template_0_410001"/>
<field name="property_account_expense" ref="account_account_template_0_511301"/>
<field name="property_account_income_categ" ref="account_account_template_0_400000"/>
<field name="property_account_expense_categ" ref="account_account_template_0_500000"/>
<field name="property_account_income_categ" ref="account_account_template_0_410001"/>
<field name="property_account_expense_categ" ref="account_account_template_0_511301"/>
</record>
<record id="account_chart_template_x" model="account.chart.template">
<field name="name">Costa Rica - Company 1</field>
@ -26,8 +26,8 @@
<field name="property_account_payable" ref="account_account_template_x211001"/>
<field name="property_account_income" ref="account_account_template_x410001"/>
<field name="property_account_expense" ref="account_account_template_x511301"/>
<field name="property_account_income_categ" ref="account_account_template_x400000"/>
<field name="property_account_expense_categ" ref="account_account_template_x500000"/>
<field name="property_account_income_categ" ref="account_account_template_x410001"/>
<field name="property_account_expense_categ" ref="account_account_template_x511301"/>
</record>
</data>
</openerp>

View File

@ -3783,9 +3783,9 @@
<field name="tax_code_root_id" ref="account_tax_code_template_1"/>
<field name="bank_account_view_id" ref="account_550"/>
<field name="property_account_receivable" ref="account_401000"/>
<field name="property_account_payable" ref="account_441000"/>
<field name="property_account_payable" ref="account_700000"/>
<field name="property_account_expense_categ" ref="account_600000"/>
<field name="property_account_income_categ" ref="account_700000"/>
<field name="property_account_income_categ" ref="account_441000"/>
</record>