export: add factur-x 1.07.2
This commit is contained in:
parent
fc29a63969
commit
bdc98f25fb
5 changed files with 259 additions and 10 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue