mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[FIX] contract: Delete cascade line wizard
For avoiding problems while trying to remove the contract/contract line
This commit is contained in:
@@ -25,6 +25,7 @@ class ContractLineWizard(models.TransientModel):
|
||||
string="Contract Line",
|
||||
required=True,
|
||||
index=True,
|
||||
ondelete="cascade",
|
||||
)
|
||||
|
||||
@api.multi
|
||||
|
||||
Reference in New Issue
Block a user