Skip to content

Commit

Permalink
fixup! fixup! fixup! [FIX] product_food_certification: avoid warning …
Browse files Browse the repository at this point in the history
…on computed field
  • Loading branch information
legalsylvain committed Jan 24, 2025
1 parent c0a124b commit b024d97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion product_food_certification/models/product_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b024d97

Please sign in to comment.