# Copyright 2017-2022 Akretion France # @author: Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import models class BaseFacturX(models.AbstractModel): _name = "base.facturx" _description = "Common methods to generate and parse Factur-X and Order-X" # This class will certainly start to be used with the implementation # of Order-X sooner or later: http://fnfe-mpe.org/factur-x/order-x/