Compare commits
3 Commits
12.0-githu
...
13.0
Author | SHA1 | Date | |
---|---|---|---|
|
6cd5679312 | ||
|
72bf3cb5f0 | ||
|
6fab43ecaf |
@@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
"name": "Git Project Task Connector",
|
||||
"version": "12.0.1.1.0",
|
||||
"version": "13.0.1.1.0",
|
||||
"author": "Elabore",
|
||||
"maintainer": "False",
|
||||
"website": "False",
|
||||
|
@@ -14,7 +14,6 @@ class GitRepository(models.Model):
|
||||
string="Displayed name", compute="_compute_displayed_name"
|
||||
)
|
||||
|
||||
@api.multi
|
||||
@api.depends("owner", "name")
|
||||
def _compute_displayed_name(self):
|
||||
for record in self:
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
"name": "Github Odoo Connector",
|
||||
"version": "12.0.1.2.0",
|
||||
"version": "13.0.1.2.0",
|
||||
"author": "Elabore",
|
||||
"maintainer": "False",
|
||||
"website": "False",
|
||||
|
Reference in New Issue
Block a user