mirror of
https://github.com/bringout/oca-ocb-l10n_americas.git
synced 2026-04-26 15:52:01 +02:00
7 lines
201 B
Python
7 lines
201 B
Python
from odoo import fields, models
|
|
|
|
|
|
class ResPartner(models.Model):
|
|
_inherit = 'res.partner'
|
|
|
|
l10n_ca_pst = fields.Char(string='PST number', help='Canadian Provincial Tax Identification Number')
|