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