[NEW] l10n_fr_partner_comcom

This commit is contained in:
clementthomas
2024-10-16 15:05:54 +02:00
parent 4de88acf8f
commit 5b9172ef19
12 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import logging
from odoo import fields, models
_logger = logging.getLogger(__name__)
class ResCountryComcom(models.Model):
_name = 'res.country.comcom'
name = fields.Text('Nom')