odoo-addon-dms 16.0.1.8.2.3__py3-none-any.whl → 16.0.1.8.3__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.
@@ -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:47e1474a4f285eefc01f31e5393d7ec85323c8f27d7cd2044cd55fa12da5fe96
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
  ===========
@@ -4,7 +4,7 @@
4
4
  {
5
5
  "name": "Document Management System",
6
6
  "summary": """Document Management System for Odoo""",
7
- "version": "16.0.1.8.2",
7
+ "version": "16.0.1.8.3",
8
8
  "category": "Document Management",
9
9
  "license": "LGPL-3",
10
10
  "website": "https://github.com/OCA/dms",
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: Odoo Server 13.0\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "PO-Revision-Date: 2024-07-29 10:58+0000\n"
9
+ "PO-Revision-Date: 2024-09-18 10:06+0000\n"
10
10
  "Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
11
11
  "Language-Team: none\n"
12
12
  "Language: it\n"
@@ -1946,7 +1946,7 @@ msgstr "Tipo salvataggio"
1946
1946
  #: code:addons/dms/static/src/js/views/file_list_renderer.xml:0
1947
1947
  #, python-format
1948
1948
  msgid "Scan"
1949
- msgstr "Scansiona"
1949
+ msgstr "Leggi"
1950
1950
 
1951
1951
  #. module: dms
1952
1952
  #: model:ir.model.fields,field_description:dms.field_dms_directory__access_token
@@ -6,3 +6,4 @@
6
6
  - 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.
7
7
  - 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.
8
8
  - Searchpanel in files: Highlight items (shading) without records when filtering something (by name for example).
9
+ - Accessing the clipboard (for example copy share link of file/directory) is limited to secure connections. It also happens in any part of Odoo.
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:47e1474a4f285eefc01f31e5393d7ec85323c8f27d7cd2044cd55fa12da5fe96
370
+ !! source digest: sha256:a1e09fa33b9ef1f4f1ff039a3ff5685f7de8ade40a250dca4e24d40b0b695fe5
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
372
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/dms/tree/16.0/dms"><img alt="OCA/dms" src="https://img.shields.io/badge/github-OCA%2Fdms-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/dms-16-0/dms-16-0-dms"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/dms&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373
373
  <p>DMS is a module for creating, managing and viewing document files directly
@@ -498,6 +498,7 @@ Another possibility is to click on “Share” button inside a directory or a fi
498
498
  <li>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.</li>
499
499
  <li>Since portal users can read <tt class="docutils literal">dms.storage</tt> 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.</li>
500
500
  <li>Searchpanel in files: Highlight items (shading) without records when filtering something (by name for example).</li>
501
+ <li>Accessing the clipboard (for example copy share link of file/directory) is limited to secure connections. It also happens in any part of Odoo.</li>
501
502
  </ul>
502
503
  </div>
503
504
  <div class="section" id="bug-tracker">
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-dms
3
- Version: 16.0.1.8.2.3
3
+ Version: 16.0.1.8.3
4
4
  Summary: Document Management System for Odoo
5
5
  Home-page: https://github.com/OCA/dms
6
6
  Author: MuK IT, Tecnativa, Odoo Community Association (OCA)
@@ -11,7 +11,7 @@ Classifier: Framework :: Odoo
11
11
  Classifier: Framework :: Odoo :: 16.0
12
12
  Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
13
13
  Requires-Python: >=3.10
14
- Requires-Dist: odoo <16.1dev,>=16.0a
14
+ Requires-Dist: odoo<16.1dev,>=16.0a
15
15
 
16
16
  ==========================
17
17
  Document Management System
@@ -22,7 +22,7 @@ Document Management System
22
22
  !! This file is generated by oca-gen-addon-readme !!
23
23
  !! changes will be overwritten. !!
24
24
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
25
- !! source digest: sha256:47e1474a4f285eefc01f31e5393d7ec85323c8f27d7cd2044cd55fa12da5fe96
25
+ !! source digest: sha256:a1e09fa33b9ef1f4f1ff039a3ff5685f7de8ade40a250dca4e24d40b0b695fe5
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
27
 
28
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -135,6 +135,7 @@ Known issues / Roadmap
135
135
  - 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.
136
136
  - 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.
137
137
  - Searchpanel in files: Highlight items (shading) without records when filtering something (by name for example).
138
+ - Accessing the clipboard (for example copy share link of file/directory) is limited to secure connections. It also happens in any part of Odoo.
138
139
 
139
140
  Bug Tracker
140
141
  ===========
@@ -1,6 +1,6 @@
1
- odoo/addons/dms/README.rst,sha256=PPlr5S6hXWi7iOO4QMl4QlAAV-YwbTMdxBeUb0wY6hU,7748
1
+ odoo/addons/dms/README.rst,sha256=PSg56jpmuFGiiYotdb5bEGUDKr2bnhcHpeyUj-2H-fU,7893
2
2
  odoo/addons/dms/__init__.py,sha256=dnUeA_K1torbiMNF3tt2dtECdk-FkWm01DByr9MBMIA,69
3
- odoo/addons/dms/__manifest__.py,sha256=lNRX-nL7Ukev5qtz_q2O9pQBy56StjTlumZObhvo-WE,1863
3
+ odoo/addons/dms/__manifest__.py,sha256=W8Sfrk27fwkVS90XL7w4l8cv8zswmV9UmeWNg7iedZ0,1863
4
4
  odoo/addons/dms/actions/file.xml,sha256=NlRIQoCbbDSaRmsumJP9dcrNtYpQji74hwhfi5TillE,524
5
5
  odoo/addons/dms/controllers/__init__.py,sha256=akfNDwFGryweTYowOA3DbbP0zvLmQtCdihtGhYvsIPQ,40
6
6
  odoo/addons/dms/controllers/main.py,sha256=9TjOKDeNerPNN4CKL0TWQiqOpNug8pqG6F5uBJO3bkM,1960
@@ -19,7 +19,7 @@ odoo/addons/dms/i18n/fa.po,sha256=FZBHNh5otYCBGZCRH-GWJ0vRu2nGR_LZFfrg5IOMWW4,91
19
19
  odoo/addons/dms/i18n/fa_IR.po,sha256=cyP2FpA8emfFwRMw-pj3wxgYF4RzM4akp3otHmoiVJ8,72753
20
20
  odoo/addons/dms/i18n/fr.po,sha256=kHoUp1yB97V8ObbY6imT3J-y62_k61SjFsSRbIisAdU,86185
21
21
  odoo/addons/dms/i18n/he_IL.po,sha256=cSLcR6RlJ7wT2-IgnHHPsXDwqrT4DCTWoDmMJ98eBjA,83200
22
- odoo/addons/dms/i18n/it.po,sha256=1w2dMk3CC6Mo40aC4oyXKFiWmSpjdEo3UUzrdZj_RFM,85165
22
+ odoo/addons/dms/i18n/it.po,sha256=_ECRkZ3bLd_uQo-yvblJFdz0jH4Q3aCW4dprchdXDzc,85161
23
23
  odoo/addons/dms/i18n/nl.po,sha256=KM-s0h2J6GgQHeSJjEHM8NY6xxqmdQwxUxuVcDZseMk,72773
24
24
  odoo/addons/dms/i18n/pt.po,sha256=NDWgxxj6UuWQANYJ_BEgo_3oAKlEfBXOwyssPZ4SPO0,85228
25
25
  odoo/addons/dms/i18n/pt_BR.po,sha256=eWe9ba68UZMkIRd5VE9FHcTDWaNH5QVAUYWpoXrsA2g,85452
@@ -44,13 +44,13 @@ odoo/addons/dms/readme/CONTRIBUTORS.rst,sha256=VvXo3gvhZI_HfryjhzEwY7cwYxrhPGfiP
44
44
  odoo/addons/dms/readme/CREDITS.rst,sha256=9UOaT-5LyUoak2wa_xt6KLj-iDPVDsn8PTJqRUs6Dt8,284
45
45
  odoo/addons/dms/readme/DESCRIPTION.rst,sha256=rIH_rBFm_Rh-MuKsmoZh8w6o2HvlcGoxngrL-EIYk6E,443
46
46
  odoo/addons/dms/readme/INSTALL.rst,sha256=9u-nKvIKsa1wrSODP7Rfi41GCb2lAFwclwTIF6buQ7c,325
47
- odoo/addons/dms/readme/ROADMAP.rst,sha256=ZgRZRUqrPaF5AhVxbuhgYjdHjPzGszPeA4t20yj0Eug,1085
47
+ odoo/addons/dms/readme/ROADMAP.rst,sha256=P5SjwcywSh_vMa4gRNwTkJNSTzIhl8vqdeLVPq6tjf4,1230
48
48
  odoo/addons/dms/readme/USAGE.rst,sha256=d8wVCTrFp7He_wfJlul-cp46ltGbTNRfo2z3fR652Po,522
49
49
  odoo/addons/dms/security/ir.model.access.csv,sha256=_SuEwHD3SOXbpLalbr5FqGjPvwtDJHp1thy1BacraQg,1953
50
50
  odoo/addons/dms/security/security.xml,sha256=plasjSwS2w5GK07BvW9obXNOpPgeBLKeEkUJ6Wpc6nA,9085
51
51
  odoo/addons/dms/static/description/icon.png,sha256=8xwcyAfhzMOu_xBinu4KwZsvmqUj6X5aF2LUQvvwdc4,7197
52
52
  odoo/addons/dms/static/description/icon.svg,sha256=cICSzGzl0Z00q7m0yhriujt2ip5_v4ymxAMTGzolxsc,8025
53
- odoo/addons/dms/static/description/index.html,sha256=dMac2YquX3tJdCvUwJOGErJQ-fwRle53IXhvDTq8iDI,20441
53
+ odoo/addons/dms/static/description/index.html,sha256=d5zgkLP5xc2_ZQWWhWdN_t1ZAwnDh-lH3XWJdH5YQn8,20593
54
54
  odoo/addons/dms/static/icons/file_ai.svg,sha256=HeCXVJivVnn6jjj__5WJiLfZv4mrmAamPFek0CwozCc,3343
55
55
  odoo/addons/dms/static/icons/file_aj.svg,sha256=mUbfvaV5_m3zJ3zZKldBbaFz4AZNQNecSZ1W_JCZeE4,3063
56
56
  odoo/addons/dms/static/icons/file_avi.svg,sha256=Pf78IrO6gGsg3aUVguOu6osDwLYz5ceIOLMbTRpya5s,1862
@@ -210,7 +210,7 @@ odoo/addons/dms/wizards/wizard_dms_file_move.py,sha256=zQouQDJuLWOrjzkksiUaTf0DF
210
210
  odoo/addons/dms/wizards/wizard_dms_file_move_views.xml,sha256=bYWdX_QlMpIOS5gRk7iEyddHKLCvAkvzDxfT3oM1lCo,1931
211
211
  odoo/addons/dms/wizards/wizard_dms_share.py,sha256=s7n6nQy0I6qVsvQ7Z57lfY28wi8tbd9062Bdw-BSoWg,558
212
212
  odoo/addons/dms/wizards/wizard_dms_share_views.xml,sha256=63BhWyowqJ2Yf3RdOdjT6WvC13jXxTKzsJEZXmaHv-A,1230
213
- odoo_addon_dms-16.0.1.8.2.3.dist-info/METADATA,sha256=Zt5mZqkWU3pui2fsPzzdVKHsq3dkeeqWxfO2lW9ztxA,8271
214
- odoo_addon_dms-16.0.1.8.2.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
215
- odoo_addon_dms-16.0.1.8.2.3.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
216
- odoo_addon_dms-16.0.1.8.2.3.dist-info/RECORD,,
213
+ odoo_addon_dms-16.0.1.8.3.dist-info/METADATA,sha256=LOewe7WWHpdPba9RNb5mgXvggovaGwKYKMvTzppiggw,8413
214
+ odoo_addon_dms-16.0.1.8.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
215
+ odoo_addon_dms-16.0.1.8.3.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
216
+ odoo_addon_dms-16.0.1.8.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5