export ok
This commit is contained in:
parent
00dd70e877
commit
73e30e1a88
12 changed files with 461 additions and 25 deletions
|
@ -6,6 +6,7 @@
|
|||
from trytond.pool import Pool
|
||||
from .wizard_runreport import RunXRechnungReport, RunXRechnungReportStart
|
||||
from .invoice import InvoiceLine
|
||||
from .xreport import XReport
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
|
@ -15,3 +16,6 @@ def register():
|
|||
Pool.register(
|
||||
RunXRechnungReport,
|
||||
module='account_invoice_xrechnung', type_='wizard')
|
||||
Pool.register(
|
||||
XReport,
|
||||
module='account_invoice_xrechnung', type_='report')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue