[MIG] mrp_multi_level: Migration to 17.0

This commit is contained in:
JasminSForgeFlow
2024-03-15 12:55:43 +05:30
parent 677bde6b00
commit 995e752a6e
16 changed files with 58 additions and 73 deletions

View File

@@ -12,5 +12,5 @@ class StockQuant(models.Model):
"""
Adding field product_uom_id, inventory_quantity
"""
fields = super(StockQuant, self)._get_inventory_fields_write()
fields = super()._get_inventory_fields_write()
return fields + ["product_uom_id", "inventory_quantity"]