export: add factur-x 1.07.2

This commit is contained in:
Frederik Jaeckel 2024-12-05 15:36:07 +01:00
parent 0937e5548b
commit 9c1bf1ca18
5 changed files with 259 additions and 10 deletions

View file

@ -4,13 +4,14 @@
# full copyright notices and license terms.
from trytond.pool import Pool
from .edocument import Invoice
from .edocument import Invoice, FacturX
from .party import PartyConfiguration, Party
def register():
Pool.register(
Invoice,
FacturX,
Party,
PartyConfiguration,
module='edocument_xrechnung', type_='model')