configuration for pdf-invoice
This commit is contained in:
parent
0b5f4633a8
commit
b4df059b4d
7 changed files with 138 additions and 0 deletions
|
@ -7,10 +7,13 @@ from trytond.pool import Pool
|
|||
from .wizard_runreport import RunXRechnungReport, RunXRechnungReportStart
|
||||
from .invoice import InvoiceLine
|
||||
from .xreport import XReport
|
||||
from .configuration import ConfigurationXRechnungexport, Configuration
|
||||
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
Configuration,
|
||||
ConfigurationXRechnungexport,
|
||||
InvoiceLine,
|
||||
RunXRechnungReportStart,
|
||||
module='account_invoice_xrechnung', type_='model')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue