diff --git a/modules/purchase_trade/__init__.py b/modules/purchase_trade/__init__.py index e599e09..df7f0bc 100755 --- a/modules/purchase_trade/__init__.py +++ b/modules/purchase_trade/__init__.py @@ -90,10 +90,6 @@ def register(): ctrm_reporting.CTRMCashFlowContext, ctrm_reporting.CTRMGLReconciliation, ctrm_reporting.CTRMGLReconciliationContext, - stock.CharterRateType, - stock.CharterConditionRate, - stock.CharterCondition, - stock.CharterParty, configuration.Configuration, pricing.ImportPricesStart, pricing.ImportPricesResult, @@ -121,12 +117,16 @@ def register(): dashboard.Demos, party.Party, party.PartyExecution, - party.PartyExecutionSla, - party.PartyExecutionPlace, - payment_term.PaymentTerm, - payment_term.PaymentTermLine, - purchase.Purchase, - purchase.Line, + party.PartyExecutionSla, + party.PartyExecutionPlace, + payment_term.PaymentTerm, + payment_term.PaymentTermLine, + stock.CharterRateType, + stock.CharterConditionRate, + stock.CharterCondition, + stock.CharterParty, + purchase.Purchase, + purchase.Line, purchase.Estimated, purchase.Component, purchase.Pricing,