[FIX] l10n_cn: fixing runbot as per new constraint required on code of account template

bzr revid: qdp-launchpad@openerp.com-20111229203552-fwo9mlk9t2mqs47v
This commit is contained in:
Quentin (OpenERP) 2011-12-29 21:35:52 +01:00
parent d875590994
commit c97e1857f6
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
<!-- 科目表模板-->
<record id="cn_root" model="account.account.template">
<field name="name">会计科目</field>
<field name="code">0</field>
<field name="type">view</field>
<field name="user_type" ref="user_type_all"/>
</record>