[FIX] point_of_sale: Hide the has_XXX_control fields in the session

bzr revid: stw@openerp.com-20120824130730-8dqrjjqr7z1stwl5
This commit is contained in:
Stephane Wirtel 2012-08-24 15:07:30 +02:00
parent fe4f647996
commit 45cf233538
1 changed files with 2 additions and 3 deletions

View File

@ -900,9 +900,8 @@
<field name="name" attrs="{'invisible': [('name','=','/')]}" class="oe_inline"/>
</h1>
<group>
<field name="has_opening_control" invisible="0" widget="integer" />
<field name="has_closing_control" invisible="0" widget="integer" />
<!-- <field name="state" widget="char"/> -->
<field name="has_opening_control" invisible="1" />
<field name="has_closing_control" invisible="1" />
<group>
<field name="user_id"/>
<field name="config_id" attrs="{'invisible' : [('config_id', '&lt;&gt;', False)]}"/>