mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] agreement_serviceprofile: Migration to 13.0
This commit is contained in:
@@ -7,7 +7,4 @@ from odoo import fields, models
|
||||
class AgreementStage(models.Model):
|
||||
_inherit = "agreement.stage"
|
||||
|
||||
stage_type = fields.Selection(
|
||||
selection_add=[("serviceprofile", "Service Profile")],
|
||||
ondelete={"serviceprofile": "cascade"},
|
||||
)
|
||||
stage_type = fields.Selection(selection_add=[("serviceprofile", "Service Profile")])
|
||||
|
||||
Reference in New Issue
Block a user