From 736e1bcc8bea2153a5a048b5abfa82b245e5ca57 Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Thu, 25 Sep 2014 16:51:48 +0200 Subject: [PATCH] lint --- stock_reserve_sale/wizard/sale_stock_reserve.py | 1 - 1 file changed, 1 deletion(-) 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