mirror of
https://github.com/bringout/oca-ocb-l10n_americas.git
synced 2026-04-27 14:52:02 +02:00
19.0 vanilla
This commit is contained in:
parent
89c6e82fe7
commit
1b82c20a58
572 changed files with 43570 additions and 53303 deletions
|
|
@ -1,12 +1,10 @@
|
|||
# coding: utf-8
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class ResCompany(models.Model):
|
||||
_inherit = 'res.company'
|
||||
|
||||
l10n_ca_pst = fields.Char(related='partner_id.l10n_ca_pst', string='PST', store=False)
|
||||
|
||||
l10n_ca_pst = fields.Char(related='partner_id.l10n_ca_pst', string='PST Number', store=False, readonly=False)
|
||||
|
||||
|
||||
class BaseDocumentLayout(models.TransientModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue