Odoo18-Base/addons/l10n_fr/models/l10n_fr.py
2025-03-10 11:12:23 +07:00

10 lines
252 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models, api, _
class ResPartner(models.Model):
_inherit = 'res.partner'
siret = fields.Char(string='SIRET', size=14)