odoo-addon-dms 17.0.1.1.1__py3-none-any.whl → 17.0.1.2.1__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:ffa3b8b18e8584039b40a81d7e791391aec32f648a9e6c84c386dcdb9fc89dc1
10
+ !! source digest: sha256:966c4331ff7c75b1ea8cb1d065c878d81250957cd305a5d6422def133e2a7d63
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -68,9 +68,9 @@ To configure this module, you need to:
68
68
  2. Create a new document storage. You can choose between three options
69
69
  on ``Save Type``:
70
70
 
71
- - ``Database``: Store the files on the database as a field
72
- - ``Attachment``: Store the files as attachments
73
- - ``File``: Store the files on the file system
71
+ - ``Database``: Store the files on the database as a field
72
+ - ``Attachment``: Store the files as attachments
73
+ - ``File``: Store the files on the file system
74
74
 
75
75
  2. Create an access group
76
76
  -------------------------
@@ -78,13 +78,13 @@ To configure this module, you need to:
78
78
  1. Next, create an administrative access group. Go to *Configuration ->
79
79
  Access Groups*.
80
80
 
81
- - Create a new group, name it appropriately, and turn on all three
82
- permissions (Create, Write and Unlink. Read is implied and always
83
- enabled).
84
- - Add any other top-level administrative users to the group if
85
- needed (your user should already be there).
86
- - You can create other groups in here later for fine-grained access
87
- control.
81
+ - Create a new group, name it appropriately, and turn on all three
82
+ permissions (Create, Write and Unlink. Read is implied and always
83
+ enabled).
84
+ - Add any other top-level administrative users to the group if needed
85
+ (your user should already be there).
86
+ - You can create other groups in here later for fine-grained access
87
+ control.
88
88
 
89
89
  3. Create a directory
90
90
  ---------------------
@@ -94,18 +94,18 @@ To configure this module, you need to:
94
94
  2. Create a new directory, mark it as root and select the previously
95
95
  created setting.
96
96
 
97
- - Select the *Groups* tab and add your administrative group created
98
- above. If your directory was already created before the group, you
99
- can also add it in the access groups (*Configuration -> Access
100
- Groups*).
97
+ - Select the *Groups* tab and add your administrative group created
98
+ above. If your directory was already created before the group, you
99
+ can also add it in the access groups (*Configuration -> Access
100
+ Groups*).
101
101
 
102
102
  3. In the directory settings, you can also add other access groups
103
103
  (created above) that will be able to:
104
104
 
105
- - read
106
- - create
107
- - write
108
- - delete
105
+ - read
106
+ - create
107
+ - write
108
+ - delete
109
109
 
110
110
  Migration
111
111
  =========
@@ -151,25 +151,28 @@ access to that resource, no matter if logged or not.
151
151
  Known issues / Roadmap
152
152
  ======================
153
153
 
154
- - Files preview in portal
155
- - Allow to download folder in portal and create zip file with all
156
- content
157
- - Save in cache own_root directories and update in every
158
- create/write/unlink function
159
- - Add a migration procedure for converting an storage to attachment one
160
- for populating existing records with attachments as folders
161
- - Add a link from attachment view in chatter to linked documents
162
- - If Inherit permissions from related record (the
163
- inherit_access_from_parent_record field from storage) is changed when
164
- directories already exist, inconsistencies may occur because groups
165
- defined in the directories and subdirectories will still exist, all
166
- groups in these directories should be removed before changing.
167
- - Since portal users can read ``dms.storage`` records, if your module
168
- extends this model to another storage backend that needs using
169
- secrets, remember to forbid access to the secrets fields by other
170
- means. It would be nice to be able to remove that rule at some point.
171
- - Searchpanel in files: Highlight items (shading) without records when
172
- filtering something (by name for example).
154
+ - Files preview in portal
155
+ - Allow to download folder in portal and create zip file with all
156
+ content
157
+ - Save in cache own_root directories and update in every
158
+ create/write/unlink function
159
+ - Add a migration procedure for converting an storage to attachment one
160
+ for populating existing records with attachments as folders
161
+ - Add a link from attachment view in chatter to linked documents
162
+ - If Inherit permissions from related record (the
163
+ inherit_access_from_parent_record field from storage) is changed when
164
+ directories already exist, inconsistencies may occur because groups
165
+ defined in the directories and subdirectories will still exist, all
166
+ groups in these directories should be removed before changing.
167
+ - Since portal users can read ``dms.storage`` records, if your module
168
+ extends this model to another storage backend that needs using
169
+ secrets, remember to forbid access to the secrets fields by other
170
+ means. It would be nice to be able to remove that rule at some point.
171
+ - Searchpanel in files: Highlight items (shading) without records when
172
+ filtering something (by name for example).
173
+ - Accessing the clipboard (for example copy share link of
174
+ file/directory) is limited to secure connections. It also happens in
175
+ any part of Odoo.
173
176
 
