[IMP] stock, usability: added reserved quants in stock.move form view of picking (in group technical features)

bzr revid: qdp-launchpad@openerp.com-20140220103940-nxub84uglqwfwqk1
This commit is contained in:
Quentin (OpenERP) 2014-02-20 11:39:40 +01:00
parent c4cdceb0e0
commit c96fbd2c70
1 changed files with 3 additions and 0 deletions

View File

@ -1165,6 +1165,9 @@
<field name="location_id" domain="[('usage','&lt;&gt;','view')]"/>
<field name="location_dest_id" domain="[('usage','=','internal')]"/>
</group>
<group name="quants_grp" string="Reserved Quants" colspan="4" groups="base.group_no_one">
<field name="reserved_quant_ids"/>
</group>
</group>
</form>
</field>