diff --git a/stock_inventory_revaluation/wizards/stock_inventory_revaluation_mass_post.py b/stock_inventory_revaluation/wizards/stock_inventory_revaluation_mass_post.py index 0cc2463f4..2dc7efb9e 100644 --- a/stock_inventory_revaluation/wizards/stock_inventory_revaluation_mass_post.py +++ b/stock_inventory_revaluation/wizards/stock_inventory_revaluation_mass_post.py @@ -2,7 +2,8 @@ # © 2015 Eficent Business and IT Consulting Services S.L. # - Jordi Ballester Alomar # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). -from openerp import api, fields, models, _, exceptions +from openerp import api, models, _, exceptions + class StockInventoryRevaluationMassPost(models.TransientModel):