# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import fields, models class IrSequence(models.Model): _inherit = 'ir.sequence' l10n_latam_document_type_id = fields.Many2one('l10n_latam.document.type', 'Document Type') #still needed for l10n_cl until next saas