odoo-addon-dms 16.0.1.8.2.4__py3-none-any.whl → 16.0.1.8.3.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/dms/README.rst +2 -1
- odoo/addons/dms/__manifest__.py +1 -1
- odoo/addons/dms/i18n/ca.po +2298 -0
- odoo/addons/dms/readme/ROADMAP.rst +1 -0
- odoo/addons/dms/static/description/index.html +2 -1
- {odoo_addon_dms-16.0.1.8.2.4.dist-info → odoo_addon_dms-16.0.1.8.3.2.dist-info}/METADATA +4 -3
- {odoo_addon_dms-16.0.1.8.2.4.dist-info → odoo_addon_dms-16.0.1.8.3.2.dist-info}/RECORD +9 -8
- {odoo_addon_dms-16.0.1.8.2.4.dist-info → odoo_addon_dms-16.0.1.8.3.2.dist-info}/WHEEL +1 -1
- {odoo_addon_dms-16.0.1.8.2.4.dist-info → odoo_addon_dms-16.0.1.8.3.2.dist-info}/top_level.txt +0 -0
odoo/addons/dms/README.rst
CHANGED
@@ -7,7 +7,7 @@ Document Management System
|
|
7
7
|
!! This file is generated by oca-gen-addon-readme !!
|
8
8
|
!! changes will be overwritten. !!
|
9
9
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
10
|
-
!! source digest: sha256:
|
10
|
+
!! source digest: sha256:a1e09fa33b9ef1f4f1ff039a3ff5685f7de8ade40a250dca4e24d40b0b695fe5
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -120,6 +120,7 @@ Known issues / Roadmap
|
|
120
120
|
- If Inherit permissions from related record (the inherit_access_from_parent_record field from storage) is changed when directories already exist, inconsistencies may occur because groups defined in the directories and subdirectories will still exist, all groups in these directories should be removed before changing.
|
121
121
|
- Since portal users can read ``dms.storage`` records, if your module extends this model to another storage backend that needs using secrets, remember to forbid access to the secrets fields by other means. It would be nice to be able to remove that rule at some point.
|
122
122
|
- Searchpanel in files: Highlight items (shading) without records when filtering something (by name for example).
|
123
|
+
- Accessing the clipboard (for example copy share link of file/directory) is limited to secure connections. It also happens in any part of Odoo.
|
123
124
|
|
124
125
|
Bug Tracker
|
125
126
|
===========
|
odoo/addons/dms/__manifest__.py
CHANGED