wizard für export
This commit is contained in:
parent
458dfecf72
commit
7b160d84af
5 changed files with 63 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue