mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-19 12:52:00 +02:00
Initial commit: OCA Edi packages (42 packages)
This commit is contained in:
commit
df976c03db
2184 changed files with 571602 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
# Copyright 2017-2022 Akretion France
|
||||
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
# 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue