[MIG] product_library: Migration to 16.0

This commit is contained in:
santi 2024-08-28 18:14:13 +00:00
parent 3d189d87a1
commit 3b0d37a0ac
3 changed files with 3 additions and 6 deletions

View file

@ -10,7 +10,6 @@ from odoo import models, fields, api
class ProductProduct(models.Model):
_inherit = 'product.product'
@api.multi
@api.depends('image')
def _compute_has_image(self):
for product in self: