[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
parent 058dd8576c
commit be4904bad1
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