mirror of
https://github.com/bringout/oca-ocb-l10n_asia-pacific.git
synced 2026-04-26 22:42:05 +02:00
19.0 vanilla
This commit is contained in:
parent
7dc55599c6
commit
7f43bbbfcc
650 changed files with 45260 additions and 33436 deletions
10
odoo-bringout-oca-ocb-l10n_nz/l10n_nz/models/res_partner.py
Normal file
10
odoo-bringout-oca-ocb-l10n_nz/l10n_nz/models/res_partner.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
from odoo import models, _
|
||||
|
||||
|
||||
class ResPartner(models.Model):
|
||||
_inherit = 'res.partner'
|
||||
|
||||
def _get_company_registry_labels(self):
|
||||
labels = super()._get_company_registry_labels()
|
||||
labels['NZ'] = _("NZBN")
|
||||
return labels
|
||||
Loading…
Add table
Add a link
Reference in a new issue