facturx: check unece codes at tax
This commit is contained in:
parent
45ff5ef39f
commit
1e7a021eee
7 changed files with 154 additions and 118 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue