Browse Source

publish muk_session_store - 12.0

pull/9/head
MuK IT GmbH 5 years ago
parent
commit
33d7b3e4ae
  1. 5
      muk_session_store/__init__.py
  2. 2
      muk_session_store/__manifest__.py

5
muk_session_store/__init__.py

@ -17,5 +17,8 @@
#
###################################################################################
from odoo.tools import config
def _patch_system():
from . import patch
if 'muk_session_store' in config.get('server_wide_modules'):
from . import patch

2
muk_session_store/__manifest__.py

@ -20,7 +20,7 @@
{
"name": "MuK Session Store",
"summary": """Session Store Options""",
"version": "12.0.1.0.3",
"version": "12.0.1.0.4",
"category": "Extra Tools",
"license": "AGPL-3",
"website": "http://www.mukit.at",

Loading…
Cancel
Save