diff --git a/report/product_pricelist_report.py b/report/product_pricelist_report.py index 599d1144a6482e378ee5ddfa8acd18f8f108d195..b33344f29d5d5c489c818d0605ac6cccb5c836fc 100644 --- a/report/product_pricelist_report.py +++ b/report/product_pricelist_report.py @@ -1,6 +1,8 @@ # Copyright 2021 Le Filament (<http://www.le-filament.com>) # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). +from odoo import models + class report_product_pricelist(models.AbstractModel): _inherit = 'report.product.report_pricelist'