mirror of
https://github.com/bringout/oca-ocb-l10n_americas.git
synced 2026-04-24 04:52:01 +02:00
8 lines
157 B
Python
8 lines
157 B
Python
# coding: utf-8
|
|
from odoo import api, fields, models, _
|
|
|
|
|
|
class ResPartner(models.Model):
|
|
_inherit = 'res.partner'
|
|
|
|
l10n_ca_pst = fields.Char('PST')
|