update common

This commit is contained in:
ivan deng
2021-06-28 17:52:18 +08:00
parent 4e9457f62b
commit 7d6e755fca
3 changed files with 35 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ class IrModule(models.Model):
})
return action
@api.depends('name', 'latest_version', 'state')
@api.depends('name', 'state')
def _get_latest_version(self):
default_version = modules.adapt_version('1.0')
for module in self: