mirror of
https://github.com/bringout/oca-ocb-l10n_europe.git
synced 2026-04-27 19:01:58 +02:00
Initial commit: L10N_Europe packages
This commit is contained in:
commit
9803722600
2377 changed files with 380711 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
# 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')
|
||||
Loading…
Add table
Add a link
Reference in a new issue