mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
@@ -41,9 +41,9 @@
|
||||
<field name="priority" eval="15" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//div[@name='product_lst_price']" position="after">
|
||||
<div t-if="record.type.raw_value == 'product'">Free: <field
|
||||
name="free_qty"
|
||||
/> <field name="uom_id" /></div>
|
||||
<div
|
||||
t-if="record.show_on_hand_qty_status_button.raw_value"
|
||||
>Free: <field name="free_qty" /> <field name="uom_id" /></div>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user