[FIX] add a missing name attribute to the user's form view 'view_users_form_simple_modif'

this name attribute is used by a xpath in the point_of_sale module (cf. 'res_users_form_preference_view' view)

bzr revid: abo@openerp.com-20120718113534-g9kd95y75t2x71c0
This commit is contained in:
Antonin Bourguignon 2012-07-18 13:35:34 +02:00
parent eda52bc99e
commit 0ec54ee473
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
<field name="comment"/>
</page>
</notebook>
</sheet>
</sheet>
</form>
</field>
</record>
@ -199,7 +199,7 @@
<field name="name" readonly="1" class="oe_inline"/>
(<field name="login" readonly="1" class="oe_inline"/>)
</h1>
<group col="4">
<group name="preferences" col="4">
<field name="context_lang" readonly="0"/>
<field name="company_id" readonly="0"
groups="base.group_multi_company" on_change="on_change_company_id(company_id)"/>