diff --git a/sf_warehouse/models/model.py b/sf_warehouse/models/model.py index 8b9a86e4..c313e6de 100644 --- a/sf_warehouse/models/model.py +++ b/sf_warehouse/models/model.py @@ -13,6 +13,7 @@ from odoo import api, fields, models, _ from odoo.osv import expression from odoo.exceptions import UserError, ValidationError +_logger = logging.getLogger(__name__) class SfLocation(models.Model): _inherit = 'stock.location'