174
177
  Bug Tracker
175
178
  ===========
@@ -193,36 +196,36 @@ Authors
193
196
  Contributors
194
197
  ------------
195
198
 
196
- - Mathias Markl <mathias.markl@mukit.at>
197
- - Enric Tobella <etobella@creublanca.es>
198
- - Antoni Romera
199
- - Gelu Boros <gelu.boros@rgbconsulting.com>
200
- - `Tecnativa <https://www.tecnativa.com>`__:
199
+ - Mathias Markl <mathias.markl@mukit.at>
200
+ - Enric Tobella <etobella@creublanca.es>
201
+ - Antoni Romera
202
+ - Gelu Boros <gelu.boros@rgbconsulting.com>
203
+ - `Tecnativa <https://www.tecnativa.com>`__:
201
204
 
202
- - Víctor Martínez
203
- - Pedro M. Baeza
204
- - Jairo Llopis
205
+ - Víctor Martínez
206
+ - Pedro M. Baeza
207
+ - Jairo Llopis
205
208
 
206
- - `Elego <https://www.elegosoft.com>`__:
209
+ - `Elego <https://www.elegosoft.com>`__:
207
210
 
208
- - Yu Weng <yweng@elegosoft.com>
209
- - Philip Witte <phillip.witte@elegosoft.com>
210
- - Khanh Bui <khanh.bui@mail.elegosoft.com>
211
+ - Yu Weng <yweng@elegosoft.com>
212
+ - Philip Witte <phillip.witte@elegosoft.com>
213
+ - Khanh Bui <khanh.bui@mail.elegosoft.com>
211
214
 
212
- - `Subteno <https://www.subteno.com>`__:
215
+ - `Subteno <https://www.subteno.com>`__:
213
216
 
214
- - Timothée Vannier <tva@subteno.com>
217
+ - Timothée Vannier <tva@subteno.com>
215
218
 
216
219
  Other credits
217
220
  -------------
218
221
 
219
222
  Some pictures are based on or inspired by:
220
223
 
221
- - `Roundicons <https://www.flaticon.com/authors/roundicons>`__
222
- - `Smashicons <https://www.flaticon.com/authors/smashicons>`__
223
- - `EmojiOne <https://github.com/EmojiTwo/emojitwo>`__ : Portal DMS icon
224
- - `GitHub Octicons <https://github.com/primer/octicons/>`__ : The main
225
- DMS icon
224
+ - `Roundicons <https://www.flaticon.com/authors/roundicons>`__
225
+ - `Smashicons <https://www.flaticon.com/authors/smashicons>`__
226
+ - `EmojiOne <https://github.com/EmojiTwo/emojitwo>`__ : Portal DMS icon
227
+ - `GitHub Octicons <https://github.com/primer/octicons/>`__ : The main
228
+ DMS icon
226
229
 
227
230
  Maintainers
