[FIX] base/res_partner: use 'country_id' instead of 'country'

bzr revid: rco@openerp.com-20120309075341-vx2nxs3tgnh2354r
This commit is contained in:
Raphael Collet 2012-03-09 08:53:41 +01:00
parent 900db58e89
commit 0844aa7d10
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@
<field name="email"/>
<field name="user_id" invisible="1"/>
<field name="is_company" invisible="1"/>
<field name="country" invisible="1"/>
<field name="country_id" invisible="1"/>
</tree>
</field>
</record>