Skip to content
Snippets Groups Projects
Commit a068d06e5087 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: Add lang context value to cache for version

parent b8c4ae1f57bd
No related branches found
No related merge requests found
......@@ -2,6 +2,11 @@
Changelog
=========
16.0.1.1.1
----------
Add lang context value to cache for version.
16.0.1.1.0
----------
......
......@@ -21,7 +21,7 @@
{
"name": "Version",
"license": "AGPL-3",
"version": "16.0.1.1.0",
"version": "16.0.1.1.1",
"category": "Technical",
"author": "Smile, XCG Consulting",
"maintainer": "XCG Consulting",
......
......@@ -39,7 +39,7 @@
_name = "ir.code_version"
_description = "Code Version"
@tools.ormcache()
@tools.ormcache_context(keys=("lang",))
@api.model
def get_value(self):
"""Return the code version value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment