[UPD] Separate core addons from Git platform connector addons

This commit is contained in:
Stéphan Sainléger
2022-06-10 15:19:22 +02:00
parent 542a8b60c9
commit eeb6d60b40
9 changed files with 120 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ class Task(models.Model):
def link_issue(self):
return {
"name": "Link a Github issue",
"name": "Link a Git issue",
"type": "ir.actions.act_window",
"view_mode": "form",
"res_model": "link.git.issue",