configuration: add setting for used bank nuumbers
This commit is contained in:
parent
5c2d5e2a1d
commit
2e96a1d4c9
7 changed files with 117 additions and 0 deletions
|
@ -7,12 +7,15 @@ from trytond.pool import Pool
|
|||
from .edocument import XRechnung, FacturX
|
||||
from .bank import AccountNumber
|
||||
from .party import PartyConfiguration, Party
|
||||
from .configuration import Configuration, BankEdocumentRel
|
||||
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
AccountNumber,
|
||||
XRechnung,
|
||||
Configuration,
|
||||
BankEdocumentRel,
|
||||
FacturX,
|
||||
Party,
|
||||
PartyConfiguration,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue