Browse Source

publish muk_utils - 12.0

pull/9/head
MuK IT GmbH 5 years ago
parent
commit
97a9fd1415
  1. 2
      muk_utils/__manifest__.py
  2. 2
      muk_utils/models/mixins_hierarchy.py

2
muk_utils/__manifest__.py

@ -19,7 +19,7 @@
{
"name": "MuK Utils",
"summary": """Utility Features""",
"version": '12.0.1.4.0',
"version": '12.0.1.4.1',
"category": 'Extra Tools',
"license": "AGPL-3",
"author": "MuK IT",

2
muk_utils/models/mixins_hierarchy.py

@ -54,7 +54,7 @@ class Hierarchy(models.AbstractModel):
readonly=True,
store=True,
automatic=True))
add('parent_path_json', fields.Char(
add('parent_path_json', fields.Text(
_module=self._module,
compute='_compute_parent_path',
compute_sudo=self._parent_path_sudo,

Loading…
Cancel
Save