diff --git a/stock_reserve_sale/wizard/sale_stock_reserve.py b/stock_reserve_sale/wizard/sale_stock_reserve.py index af8130f1b..9030a574d 100644 --- a/stock_reserve_sale/wizard/sale_stock_reserve.py +++ b/stock_reserve_sale/wizard/sale_stock_reserve.py @@ -51,7 +51,6 @@ class SaleStockReserve(models.TransientModel): "at the end of the validity.") note = fields.Text('Notes') - @api.one def _prepare_stock_reservation(self, line): product_uos = line.product_uos.id if line.product_uos else False