This commit is contained in:
sonal arora
2020-09-07 00:56:26 +05:30
parent 570f716525
commit 8f99446e42

View File

@@ -16,5 +16,16 @@
</field>
</record>
<record id="stock_view_picking_form_inherit" model="ir.ui.view">
<field name="name">view.odoo.stock.picking.inherit.form</field>
<field name="model">stock.picking</field>
<field name="inherit_id" ref="stock.view_picking_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='move_ids_without_package']//tree//field[@name='product_uom']" position="after">
<button name="%(tradex_backend_2.action_stock_location_quantity)d" string="location" type="action" icon="fa-list" width="0.1" context="{'default_product_id':product_id}"/>
</xpath>
</field>
</record>
</odoo>