configuration: add setting for used bank nuumbers
This commit is contained in:
parent
f04d8c907b
commit
81ea9d6ab1
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