mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_warehouse_calendar: stock_rule
This commit is contained in:
committed by
RicardCForgeFlow
parent
eac380cfe9
commit
000de86708
@@ -19,7 +19,7 @@ class StockRule(models.Model):
|
|||||||
company_id,
|
company_id,
|
||||||
values,
|
values,
|
||||||
):
|
):
|
||||||
res = super(StockRule, self)._get_stock_move_values(
|
res = super()._get_stock_move_values(
|
||||||
product_id,
|
product_id,
|
||||||
product_qty,
|
product_qty,
|
||||||
product_uom,
|
product_uom,
|
||||||
|
|||||||
Reference in New Issue
Block a user