mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-26 06:02:03 +02:00
8 lines
234 B
Python
8 lines
234 B
Python
# coding: utf-8
|
|
from odoo import fields, models
|
|
|
|
|
|
class ResPartner(models.Model):
|
|
_inherit = 'res.partner'
|
|
|
|
l10n_no_bronnoysund_number = fields.Char(string='Register of Legal Entities (Brønnøysund Register Center)', size=9)
|