This commit is contained in:
2026-01-26 17:32:33 +01:00
parent fbfc943301
commit 757b9f724d
5 changed files with 145 additions and 8 deletions

View File

@@ -3144,10 +3144,10 @@ class CreateContracts(Wizard):
def transition_creating(self):
ContractFactory.create_contracts(
self.ct.contracts,
type_=self.ct.type,
ct=self.ct,
)
self.ct.contracts,
type_=self.ct.type,
ct=self.ct,
)
# SaleLine = Pool().get('sale.line')
# Sale = Pool().get('sale.sale')
# PurchaseLine = Pool().get('purchase.line')