[IMP]hide group by partner checkbox when wizard popups automatically after product recieved

bzr revid: sgo@tinyerp.com-20130604053546-twaycqp4130s6x48
This commit is contained in:
sgo@tinyerp.com 2013-06-04 11:05:46 +05:30
parent f8f752945f
commit 4bbb78f531
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<separator string="Products"/>
<field name="move_ids"/>
<footer>
<button name="do_partial" string="_Validate" type="object" class="oe_highlight"/>
<button name="do_partial" string="_Validate" type="object" class="oe_highlight" context="{'group_field_invisible': True}"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>

View File

@ -31,7 +31,7 @@
</tree>
</field>
<footer>
<button name="do_partial" string="_Transfer" type="object" class="oe_highlight"/>
<button name="do_partial" string="_Transfer" type="object" class="oe_highlight" context="{'group_field_invisible': True}"/>
or
<button string="Cancel" class="oe_link" special="cancel" />
</footer>