facturx: check unece codes at tax

This commit is contained in:
Frederik Jaeckel 2024-12-09 13:24:39 +01:00
parent 45ff5ef39f
commit 1e7a021eee
7 changed files with 154 additions and 118 deletions

View file

@ -4,13 +4,13 @@
# full copyright notices and license terms.
from trytond.pool import Pool
from .edocument import Invoice, FacturX
from .edocument import XRechnung, FacturX
from .party import PartyConfiguration, Party
def register():
Pool.register(
Invoice,
XRechnung,
FacturX,
Party,
PartyConfiguration,