19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:16 +01:00
parent 89c6e82fe7
commit 1b82c20a58
572 changed files with 43570 additions and 53303 deletions

View file

@ -3,8 +3,7 @@
from odoo import fields, models
class ResPartner(models.Model):
_name = 'res.country'
class ResCountry(models.Model):
_inherit = 'res.country'
l10n_cl_customs_code = fields.Char('Customs Code')