[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

@@ -3,7 +3,7 @@
{
"name": "Github Odoo Connector",
"version": "12.0.1.2.0",
"version": "14.0.0.0.0",
"author": "Elabore",
"maintainer": "False",
"website": "False",

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