[FIX] missing name in a view form broke the point of sale

bzr revid: fva@openerp.com-20120711160653-9sadlkxf30u9nwn2
This commit is contained in:
Frédéric van der Essen 2012-07-11 18:06:53 +02:00
parent 510fe019ca
commit 4358a24561
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@
groups="base.group_multi_company" on_change="on_change_company_id(company_id)"/>
</h2>
</div>
<group col="4" string="Preferences">
<group col="4" name="preferences" string="Preferences">
<field name="context_lang" readonly="0"/>
<field name="context_tz" readonly="0"/>
</group>