mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-26 21:02:02 +02:00
8 lines
222 B
Python
8 lines
222 B
Python
# coding: utf-8
|
|
from odoo import fields, models
|
|
|
|
|
|
class ResCompany(models.Model):
|
|
_inherit = 'res.company'
|
|
|
|
l10n_no_bronnoysund_number = fields.Char(related='partner_id.l10n_no_bronnoysund_number', readonly=False)
|