mrp_lot_on_hand_first: Use base_view_inheritance_extension

This commit is contained in:
Akim Juillerat
2022-10-07 13:13:42 +02:00
parent f851f79b19
commit cb77ca3180

View File

@@ -12,10 +12,11 @@
expr="//field[@name='move_raw_ids']//field[@name='lot_ids']" expr="//field[@name='move_raw_ids']//field[@name='lot_ids']"
position="attributes" position="attributes"
> >
<attribute name="context">{ <attribute
'name_search_qty_on_hand_first': parent.display_lots_on_hand_first, name="context"
'default_company_id': company_id, operation="python_dict"
'default_product_id': product_id,}</attribute> key="name_search_qty_on_hand_first"
>parent.display_lots_on_hand_first</attribute>
</xpath> </xpath>
</field> </field>
</record> </record>