xml erzeugen bei 40%
This commit is contained in:
parent
baf871e506
commit
265e38c24f
12 changed files with 357 additions and 1 deletions
|
@ -4,7 +4,13 @@
|
|||
# full copyright notices and license terms.
|
||||
|
||||
from trytond.pool import Pool
|
||||
from .edocument import Invoice
|
||||
from .party import PartyConfiguration, Party
|
||||
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
Invoice,
|
||||
Party,
|
||||
PartyConfiguration,
|
||||
module='edocument_xrechnung', type_='model')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue