[MIG] dev_git_*: migration to v14. Issue post not tested

This commit is contained in:
clementthomas
2023-08-17 12:28:56 +02:00
parent 6fab43ecaf
commit 8d4a94706a
23 changed files with 14 additions and 7 deletions

View File

@@ -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'})