[IMP] stock: usability improvements

bzr revid: qdp-launchpad@openerp.com-20131219160150-tzt0wqzh47s3dbye
This commit is contained in:
Quentin (OpenERP) 2013-12-19 17:01:50 +01:00
parent ab687aec4d
commit 394cab0494
1 changed files with 3 additions and 0 deletions

View File

@ -1659,6 +1659,9 @@
<xpath expr="//div[@name='button_box']" position="inside">
<button name="do_view_pickings" string="Group's Pickings" type="object"/>
</xpath>
<xpath expr="//field[@name='rule_id']" position="replace">
<field name="rule_id" domain="['|', ('location_id', '=', False), ('location_id', '=', location_id)]"/>
</xpath>
</field>
</record>
<record id="view_procurement_tree_stock_inherit" model="ir.ui.view">