You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
When i try to add a line in file page of directory following error occurs
File "/usr/local/lib/python3.5/dist-packages/odoo/addons/muk_dms/models/file.py", line 314, in <listcomp>
paths = [list(map(int, rec.directory.parent_path.split('/')[:-1])) for rec in records_with_directory]
AttributeError: 'bool' object has no attribute 'split'
The text was updated successfully, but these errors were encountered:
When i try to add a line in file page of directory following error occurs
The text was updated successfully, but these errors were encountered: