bank accont number: add field 'company_owned'

This commit is contained in:
Frederik Jaeckel 2024-12-10 12:24:45 +01:00
parent 9bff1f142b
commit 0165d56115
3 changed files with 147 additions and 0 deletions

View file

@ -5,11 +5,13 @@
from trytond.pool import Pool
from .edocument import XRechnung, FacturX
from .bank import AccountNumber
from .party import PartyConfiguration, Party
def register():
Pool.register(
AccountNumber,
XRechnung,
FacturX,
Party,