[MIG] dev_git_*: migration to v14. Issue post not tested
This commit is contained in:
BIN
dev_github_connector/models/__pycache__/__init__.cpython-38.pyc
Normal file
BIN
dev_github_connector/models/__pycache__/__init__.cpython-38.pyc
Normal file
Binary file not shown.
BIN
dev_github_connector/models/__pycache__/company.cpython-38.pyc
Normal file
BIN
dev_github_connector/models/__pycache__/company.cpython-38.pyc
Normal file
Binary file not shown.
BIN
dev_github_connector/models/__pycache__/git_issue.cpython-38.pyc
Normal file
BIN
dev_github_connector/models/__pycache__/git_issue.cpython-38.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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