mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-26 04:42:03 +02:00
9 lines
237 B
Python
9 lines
237 B
Python
# coding: utf-8
|
|
from odoo import fields, models
|
|
|
|
|
|
class ResPartner(models.Model):
|
|
_inherit = 'res.partner'
|
|
|
|
l10n_nl_kvk = fields.Char(string='KVK-nummer')
|
|
l10n_nl_oin = fields.Char(string='Organisatie Indentificatie Nummer')
|