[FIX] l10n_fr: the parent account of cash account must be of view type

bzr revid: qdp-launchpad@openerp.com-20110222170756-3sv2woclv9tldyod
This commit is contained in:
Quentin (OpenERP) 2011-02-22 18:07:56 +01:00
parent 85ab0cc482
commit f80e90a105
1 changed files with 1 additions and 1 deletions

View File

@ -5291,7 +5291,7 @@
<record id="pcg_5121" model="account.account.template">
<field name="name">Comptes en monnaie nationale</field>
<field name="code">5121</field>
<field name="type">other</field>
<field name="type">view</field>
<field name="user_type" ref="account_type_cash"/>
<field name="parent_id" ref="fr_pcg_cash"/>