[FIX] contract: Delete cascade line wizard

For avoiding problems while trying to remove the contract/contract line
This commit is contained in:
Pedro M. Baeza
2020-04-01 19:21:12 +02:00
committed by Francisco Ivan Anton Prieto
parent 1caf2cdbe8
commit 4b829d3bcb
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ class ContractLineWizard(models.TransientModel):
string="Contract Line",
required=True,
index=True,
ondelete="cascade",
)
@api.multi