wizard für export

This commit is contained in:
Frederik Jaeckel 2022-10-18 17:33:31 +02:00
parent 458dfecf72
commit 7b160d84af
5 changed files with 63 additions and 3 deletions

View file

@ -4,7 +4,9 @@
# full copyright notices and license terms.
from trytond.pool import Pool
from .wizard_runreport import RunXRechnungReport
# ~ def register():
# ~ Pool.register(
# ~ module='account_invoice_xrechnung', type_='model')
def register():
Pool.register(
RunXRechnungReport,
module='account_invoice_xrechnung', type_='wizard')