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

@ -1,8 +1,7 @@
# coding: utf-8
from odoo import api, fields, models, _
from odoo import fields, models
class ResPartner(models.Model):
_inherit = 'res.partner'
l10n_ca_pst = fields.Char('PST')
l10n_ca_pst = fields.Char(string='PST number', help='Canadian Provincial Tax Identification Number')