228
231
  -----------
@@ -5,7 +5,7 @@
5
5
  {
6
6
  "name": "Document Management System",
7
7
  "summary": """Document Management System for Odoo""",
8
- "version": "17.0.1.1.1",
8
+ "version": "17.0.1.2.1",
9
9
  "category": "Document Management",
10
10
  "license": "LGPL-3",
11
11
  "website": "https://github.com/OCA/dms",
@@ -17,3 +17,5 @@
17
17
  means. It would be nice to be able to remove that rule at some point.
18
18
  - Searchpanel in files: Highlight items (shading) without records when
19
19
  filtering something (by name for example).
20
+ - Accessing the clipboard (for example copy share link of file/directory)
21
+ 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:ffa3b8b18e8584039b40a81d7e791391aec32f648a9e6c84c386dcdb9fc89dc1
370
+ !! source digest: sha256:966c4331ff7c75b1ea8cb1d065c878d81250957cd305a5d6422def133e2a7d63
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/17.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-17-0/dms-17-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=17.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
@@ -444,8 +444,8 @@ Access Groups</em>.<ul>
444
444
  <li>Create a new group, name it appropriately, and turn on all three
445
445
  permissions (Create, Write and Unlink. Read is implied and always
446
446
  enabled).</li>
447
- <li>Add any other top-level administrative users to the group if
448
- needed (your user should already be there).</li>
447
+ <li>Add any other top-level administrative users to the group if needed
448
+ (your user should already be there).</li>
449
449
  <li>You can create other groups in here later for fine-grained access
450
450
  control.</li>
451
451
  </ul>
@@ -534,6 +534,9 @@ secrets, remember to forbid access to the secrets fields by other
534
534
  means. It would be nice to be able to remove that rule at some point.</li>
535
535
  <li>Searchpanel in files: Highlight items (shading) without records when
536
536
  filtering something (by name for example).</li>
537
+ <li>Accessing the clipboard (for example copy share link of
538
+ file/directory) is limited to secure connections. It also happens in
539
+ any part of Odoo.</li>
537
540
  </ul>
538
541
  </div>
539
542
  <div class="section" id="bug-tracker">
@@ -10,17 +10,19 @@
10
10
  inherit_id="portal.portal_my_home"
11
11
  priority="20"
12
12
  >
13
- <xpath expr="//div[hasclass('o_portal_docs')]" position="before">
14
- <t t-set="portal_client_category_enable" t-value="True" />
15
- </xpath>
16
- <xpath expr="//div[@id='portal_client_category']" position="inside">
17
- <t t-call="portal.portal_docs_entry">
18
- <t t-set="title">Documents</t>
19
- <t t-set="text" t-value="'Manage your documents'" />
20
- <t t-set="url" t-value="'/my/dms'" />
21
- <t t-set="icon" t-value="'/dms/static/description/portal_icon.svg'" />
22
- <t t-set="placeholder_count" t-value="'dms_directory_count'" />
23
- </t>
13
+ <xpath expr="//div[@id='portal_client_category']" position="after">
14
+ <div class="o_portal_dms row g-2 mt-3" id="portal_dms_category">
15
+ <t t-call="portal.portal_docs_entry">
16
+ <t t-set="title">Documents</t>
17
+ <t t-set="text" t-value="'Manage your documents'" />
18
+ <t t-set="url" t-value="'/my/dms'" />
19
+ <t
20
+ t-set="icon"
21
+ t-value="'/dms/static/description/portal_icon.svg'"
22
+ />
23
+ <t t-set="placeholder_count" t-value="'dms_directory_count'" />
24
+ </t>
25
+ </div>
24
26
  </xpath>
25
27
  </template>
26
28
  <template
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-dms
3
- Version: 17.0.1.1.1
3
+ Version: 17.0.1.2.1
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo>=17.0a,<17.1dev
6
6
  Summary: Document Management System for Odoo
@@ -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:ffa3b8b18e8584039b40a81d7e791391aec32f648a9e6c84c386dcdb9fc89dc1
25
+ !! source digest: sha256:966c4331ff7c75b1ea8cb1d065c878d81250957cd305a5d6422def133e2a7d63
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
27
 
28
28
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -83,9 +83,9 @@ To configure this module, you need to:
83
83
  2. Create a new document storage. You can choose between three options
84
84
  on ``Save Type``:
85
85
 
86
- - ``Database``: Store the files on the database as a field
87
- - ``Attachment``: Store the files as attachments
88
- - ``File``: Store the files on the file system
86
+ - ``Database``: Store the files on the database as a field
87
+ - ``Attachment``: Store the files as attachments
88
+ - ``File``: Store the files on the file system
89
89
 
90
90
  2. Create an access group
91
91
  -------------------------
@@ -93,13 +93,13 @@ To configure this module, you need to:
93
93
  1. Next, create an administrative access group. Go to *Configuration ->
94
94
  Access Groups*.
95
95
 
96
- - Create a new group, name it appropriately, and turn on all three
97
- permissions (Create, Write and Unlink. Read is implied and always
98
- enabled).
99
- - Add any other top-level administrative users to the group if
100
- needed (your user should already be there).
101
- - You can create other groups in here later for fine-grained access
102
- control.
96
+ - Create a new group, name it appropriately, and turn on all three
97
+ permissions (Create, Write and Unlink. Read is implied and always
98
+ enabled).
99
+ - Add any other top-level administrative users to the group if needed
100
+ (your user should already be there).
101
+ - You can create other groups in here later for fine-grained access
102
+ control.
103
103
 
104
104
  3. Create a directory
105
105
  ---------------------
@@ -109,18 +109,18 @@ To configure this module, you need to:
109
109
  2. Create a new directory, mark it as root and select the previously
110
110
  created setting.
111
111
 
112
- - Select the *Groups* tab and add your administrative group created
113
- above. If your directory was already created before the group, you
114
- can also add it in the access groups (*Configuration -> Access
115
- Groups*).
112
+ - Select the *Groups* tab and add your administrative group created
113
+ above. If your directory was already created before the group, you
114
+ can also add it in the access groups (*Configuration -> Access
115
+ Groups*).
116
116
 
117
117
  3. In the directory settings, you can also add other access groups
118
118
  (created above) that will be able to:
119
119
 
120
- - read
121
- - create
122
- - write
123
- - delete
120
+ - read
121
+ - create
122
+ - write
123
+ - delete
124
124
 
125
125
  Migration
126
126
  =========
@@ -166,25 +166,28 @@ access to that resource, no matter if logged or not.
166
166
  Known issues / Roadmap
167
167
  ======================
168
168
 
169
- - Files preview in portal
170
- - Allow to download folder in portal and create zip file with all
171
- content
172
- - Save in cache own_root directories and update in every
173
- create/write/unlink function
174
- - Add a migration procedure for converting an storage to attachment one
175
- for populating existing records with attachments as folders
176
- - Add a link from attachment view in chatter to linked documents
177
- - If Inherit permissions from related record (the
178
- inherit_access_from_parent_record field from storage) is changed when
179
- directories already exist, inconsistencies may occur because groups
180
- defined in the directories and subdirectories will still exist, all
181
- groups in these directories should be removed before changing.
182
- - Since portal users can read ``dms.storage`` records, if your module
183
- extends this model to another storage backend that needs using
184
- secrets, remember to forbid access to the secrets fields by other
185
- means. It would be nice to be able to remove that rule at some point.
186
- - Searchpanel in files: Highlight items (shading) without records when
187
- filtering something (by name for example).
169
+ - Files preview in portal
170
+ - Allow to download folder in portal and create zip file with all
171
+ content
172
+ - Save in cache own_root directories and update in every
173
+ create/write/unlink function
174
+ - Add a migration procedure for converting an storage to attachment one
175
+ for populating existing records with attachments as folders
176
+ - Add a link from attachment view in chatter to linked documents
177
+ - If Inherit permissions from related record (the
178
+ inherit_access_from_parent_record field from storage) is changed when
179
+ directories already exist, inconsistencies may occur because groups
180
+ defined in the directories and subdirectories will still exist, all
181
+ groups in these directories should be removed before changing.
182
+ - Since portal users can read ``dms.storage`` records, if your module
183
+ extends this model to another storage backend that needs using
184
+ secrets, remember to forbid access to the secrets fields by other
185
+ means. It would be nice to be able to remove that rule at some point.
186
+ - Searchpanel in files: Highlight items (shading) without records when
187
+ filtering something (by name for example).
188
+ - Accessing the clipboard (for example copy share link of
189
+ file/directory) is limited to secure connections. It also happens in
190
+ any part of Odoo.
188
191
 
189
192
  Bug Tracker
190
193
  ===========
@@ -208,36 +211,36 @@ Authors
208
211
  Contributors
209
212
  ------------
210
213
 
211
- - Mathias Markl <mathias.markl@mukit.at>
212
- - Enric Tobella <etobella@creublanca.es>
213
- - Antoni Romera
214
- - Gelu Boros <gelu.boros@rgbconsulting.com>
215
- - `Tecnativa <https://www.tecnativa.com>`__:
214
+ - Mathias Markl <mathias.markl@mukit.at>
215
+ - Enric Tobella <etobella@creublanca.es>
216
+ - Antoni Romera
217
+ - Gelu Boros <gelu.boros@rgbconsulting.com>
218
+ - `Tecnativa <https://www.tecnativa.com>`__:
216
219
 
217
- - Víctor Martínez
218
- - Pedro M. Baeza
219
- - Jairo Llopis
220
+ - Víctor Martínez
221
+ - Pedro M. Baeza
222
+ - Jairo Llopis
220
223
 
221
- - `Elego <https://www.elegosoft.com>`__:
224
+ - `Elego <https://www.elegosoft.com>`__:
222
225
 
223
- - Yu Weng <yweng@elegosoft.com>
224
- - Philip Witte <phillip.witte@elegosoft.com>
225
- - Khanh Bui <khanh.bui@mail.elegosoft.com>
226
+ - Yu Weng <yweng@elegosoft.com>
227
+ - Philip Witte <phillip.witte@elegosoft.com>
228
+ - Khanh Bui <khanh.bui@mail.elegosoft.com>
226
229
 
227
- - `Subteno <https://www.subteno.com>`__:
230
+ - `Subteno <https://www.subteno.com>`__:
228
231
 
229
- - Timothée Vannier <tva@subteno.com>
232
+ - Timothée Vannier <tva@subteno.com>
230
233
 
231
234
  Other credits
232
235
  -------------
233
236
 
234
237
  Some pictures are based on or inspired by:
235
238
 
236
- - `Roundicons <https://www.flaticon.com/authors/roundicons>`__
237
- - `Smashicons <https://www.flaticon.com/authors/smashicons>`__
238
- - `EmojiOne <https://github.com/EmojiTwo/emojitwo>`__ : Portal DMS icon
239
- - `GitHub Octicons <https://github.com/primer/octicons/>`__ : The main
240
- DMS icon
239
+ - `Roundicons <https://www.flaticon.com/authors/roundicons>`__
240
+ - `Smashicons <https://www.flaticon.com/authors/smashicons>`__
241
+ - `EmojiOne <https://github.com/EmojiTwo/emojitwo>`__ : Portal DMS icon
242
+ - `GitHub Octicons <https://github.com/primer/octicons/>`__ : The main
243
+ DMS icon
241
244
 
242
245
  Maintainers
243
246
  -----------
@@ -1,6 +1,6 @@
1
- odoo/addons/dms/README.rst,sha256=IDdLpK5xkP-x9s5GhC1LEmx1a3exRkAWG4v1x2RTSZA,8174
1
+ odoo/addons/dms/README.rst,sha256=Y-KYJ9gJmTk99Upd5UT66tSTGEUTOtiFZzh1O-zwj-M,8260
2
2
  odoo/addons/dms/__init__.py,sha256=dnUeA_K1torbiMNF3tt2dtECdk-FkWm01DByr9MBMIA,69
3
- odoo/addons/dms/__manifest__.py,sha256=kMZe3rO3Ekq9P6xnIjO_zSqAeq3UvHx_IvqldtDXIDk,2440
3
+ odoo/addons/dms/__manifest__.py,sha256=4zv677Dma4HwaXzOwIeR9YOo7B4ooESHxO41ylLwm5E,2440
4
4
  odoo/addons/dms/actions/file.xml,sha256=z4UWfhmDcaOxdcwMbFH9Wjgi8_23RRAouD_o3FFaiaw,520
5
5
  odoo/addons/dms/controllers/__init__.py,sha256=akfNDwFGryweTYowOA3DbbP0zvLmQtCdihtGhYvsIPQ,40
6
6
  odoo/addons/dms/controllers/main.py,sha256=DW7wSHB_47kkxQQMCuic8ptvs_wnF-i6vJ0sXIKGgUk,531
@@ -47,13 +47,13 @@ odoo/addons/dms/readme/CONTRIBUTORS.md,sha256=x0G7Mqdashp8zBCb7JJ_19PRFW2vurVeU1
47
47
  odoo/addons/dms/readme/CREDITS.md,sha256=jCywssZHfsQkkbzu_6X6_X_LWbMTdV_AD6ILSZnEq4Q,310
48
48
  odoo/addons/dms/readme/DESCRIPTION.md,sha256=NH8DQ1L7x27NsPEvVQ4R6aVyfAWlnZvKNZnstYFVx2g,443
49
49
  odoo/addons/dms/readme/INSTALL.md,sha256=5f2p6wab4u-FPS_iVgJhz-X9Shdy7tWZdBsbiYUYCNM,134
50
- odoo/addons/dms/readme/ROADMAP.md,sha256=NaUJ-DtwzTdzSSG6JDsfEUyo3yTjd13_OPO3tqIlkXo,1105
50
+ odoo/addons/dms/readme/ROADMAP.md,sha256=aGO6yvmHbr09mNnu42JUId2SaAC76f-Q-0j1_IIDs04,1252
51
51
  odoo/addons/dms/readme/USAGE.md,sha256=K77ojpyACuOP4p8wErUnl6eGfg5L9CP8kusu5ss8EN0,504
52
52
  odoo/addons/dms/security/ir.model.access.csv,sha256=_SuEwHD3SOXbpLalbr5FqGjPvwtDJHp1thy1BacraQg,1953
53
53
  odoo/addons/dms/security/security.xml,sha256=PNM3fDyFN4CWooj_aMkLqTR0CYrjAugsCAKbcTm6crw,9159
54
54
  odoo/addons/dms/static/description/icon.png,sha256=KfrJt0JWFclsfbF1KsyjikkjwX3ib9OLlBf2QwyXSD4,1233
55
55
  odoo/addons/dms/static/description/icon.svg,sha256=kOfm8NcYxdEWmr5jGDjvCXmDix2mw-5LT0ZQ4omZ2c0,1820
56
- odoo/addons/dms/static/description/index.html,sha256=MNDh2bJZfJrRO9UU8qNVQSOeNsXmhOMQ17jkSrZAOHw,21522
56
+ odoo/addons/dms/static/description/index.html,sha256=Se6ynWKYkUhi-n0TDn8Kv0tm_QmB15StzHLbCHzZtek,21674
57
57
  odoo/addons/dms/static/description/portal_icon.svg,sha256=z5RFc6mU_DAgNHfOS2OncYBlQBczsawqwRI1IFwct0M,4801
58
58
  odoo/addons/dms/static/icons/file_ai.svg,sha256=HeCXVJivVnn6jjj__5WJiLfZv4mrmAamPFek0CwozCc,3343
59
59
  odoo/addons/dms/static/icons/file_aj.svg,sha256=mUbfvaV5_m3zJ3zZKldBbaFz4AZNQNecSZ1W_JCZeE4,3063
@@ -141,7 +141,7 @@ odoo/addons/dms/static/src/scss/dms_common.scss,sha256=WdVSFuLI9Mkz1Y6bSOEqQ2kmY
141
141
  odoo/addons/dms/static/src/scss/file_kanban.scss,sha256=CX1vEkd8G_s18w5CL48tDyxuv4t9NhTNK98XyeCwylQ,1711
142
142
  odoo/addons/dms/static/src/scss/portal.scss,sha256=RneVLaTA3An1ifMb3eqhca2gdwN1G3KHo5twbfbtHss,399
143
143
  odoo/addons/dms/static/tests/tours/dms_portal_tour.esm.js,sha256=CTEAj9r_MeL1TjaOikiZJ90RUv25ZqUAUvDIoHxCxCk,1667
144
- odoo/addons/dms/template/portal.xml,sha256=6JD0DSlku7-mnYNC-9ORZ5_CAxJisnbvooOQt_0HUx8,6218
144
+ odoo/addons/dms/template/portal.xml,sha256=2mCM_KXk8Ct0Q2hK_sIhUZxvuzcXNWcoDFf3cZ1fxlY,6247
145
145
  odoo/addons/dms/test/audio01.wav,sha256=tpQmn-3Xwt5d808eSRqc042ran5Gr1RIKf1EkRACGUE,251668
146
146
  odoo/addons/dms/test/audio02.wav,sha256=IRffDN7g2UglOvaBQW3Eb_VF12qgi1iuZbYl5TZw8dU,474488
147
147
  odoo/addons/dms/test/audio03.mp3,sha256=1N8yPvCSGq1VT3Z-XwZAXG0bGnlM0d653x19_SS5a3A,57298
@@ -209,7 +209,7 @@ odoo/addons/dms/wizards/wizard_dms_file_move.py,sha256=zQouQDJuLWOrjzkksiUaTf0DF
209
209
  odoo/addons/dms/wizards/wizard_dms_file_move_views.xml,sha256=bYWdX_QlMpIOS5gRk7iEyddHKLCvAkvzDxfT3oM1lCo,1931
210
210
  odoo/addons/dms/wizards/wizard_dms_share.py,sha256=s7n6nQy0I6qVsvQ7Z57lfY28wi8tbd9062Bdw-BSoWg,558
211
211
  odoo/addons/dms/wizards/wizard_dms_share_views.xml,sha256=63BhWyowqJ2Yf3RdOdjT6WvC13jXxTKzsJEZXmaHv-A,1230
212
- odoo_addon_dms-17.0.1.1.1.dist-info/METADATA,sha256=xO3HLavgIhZSOJQdfTnjDtZOkIHWw__bZ4qaKuWKiho,8694
213
- odoo_addon_dms-17.0.1.1.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
214
- odoo_addon_dms-17.0.1.1.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
215
- odoo_addon_dms-17.0.1.1.1.dist-info/RECORD,,
212
+ odoo_addon_dms-17.0.1.2.1.dist-info/METADATA,sha256=7e3gTd45I9A-04ohnOWBgafSbqkCXKutm7_syH1lh8Q,8780
213
+ odoo_addon_dms-17.0.1.2.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
214
+ odoo_addon_dms-17.0.1.2.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
215
+ odoo_addon_dms-17.0.1.2.1.dist-info/RECORD,,