[FIX] stock: partner_id field not present in the stock.move form view but used in an onchange

bzr revid: qdp-launchpad@openerp.com-20121126095039-umiathe1nfbms7k5
This commit is contained in:
Quentin (OpenERP) 2012-11-26 10:50:39 +01:00
parent 4554f152f5
commit dc4016bb48
1 changed files with 1 additions and 0 deletions

View File

@ -1307,6 +1307,7 @@
<field name="product_uos" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)" class="oe_inline"/>
</div>
<field name="product_packaging" groups="product.group_stock_packaging" domain="[('product_id','=',product_id)]"/>
<field name="partner_id"/>
</group>
<group>
<field name="create_date" invisible="1"/>