mirror of
https://github.com/bringout/oca-ocb-l10n_americas.git
synced 2026-04-25 14:12:00 +02:00
9 lines
217 B
Python
9 lines
217 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from odoo import fields, models
|
|
|
|
|
|
class ResConfigSettings(models.TransientModel):
|
|
_inherit = 'res.config.settings'
|
|
|
|
module_l10n_mx_edi = fields.Boolean('Mexican Electronic Invoicing')
|