19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:58 +01:00
parent 20e6dadd87
commit 4b94f0abc5
205 changed files with 24700 additions and 14614 deletions

View file

@ -3,7 +3,7 @@ from werkzeug import urls
from odoo import models, api
class Image(models.AbstractModel):
class IrQwebFieldImage(models.AbstractModel):
_inherit = 'ir.qweb.field.image'
@api.model
@ -27,4 +27,4 @@ class Image(models.AbstractModel):
], limit=1)
return attachment.datas
return super(Image, self).from_html(model, field, element)
return super().from_html(model, field, element)