[MIG] mrp_lot_on_hand_first: Migration to 15.0

This commit is contained in:
Akim Juillerat
2022-10-04 12:29:07 +02:00
parent b7b8ade121
commit 8339430166
2 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "Mrp Lot On Hand First",
"summary": "Allows to display lots on hand first in M2o fields",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"development_status": "Alpha",
"category": "Manufacturing/Manufacturing",
"website": "https://github.com/OCA/manufacture",

View File

@@ -14,9 +14,8 @@
>
<attribute
name="context"
operation="python_dict"
key="name_search_qty_on_hand_first"
>parent.display_lots_on_hand_first</attribute>
operation="update"
>{'name_search_qty_on_hand_first': parent.display_lots_on_hand_first}</attribute>
</xpath>
</field>
</record>