[FIX]Fixed the issue of active state does not get highlighted in sale order line, the issue raised due to double state field in the view.

bzr revid: msh@openerp.com-20131106072745-5ssemxhquw2343by
This commit is contained in:
Mohammed Shekha (OpenERP) 2013-11-06 12:57:45 +05:30
parent 108ccbf108
commit f3ff6b4bfb
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@
</header>
<group>
<group>
<field name="state" invisible="1" />
<field name="product_id"
context="{'partner_id':parent.partner_id, 'quantity':product_uom_qty, 'pricelist':parent.pricelist_id, 'shop':parent.shop_id, 'uom':product_uom}"
groups="base.group_user"