[MIG] dev_git_*: migration to v14. Issue post not tested
This commit is contained in:
@@ -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",
|
||||
|
BIN
dev_github_connector/__pycache__/__init__.cpython-38.pyc
Normal file
BIN
dev_github_connector/__pycache__/__init__.cpython-38.pyc
Normal file
Binary file not shown.
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'})
|
||||
|
BIN
dev_github_connector/wizard/__pycache__/__init__.cpython-38.pyc
Normal file
BIN
dev_github_connector/wizard/__pycache__/__init__.cpython-38.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user