This commit is contained in:
2026-01-04 13:31:17 +01:00
parent 37d73b6962
commit 02b99b4622
7 changed files with 438 additions and 144 deletions

View File

@@ -3,7 +3,32 @@
from trytond.pool import Pool
from . import purchase,sale,global_reporting,stock,derivative,lot,pricing,workflow,lc,dashboard,fee,payment_term,purchase_prepayment,cron,party,forex,outgoing,incoming,optional,association_tables, document_tracking, open_position, credit_risk
from . import (
purchase,
sale,
global_reporting,
stock,
derivative,
lot,
pricing,
workflow,
lc,
dashboard,
fee,
payment_term,
purchase_prepayment,
cron,
party,
forex,
outgoing,
incoming,
optional,
association_tables,
document_tracking,
open_position,
credit_risk,
valuation,
)
def register():
Pool.register(
@@ -69,8 +94,8 @@ def register():
fee.Fee,
fee.FeeLots,
purchase.FeeLots,
fee.Valuation,
fee.ValuationDyn,
valuation.Valuation,
valuation.ValuationDyn,
derivative.Derivative,
derivative.DerivativeMatch,
derivative.MatchWizardStart,