[MIG] agreement_serviceprofile: Migration to 13.0

This commit is contained in:
Olga Marco
2021-12-30 11:46:57 +01:00
parent 76a018a2f7
commit 523fb69bd0

View File

@@ -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")])