From b024d978b296f662ba8c75e9d4841dc2d9e24632 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Thu, 23 Jan 2025 16:56:26 +0100 Subject: [PATCH] fixup! fixup! fixup! [FIX] product_food_certification: avoid warning on computed field --- product_food_certification/models/product_product.py | 1 - 1 file changed, 1 deletion(-) diff --git a/product_food_certification/models/product_product.py b/product_food_certification/models/product_product.py index a1d17eab..210053b1 100644 --- a/product_food_certification/models/product_product.py +++ b/product_food_certification/models/product_product.py @@ -51,7 +51,6 @@ class ProductProduct(models.Model): def _compute_organic_type(self): self._get_organic_type() - @api.model def _get_organic_type(self): """ - called by product.product in compute function