19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:30:27 +01:00
parent d1963a3c3a
commit 2d3ee4855a
7430 changed files with 2687981 additions and 2965473 deletions

View file

@ -11,7 +11,7 @@ from odoo import models, tools
class TransifexTranslation(models.AbstractModel):
_name = "transifex.translation"
_name = 'transifex.translation'
_description = "Transifex Translation"
@tools.ormcache()