[FIX] l10n_chart_uk_minimal : Demo account.tax.code needed negative sign

lp bug: https://launchpad.net/bugs/470815 fixed

bzr revid: jvo@tinyerp.com-20100113113847-drrnpcf1tvbap1t4
This commit is contained in:
Jay (Open ERP) 2010-01-13 17:08:47 +05:30
parent 05a76846f2
commit bbd1938baf
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
<record id="vat_code_input" model="account.tax.code.template">
<field name="name">Input VAT</field>
<field name="parent_id" ref="vat_code_balance_net"/>
<field eval="-1" name="sign"/>
</record>
<record id="vat_code_input_S" model="account.tax.code.template">