From efda8da7ea8eea7a727e4dcae732b50c87ed5fe5 Mon Sep 17 00:00:00 2001
From: jordan <jordan@le-filament.com>
Date: Thu, 3 Mar 2022 12:45:08 +0100
Subject: [PATCH] [fix] import missing ValidationError

---
 models/res_partner_product_family.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/models/res_partner_product_family.py b/models/res_partner_product_family.py
index 82ba79a..2a67710 100644
--- a/models/res_partner_product_family.py
+++ b/models/res_partner_product_family.py
@@ -2,6 +2,7 @@
 # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
 
 from odoo import api, fields, models
+from odoo.exceptions import ValidationError
 
 
 class ResPartnerProductFamily(models.Model):
-- 
GitLab