update customize

This commit is contained in:
ivan deng
2021-10-08 01:15:45 +08:00
parent 2d503b8c79
commit f642e8c93e
11 changed files with 245 additions and 92 deletions

View File

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