19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:39 +01:00
parent 38c6088dcc
commit d9452d2060
243 changed files with 30797 additions and 10815 deletions

View file

@ -5,8 +5,8 @@ from odoo import fields, models
class ResourceTest(models.Model):
_description = 'Test Resource Model'
_name = 'resource.test'
_description = 'Test Resource Model'
_inherit = ['resource.mixin']
name = fields.Char()