Fix French chart of accounts :

- type of account 44566 changed from 'view' to 'normal'
- the parent of account 445662 is now 4456

bzr revid: alexis@via.ecp.fr-20120418091702-oepthwy3tyc2qy1v
This commit is contained in:
Alexis de Lattre 2012-04-18 11:17:02 +02:00
parent 4254162e43
commit f1eeec97db
1 changed files with 2 additions and 2 deletions

View File

@ -4210,7 +4210,7 @@
<record id="pcg_44566" model="account.account.template">
<field name="name">TVA sur autres biens et services</field>
<field name="code">44566</field>
<field name="type">view</field>
<field name="type">other</field>
<field name="user_type" ref="account_type_tax"/>
<field name="parent_id" ref="pcg_4456"/>
@ -4223,7 +4223,7 @@
<field name="type">other</field>
<field name="user_type" ref="account_type_tax"/>
<field name="parent_id" ref="pcg_44566"/>
<field name="parent_id" ref="pcg_4456"/>
<field name="reconcile" eval="True"/>
</record>