[MIG] product_library: Migration to 16.0
This commit is contained in:
parent
3d189d87a1
commit
3b0d37a0ac
3 changed files with 3 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue