[NEW] l10n_fr_partner_comcom
This commit is contained in:
12
l10n_fr_partner_comcom/models/res_country_comcom.py
Normal file
12
l10n_fr_partner_comcom/models/res_country_comcom.py
Normal 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')
|
Reference in New Issue
Block a user