bank accont number: add field 'company_owned'
This commit is contained in:
parent
fce531c210
commit
5c2d5e2a1d
3 changed files with 147 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue