[MIG] dev_git_*: migration to v14. Issue post not tested
This commit is contained in:
@@ -6,4 +6,4 @@ from odoo import models, fields
|
||||
class GitPlatform(models.Model):
|
||||
_inherit = "git.platform"
|
||||
|
||||
tool = fields.Selection(selection_add=[("github", "Github")])
|
||||
tool = fields.Selection(selection_add=[("github", "Github")], ondelete={'github':'cascade'})
|
||||
|
Reference in New Issue
Block a user