odoo-addon-dms 16.0.1.7.2__py3-none-any.whl → 16.0.1.8.0__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 +1 -1
- odoo/addons/dms/__manifest__.py +2 -1
- odoo/addons/dms/i18n/de.po +0 -9
- odoo/addons/dms/i18n/dms.pot +50 -2
- odoo/addons/dms/i18n/es.po +4 -9
- odoo/addons/dms/i18n/fr.po +0 -9
- odoo/addons/dms/i18n/he_IL.po +0 -9
- odoo/addons/dms/i18n/it.po +4 -9
- odoo/addons/dms/i18n/nl.po +0 -9
- odoo/addons/dms/i18n/pt.po +4 -9
- odoo/addons/dms/i18n/pt_BR.po +37 -31
- odoo/addons/dms/i18n/ru.po +0 -9
- odoo/addons/dms/security/ir.model.access.csv +1 -0
- odoo/addons/dms/static/description/index.html +1 -1
- odoo/addons/dms/tests/test_file.py +2 -0
- odoo/addons/dms/views/directory.xml +0 -6
- odoo/addons/dms/views/dms_file.xml +0 -6
- odoo/addons/dms/wizards/__init__.py +1 -0
- odoo/addons/dms/wizards/wizard_dms_share.py +19 -0
- odoo/addons/dms/wizards/wizard_dms_share_views.xml +28 -0
- {odoo_addon_dms-16.0.1.7.2.dist-info → odoo_addon_dms-16.0.1.8.0.dist-info}/METADATA +2 -2
- {odoo_addon_dms-16.0.1.7.2.dist-info → odoo_addon_dms-16.0.1.8.0.dist-info}/RECORD +24 -22
- {odoo_addon_dms-16.0.1.7.2.dist-info → odoo_addon_dms-16.0.1.8.0.dist-info}/WHEEL +0 -0
- {odoo_addon_dms-16.0.1.7.2.dist-info → odoo_addon_dms-16.0.1.8.0.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:a10c01f78479eef862a899cce740cbb7facd00c51e11bca1fb6af9ad31c7ce32
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
odoo/addons/dms/__manifest__.py
CHANGED
@@ -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.
|
7
|
+
"version": "16.0.1.8.0",
|
8
8
|
"category": "Document Management",
|
9
9
|
"license": "LGPL-3",
|
10
10
|
"website": "https://github.com/OCA/dms",
|
@@ -30,6 +30,7 @@
|
|
30
30
|
"views/res_config_settings.xml",
|
31
31
|
"views/dms_portal_templates.xml",
|
32
32
|
"wizards/wizard_dms_file_move_views.xml",
|
33
|
+
"wizards/wizard_dms_share_views.xml",
|
33
34
|
],
|
34
35
|
"assets": {
|
35
36
|
"mail.assets_messaging": [
|
odoo/addons/dms/i18n/de.po
CHANGED
@@ -288,18 +288,9 @@ msgstr ""
|
|
288
288
|
"Eine Datei benötigt ein Datenmodell und eine Resource-ID, wenn Anhänge als "
|
289
289
|
"Speicherort gewählt wurde."
|
290
290
|
|
291
|
-
#. module: dms
|
292
|
-
#. odoo-javascript
|
293
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
294
|
-
#, python-format
|
295
|
-
msgid "A file with the same name already exists"
|
296
|
-
msgstr ""
|
297
|
-
|
298
291
|
#. module: dms
|
299
292
|
#. odoo-python
|
300
|
-
#. odoo-javascript
|
301
293
|
#: code:addons/dms/models/dms_file.py:0
|
302
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
303
294
|
#, python-format
|
304
295
|
msgid "A file with the same name already exists."
|
305
296
|
msgstr "Es existiert bereits eine Datei mit diesem Namen."
|
odoo/addons/dms/i18n/dms.pot
CHANGED
@@ -269,6 +269,7 @@ msgstr ""
|
|
269
269
|
#. module: dms
|
270
270
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__access_warning
|
271
271
|
#: model:ir.model.fields,field_description:dms.field_dms_file__access_warning
|
272
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__access_warning
|
272
273
|
msgid "Access warning"
|
273
274
|
msgstr ""
|
274
275
|
|
@@ -331,6 +332,11 @@ msgstr ""
|
|
331
332
|
msgid "Add a new File."
|
332
333
|
msgstr ""
|
333
334
|
|
335
|
+
#. module: dms
|
336
|
+
#: model:ir.model.fields,help:dms.field_wizard_dms_share__note
|
337
|
+
msgid "Add extra content to display in the email"
|
338
|
+
msgstr ""
|
339
|
+
|
334
340
|
#. module: dms
|
335
341
|
#: model:dms.access.group,name:dms.access_group_01_demo
|
336
342
|
msgid "Admin"
|
@@ -710,6 +716,7 @@ msgstr ""
|
|
710
716
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__create_uid
|
711
717
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__create_uid
|
712
718
|
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__create_uid
|
719
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__create_uid
|
713
720
|
msgid "Created by"
|
714
721
|
msgstr ""
|
715
722
|
|
@@ -721,6 +728,7 @@ msgstr ""
|
|
721
728
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__create_date
|
722
729
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__create_date
|
723
730
|
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__create_date
|
731
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__create_date
|
724
732
|
msgid "Created on"
|
725
733
|
msgstr ""
|
726
734
|
|
@@ -858,6 +866,7 @@ msgstr ""
|
|
858
866
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__display_name
|
859
867
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__display_name
|
860
868
|
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__display_name
|
869
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__display_name
|
861
870
|
msgid "Display Name"
|
862
871
|
msgstr ""
|
863
872
|
|
@@ -1097,6 +1106,7 @@ msgstr ""
|
|
1097
1106
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__id
|
1098
1107
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__id
|
1099
1108
|
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__id
|
1109
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__id
|
1100
1110
|
msgid "ID"
|
1101
1111
|
msgstr ""
|
1102
1112
|
|
@@ -1320,6 +1330,7 @@ msgstr ""
|
|
1320
1330
|
#: model:ir.model.fields,field_description:dms.field_dms_storage____last_update
|
1321
1331
|
#: model:ir.model.fields,field_description:dms.field_dms_tag____last_update
|
1322
1332
|
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move____last_update
|
1333
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share____last_update
|
1323
1334
|
msgid "Last Modified on"
|
1324
1335
|
msgstr ""
|
1325
1336
|
|
@@ -1331,6 +1342,7 @@ msgstr ""
|
|
1331
1342
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__write_uid
|
1332
1343
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__write_uid
|
1333
1344
|
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__write_uid
|
1345
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__write_uid
|
1334
1346
|
msgid "Last Updated by"
|
1335
1347
|
msgstr ""
|
1336
1348
|
|
@@ -1342,6 +1354,7 @@ msgstr ""
|
|
1342
1354
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__write_date
|
1343
1355
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__write_date
|
1344
1356
|
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__write_date
|
1357
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__write_date
|
1345
1358
|
msgid "Last Updated on"
|
1346
1359
|
msgstr ""
|
1347
1360
|
|
@@ -1350,6 +1363,11 @@ msgstr ""
|
|
1350
1363
|
msgid "Last update"
|
1351
1364
|
msgstr ""
|
1352
1365
|
|
1366
|
+
#. module: dms
|
1367
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__share_link
|
1368
|
+
msgid "Link"
|
1369
|
+
msgstr ""
|
1370
|
+
|
1353
1371
|
#. module: dms
|
1354
1372
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__allowed_model_ids
|
1355
1373
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__model_ids
|
@@ -1569,6 +1587,11 @@ msgstr ""
|
|
1569
1587
|
msgid "Not results"
|
1570
1588
|
msgstr ""
|
1571
1589
|
|
1590
|
+
#. module: dms
|
1591
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__note
|
1592
|
+
msgid "Note"
|
1593
|
+
msgstr ""
|
1594
|
+
|
1572
1595
|
#. module: dms
|
1573
1596
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__message_needaction_counter
|
1574
1597
|
#: model:ir.model.fields,field_description:dms.field_dms_file__message_needaction_counter
|
@@ -1743,6 +1766,11 @@ msgstr ""
|
|
1743
1766
|
msgid "Read Access"
|
1744
1767
|
msgstr ""
|
1745
1768
|
|
1769
|
+
#. module: dms
|
1770
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__partner_ids
|
1771
|
+
msgid "Recipients"
|
1772
|
+
msgstr ""
|
1773
|
+
|
1746
1774
|
#. module: dms
|
1747
1775
|
#: model:ir.model,name:dms.model_dms_access_group
|
1748
1776
|
msgid "Record Access Groups"
|
@@ -1760,6 +1788,21 @@ msgstr ""
|
|
1760
1788
|
msgid "Record Thread ID"
|
1761
1789
|
msgstr ""
|
1762
1790
|
|
1791
|
+
#. module: dms
|
1792
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__resource_ref
|
1793
|
+
msgid "Related Document"
|
1794
|
+
msgstr ""
|
1795
|
+
|
1796
|
+
#. module: dms
|
1797
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__res_id
|
1798
|
+
msgid "Related Document ID"
|
1799
|
+
msgstr ""
|
1800
|
+
|
1801
|
+
#. module: dms
|
1802
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_share__res_model
|
1803
|
+
msgid "Related Document Model"
|
1804
|
+
msgstr ""
|
1805
|
+
|
1763
1806
|
#. module: dms
|
1764
1807
|
#: model:ir.model.fields,field_description:dms.field_dms_file__require_migration
|
1765
1808
|
msgid "Require Migration"
|
@@ -1818,8 +1861,8 @@ msgid "Settings"
|
|
1818
1861
|
msgstr ""
|
1819
1862
|
|
1820
1863
|
#. module: dms
|
1821
|
-
#:
|
1822
|
-
#:
|
1864
|
+
#: model:ir.actions.act_window,name:dms.wizard_dms_directory_share_action
|
1865
|
+
#: model:ir.actions.act_window,name:dms.wizard_dms_file_share_action
|
1823
1866
|
msgid "Share"
|
1824
1867
|
msgstr ""
|
1825
1868
|
|
@@ -2174,6 +2217,11 @@ msgstr ""
|
|
2174
2217
|
msgid "Wizard Dms File Move"
|
2175
2218
|
msgstr ""
|
2176
2219
|
|
2220
|
+
#. module: dms
|
2221
|
+
#: model:ir.model,name:dms.model_wizard_dms_share
|
2222
|
+
msgid "Wizard for sharing DMS records"
|
2223
|
+
msgstr ""
|
2224
|
+
|
2177
2225
|
#. module: dms
|
2178
2226
|
#: model:ir.model.fields,field_description:dms.field_dms_access_group__perm_write
|
2179
2227
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__permission_write
|
odoo/addons/dms/i18n/es.po
CHANGED
@@ -300,18 +300,9 @@ msgstr ""
|
|
300
300
|
"Un archivo debe tener un ID de modelo y recurso en el almacenamiento de "
|
301
301
|
"archivos adjuntos."
|
302
302
|
|
303
|
-
#. module: dms
|
304
|
-
#. odoo-javascript
|
305
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
306
|
-
#, python-format
|
307
|
-
msgid "A file with the same name already exists"
|
308
|
-
msgstr "Ya existe un archivo con el mismo nombre"
|
309
|
-
|
310
303
|
#. module: dms
|
311
304
|
#. odoo-python
|
312
|
-
#. odoo-javascript
|
313
305
|
#: code:addons/dms/models/dms_file.py:0
|
314
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
315
306
|
#, python-format
|
316
307
|
msgid "A file with the same name already exists."
|
317
308
|
msgstr "Un archivo con el mismo nombre ya existe."
|
@@ -2356,3 +2347,7 @@ msgstr "o_onboarding_orange"
|
|
2356
2347
|
#: model_terms:ir.ui.view,arch_db:dms.document_onboarding_file_panel
|
2357
2348
|
msgid "res.company"
|
2358
2349
|
msgstr "res.company"
|
2350
|
+
|
2351
|
+
#, python-format
|
2352
|
+
#~ msgid "A file with the same name already exists"
|
2353
|
+
#~ msgstr "Ya existe un archivo con el mismo nombre"
|
odoo/addons/dms/i18n/fr.po
CHANGED
@@ -291,18 +291,9 @@ msgstr ""
|
|
291
291
|
"Un fichier doit avoir un modèle et un ID de ressource dans le stockage des "
|
292
292
|
"pièces jointes."
|
293
293
|
|
294
|
-
#. module: dms
|
295
|
-
#. odoo-javascript
|
296
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
297
|
-
#, python-format
|
298
|
-
msgid "A file with the same name already exists"
|
299
|
-
msgstr ""
|
300
|
-
|
301
294
|
#. module: dms
|
302
295
|
#. odoo-python
|
303
|
-
#. odoo-javascript
|
304
296
|
#: code:addons/dms/models/dms_file.py:0
|
305
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
306
297
|
#, python-format
|
307
298
|
msgid "A file with the same name already exists."
|
308
299
|
msgstr "Un fichier du même nom existe déjà."
|
odoo/addons/dms/i18n/he_IL.po
CHANGED
@@ -246,18 +246,9 @@ msgstr "כבר קיימת ספרייה עם אותו שם."
|
|
246
246
|
msgid "A file must have model and resource ID in attachment storage."
|
247
247
|
msgstr ""
|
248
248
|
|
249
|
-
#. module: dms
|
250
|
-
#. odoo-javascript
|
251
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
252
|
-
#, python-format
|
253
|
-
msgid "A file with the same name already exists"
|
254
|
-
msgstr ""
|
255
|
-
|
256
249
|
#. module: dms
|
257
250
|
#. odoo-python
|
258
|
-
#. odoo-javascript
|
259
251
|
#: code:addons/dms/models/dms_file.py:0
|
260
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
261
252
|
#, python-format
|
262
253
|
msgid "A file with the same name already exists."
|
263
254
|
msgstr "כבר קיים קובץ עם אותו שם."
|
odoo/addons/dms/i18n/it.po
CHANGED
@@ -296,18 +296,9 @@ msgstr "Esiste già una cartella con lo stesso nome."
|
|
296
296
|
msgid "A file must have model and resource ID in attachment storage."
|
297
297
|
msgstr "Un file deve avere un modello e un ID risorsa nello storage allegati."
|
298
298
|
|
299
|
-
#. module: dms
|
300
|
-
#. odoo-javascript
|
301
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
302
|
-
#, python-format
|
303
|
-
msgid "A file with the same name already exists"
|
304
|
-
msgstr "Esiste già un file con lo stesso nome"
|
305
|
-
|
306
299
|
#. module: dms
|
307
300
|
#. odoo-python
|
308
|
-
#. odoo-javascript
|
309
301
|
#: code:addons/dms/models/dms_file.py:0
|
310
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
311
302
|
#, python-format
|
312
303
|
msgid "A file with the same name already exists."
|
313
304
|
msgstr "Esiste già un file con lo stesso nome."
|
@@ -2354,6 +2345,10 @@ msgstr "o_onboarding_orange"
|
|
2354
2345
|
msgid "res.company"
|
2355
2346
|
msgstr "res.company"
|
2356
2347
|
|
2348
|
+
#, python-format
|
2349
|
+
#~ msgid "A file with the same name already exists"
|
2350
|
+
#~ msgstr "Esiste già un file con lo stesso nome"
|
2351
|
+
|
2357
2352
|
#, python-format
|
2358
2353
|
#~ msgid "Error has not been raised"
|
2359
2354
|
#~ msgstr "L'errore non è stato segnalato"
|
odoo/addons/dms/i18n/nl.po
CHANGED
@@ -240,18 +240,9 @@ msgstr ""
|
|
240
240
|
msgid "A file must have model and resource ID in attachment storage."
|
241
241
|
msgstr ""
|
242
242
|
|
243
|
-
#. module: dms
|
244
|
-
#. odoo-javascript
|
245
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
246
|
-
#, python-format
|
247
|
-
msgid "A file with the same name already exists"
|
248
|
-
msgstr ""
|
249
|
-
|
250
243
|
#. module: dms
|
251
244
|
#. odoo-python
|
252
|
-
#. odoo-javascript
|
253
245
|
#: code:addons/dms/models/dms_file.py:0
|
254
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
255
246
|
#, python-format
|
256
247
|
msgid "A file with the same name already exists."
|
257
248
|
msgstr ""
|
odoo/addons/dms/i18n/pt.po
CHANGED
@@ -288,18 +288,9 @@ msgid "A file must have model and resource ID in attachment storage."
|
|
288
288
|
msgstr ""
|
289
289
|
"Um arquivo deve ter ID de modelo e de recurso no armazenamento por anexos."
|
290
290
|
|
291
|
-
#. module: dms
|
292
|
-
#. odoo-javascript
|
293
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
294
|
-
#, python-format
|
295
|
-
msgid "A file with the same name already exists"
|
296
|
-
msgstr "Já existe um arquivo com o mesmo nome"
|
297
|
-
|
298
291
|
#. module: dms
|
299
292
|
#. odoo-python
|
300
|
-
#. odoo-javascript
|
301
293
|
#: code:addons/dms/models/dms_file.py:0
|
302
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
303
294
|
#, python-format
|
304
295
|
msgid "A file with the same name already exists."
|
305
296
|
msgstr "Já existe um arquivo com o mesmo nome."
|
@@ -2343,3 +2334,7 @@ msgstr "o_onboarding_orange"
|
|
2343
2334
|
#: model_terms:ir.ui.view,arch_db:dms.document_onboarding_file_panel
|
2344
2335
|
msgid "res.company"
|
2345
2336
|
msgstr "res.company"
|
2337
|
+
|
2338
|
+
#, python-format
|
2339
|
+
#~ msgid "A file with the same name already exists"
|
2340
|
+
#~ msgstr "Já existe um arquivo com o mesmo nome"
|
odoo/addons/dms/i18n/pt_BR.po
CHANGED
@@ -6,8 +6,9 @@ msgid ""
|
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: Odoo Server 16.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
|
-
"PO-Revision-Date: 2024-
|
10
|
-
"Last-Translator:
|
9
|
+
"PO-Revision-Date: 2024-06-04 18:36+0000\n"
|
10
|
+
"Last-Translator: Rodrigo Macedo <sottomaiormacedotec@users.noreply."
|
11
|
+
"translation.odoo-community.org>\n"
|
11
12
|
"Language-Team: none\n"
|
12
13
|
"Language: pt_BR\n"
|
13
14
|
"MIME-Version: 1.0\n"
|
@@ -60,12 +61,12 @@ msgstr "%s Sub-diretórios"
|
|
60
61
|
#. module: dms
|
61
62
|
#: model_terms:ir.ui.view,arch_db:dms.document_onboarding_directory_panel
|
62
63
|
msgid "/dms/static/lib/img/banner/documents_onboarding_directory.png"
|
63
|
-
msgstr ""
|
64
|
+
msgstr "/dms/static/lib/img/banner/documents_onboarding_directory.png"
|
64
65
|
|
65
66
|
#. module: dms
|
66
67
|
#: model_terms:ir.ui.view,arch_db:dms.document_onboarding_file_panel
|
67
68
|
msgid "/dms/static/lib/img/banner/documents_onboarding_file.png"
|
68
|
-
msgstr ""
|
69
|
+
msgstr "/dms/static/lib/img/banner/documents_onboarding_file.png"
|
69
70
|
|
70
71
|
#. module: dms
|
71
72
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_file_kanban
|
@@ -106,6 +107,16 @@ msgid ""
|
|
106
107
|
"change it, the permissions will also change.<br/>\n"
|
107
108
|
" Make this change at your own risk."
|
108
109
|
msgstr ""
|
110
|
+
"<i class=\"fa fa-exclamation-triangle mr-3\" title=\"Aviso\"/>\n"
|
111
|
+
" <b>ATENÇÃO:</b> Dicas para ter "
|
112
|
+
"em mente antes de mover arquivos:<br/>\n"
|
113
|
+
" - Esta alteração não pode ser "
|
114
|
+
"desfeita.<br/>\n"
|
115
|
+
" - Lembre-se que as permissões "
|
116
|
+
"dos arquivos são as da pasta que os contém, portanto, é possível que ao "
|
117
|
+
"alterá-lo, as permissões também sejam alteradas.<br/>\n"
|
118
|
+
" Faça essa alteração por sua "
|
119
|
+
"conta e risco."
|
109
120
|
|
110
121
|
#. module: dms
|
111
122
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_kanban
|
@@ -287,18 +298,9 @@ msgstr "Já existe um diretório com o mesmo nome."
|
|
287
298
|
msgid "A file must have model and resource ID in attachment storage."
|
288
299
|
msgstr "Um arquivo deve ter modelo e ID de recurso no armazenamento de anexos."
|
289
300
|
|
290
|
-
#. module: dms
|
291
|
-
#. odoo-javascript
|
292
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
293
|
-
#, python-format
|
294
|
-
msgid "A file with the same name already exists"
|
295
|
-
msgstr "Já existe um arquivo com o mesmo nome"
|
296
|
-
|
297
301
|
#. module: dms
|
298
302
|
#. odoo-python
|
299
|
-
#. odoo-javascript
|
300
303
|
#: code:addons/dms/models/dms_file.py:0
|
301
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
302
304
|
#, python-format
|
303
305
|
msgid "A file with the same name already exists."
|
304
306
|
msgstr "Já existe um arquivo com o mesmo nome."
|
@@ -478,7 +480,7 @@ msgstr "Arquivos Arquivados"
|
|
478
480
|
#. module: dms
|
479
481
|
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
480
482
|
msgid "Are you sure? All files will be moved."
|
481
|
-
msgstr ""
|
483
|
+
msgstr "Tem certeza? Todos os arquivos serão movidos."
|
482
484
|
|
483
485
|
#. module: dms
|
484
486
|
#. odoo-python
|
@@ -546,7 +548,7 @@ msgstr "O nome da categoria já existe!"
|
|
546
548
|
#. module: dms
|
547
549
|
#: model:ir.model.fields,field_description:dms.field_dms_file__checksum
|
548
550
|
msgid "Checksum/SHA1"
|
549
|
-
msgstr ""
|
551
|
+
msgstr "Checksum/SHA1"
|
550
552
|
|
551
553
|
#. module: dms
|
552
554
|
#: model:ir.model.fields,field_description:dms.field_dms_category__child_category_ids
|
@@ -836,7 +838,7 @@ msgstr "Mixin de segurança SGD"
|
|
836
838
|
#. module: dms
|
837
839
|
#: model:ir.model,name:dms.model_dms_mixins_thumbnail
|
838
840
|
msgid "DMS thumbnail and icon mixin"
|
839
|
-
msgstr ""
|
841
|
+
msgstr "Miniatura DMS e mix de ícones"
|
840
842
|
|
841
843
|
#. module: dms
|
842
844
|
#. odoo-python
|
@@ -1559,12 +1561,12 @@ msgstr "Data Modificação"
|
|
1559
1561
|
#: model:ir.actions.server,name:dms.action_wizard_dms_file_move
|
1560
1562
|
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
1561
1563
|
msgid "Move"
|
1562
|
-
msgstr ""
|
1564
|
+
msgstr "Mover"
|
1563
1565
|
|
1564
1566
|
#. module: dms
|
1565
1567
|
#: model:ir.actions.act_window,name:dms.wizard_dms_file_move_act_window
|
1566
1568
|
msgid "Move files"
|
1567
|
-
msgstr ""
|
1569
|
+
msgstr "Mover arquivos"
|
1568
1570
|
|
1569
1571
|
#. module: dms
|
1570
1572
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__my_activity_date_deadline
|
@@ -1689,7 +1691,7 @@ msgstr "Somente usuário administrador"
|
|
1689
1691
|
#: code:addons/dms/models/dms_file.py:0
|
1690
1692
|
#, python-format
|
1691
1693
|
msgid "Only files in the same root directory can be moved."
|
1692
|
-
msgstr ""
|
1694
|
+
msgstr "Somente arquivos no mesmo diretório raiz podem ser movidos."
|
1693
1695
|
|
1694
1696
|
#. module: dms
|
1695
1697
|
#. odoo-python
|
@@ -1787,7 +1789,7 @@ msgstr "Caminho Json"
|
|
1787
1789
|
#. module: dms
|
1788
1790
|
#: model:ir.model.fields,field_description:dms.field_dms_file__path_names
|
1789
1791
|
msgid "Path Names"
|
1790
|
-
msgstr ""
|
1792
|
+
msgstr "Nomes de caminhos"
|
1791
1793
|
|
1792
1794
|
#. module: dms
|
1793
1795
|
#: model:ir.model.fields,help:dms.field_dms_directory__alias_contact
|
@@ -1843,7 +1845,7 @@ msgstr "Permissão de Leitura"
|
|
1843
1845
|
#. module: dms
|
1844
1846
|
#: model:ir.model,name:dms.model_dms_access_group
|
1845
1847
|
msgid "Record Access Groups"
|
1846
|
-
msgstr ""
|
1848
|
+
msgstr "Gravar grupos de acesso"
|
1847
1849
|
|
1848
1850
|
#. module: dms
|
1849
1851
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__record_ref
|
@@ -1855,7 +1857,7 @@ msgstr "Registro Referenciado"
|
|
1855
1857
|
#. module: dms
|
1856
1858
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__alias_force_thread_id
|
1857
1859
|
msgid "Record Thread ID"
|
1858
|
-
msgstr ""
|
1860
|
+
msgstr "Registrar ID do tópico"
|
1859
1861
|
|
1860
1862
|
#. module: dms
|
1861
1863
|
#: model:ir.model.fields,field_description:dms.field_dms_file__require_migration
|
@@ -1879,7 +1881,7 @@ msgstr "Diretórios Raiz"
|
|
1879
1881
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__root_directory_id
|
1880
1882
|
#: model:ir.model.fields,field_description:dms.field_dms_file__root_directory_id
|
1881
1883
|
msgid "Root Directory"
|
1882
|
-
msgstr ""
|
1884
|
+
msgstr "Diretório raiz"
|
1883
1885
|
|
1884
1886
|
#. module: dms
|
1885
1887
|
#: model:dms.tag,name:dms.tag_04_demo
|
@@ -1946,7 +1948,7 @@ msgstr "Tamanho"
|
|
1946
1948
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__human_size
|
1947
1949
|
#: model:ir.model.fields,field_description:dms.field_dms_file__human_size
|
1948
1950
|
msgid "Size (human readable)"
|
1949
|
-
msgstr ""
|
1951
|
+
msgstr "Tamanho (legível por humanos)"
|
1950
1952
|
|
1951
1953
|
#. module: dms
|
1952
1954
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__starred
|
@@ -2192,7 +2194,7 @@ msgstr "Total de Subdiretórios"
|
|
2192
2194
|
#. module: dms
|
2193
2195
|
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
2194
2196
|
msgid "Total files"
|
2195
|
-
msgstr ""
|
2197
|
+
msgstr "Total de Arquivos"
|
2196
2198
|
|
2197
2199
|
#. module: dms
|
2198
2200
|
#: model:dms.category,name:dms.category_04_demo
|
@@ -2286,7 +2288,7 @@ msgstr "Histórico de comunicação do Site"
|
|
2286
2288
|
#. module: dms
|
2287
2289
|
#: model:ir.model,name:dms.model_wizard_dms_file_move
|
2288
2290
|
msgid "Wizard Dms File Move"
|
2289
|
-
msgstr ""
|
2291
|
+
msgstr "Assistente de movimentação de arquivo Dms"
|
2290
2292
|
|
2291
2293
|
#. module: dms
|
2292
2294
|
#: model:ir.model.fields,field_description:dms.field_dms_access_group__perm_write
|
@@ -2308,7 +2310,7 @@ msgstr "Você deve selecionar um diretório primeiro"
|
|
2308
2310
|
#: model_terms:ir.ui.view,arch_db:dms.document_onboarding_directory_panel
|
2309
2311
|
#: model_terms:ir.ui.view,arch_db:dms.document_onboarding_file_panel
|
2310
2312
|
msgid "action_close_documents_onboarding"
|
2311
|
-
msgstr ""
|
2313
|
+
msgstr "action_close_documents_onboarding"
|
2312
2314
|
|
2313
2315
|
#. module: dms
|
2314
2316
|
#: model_terms:ir.ui.view,arch_db:dms.portal_my_dms
|
@@ -2323,23 +2325,27 @@ msgstr "exe,msi"
|
|
2323
2325
|
#. module: dms
|
2324
2326
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_form
|
2325
2327
|
msgid "mail.catchall.domain"
|
2326
|
-
msgstr ""
|
2328
|
+
msgstr "mail.catchall.domain"
|
2327
2329
|
|
2328
2330
|
#. module: dms
|
2329
2331
|
#: model_terms:ir.ui.view,arch_db:dms.document_onboarding_file_panel
|
2330
2332
|
msgid "o_onboarding_blue"
|
2331
|
-
msgstr ""
|
2333
|
+
msgstr "o_onboarding_blue"
|
2332
2334
|
|
2333
2335
|
#. module: dms
|
2334
2336
|
#: model_terms:ir.ui.view,arch_db:dms.document_onboarding_directory_panel
|
2335
2337
|
msgid "o_onboarding_orange"
|
2336
|
-
msgstr ""
|
2338
|
+
msgstr "o_onboarding_orange"
|
2337
2339
|
|
2338
2340
|
#. module: dms
|
2339
2341
|
#: model_terms:ir.ui.view,arch_db:dms.document_onboarding_directory_panel
|
2340
2342
|
#: model_terms:ir.ui.view,arch_db:dms.document_onboarding_file_panel
|
2341
2343
|
msgid "res.company"
|
2342
|
-
msgstr ""
|
2344
|
+
msgstr "res.company"
|
2345
|
+
|
2346
|
+
#, python-format
|
2347
|
+
#~ msgid "A file with the same name already exists"
|
2348
|
+
#~ msgstr "Já existe um arquivo com o mesmo nome"
|
2343
2349
|
|
2344
2350
|
#, python-format
|
2345
2351
|
#~ msgid "Error has not been raised"
|
odoo/addons/dms/i18n/ru.po
CHANGED
@@ -239,18 +239,9 @@ msgstr ""
|
|
239
239
|
msgid "A file must have model and resource ID in attachment storage."
|
240
240
|
msgstr ""
|
241
241
|
|
242
|
-
#. module: dms
|
243
|
-
#. odoo-javascript
|
244
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
245
|
-
#, python-format
|
246
|
-
msgid "A file with the same name already exists"
|
247
|
-
msgstr ""
|
248
|
-
|
249
242
|
#. module: dms
|
250
243
|
#. odoo-python
|
251
|
-
#. odoo-javascript
|
252
244
|
#: code:addons/dms/models/dms_file.py:0
|
253
|
-
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
254
245
|
#, python-format
|
255
246
|
msgid "A file with the same name already exists."
|
256
247
|
msgstr ""
|
@@ -24,3 +24,4 @@ access_security_access_groups_user,access_security_access_groups_user,model_dms_
|
|
24
24
|
access_security_access_groups_dms_user,access_security_access_groups_dms_user,model_dms_access_group,group_dms_user,1,1,1,1
|
25
25
|
|
26
26
|
access_wizard_dms_file_move,access_wizard_dms_file_move,model_wizard_dms_file_move,group_dms_user,1,1,1,1
|
27
|
+
access_wizard_dms_share,access_wizard_dms_share,model_wizard_dms_share,group_dms_manager,1,1,1,0
|
@@ -366,7 +366,7 @@ ul.auto-toc {
|
|
366
366
|
!! This file is generated by oca-gen-addon-readme !!
|
367
367
|
!! changes will be overwritten. !!
|
368
368
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
369
|
-
!! source digest: sha256:
|
369
|
+
!! source digest: sha256:a10c01f78479eef862a899cce740cbb7facd00c51e11bca1fb6af9ad31c7ce32
|
370
370
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
371
371
|
<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&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
372
372
|
<p>DMS is a module for creating, managing and viewing document files directly
|
@@ -8,6 +8,7 @@ import base64
|
|
8
8
|
from odoo.exceptions import UserError
|
9
9
|
from odoo.tests import new_test_user
|
10
10
|
from odoo.tests.common import users
|
11
|
+
from odoo.tools import mute_logger
|
11
12
|
|
12
13
|
from .common import StorageFileBaseCase
|
13
14
|
|
@@ -48,6 +49,7 @@ class FileFilestoreTestCase(StorageFileBaseCase):
|
|
48
49
|
self.assertIn(self.sub_directory_x.id, dms_directories.ids)
|
49
50
|
|
50
51
|
@users("dms-manager", "dms-user")
|
52
|
+
@mute_logger("odoo.models.unlink")
|
51
53
|
def test_content_file(self):
|
52
54
|
lobject_file = self.create_file(directory=self.directory)
|
53
55
|
self.assertTrue(lobject_file.content)
|
@@ -402,12 +402,6 @@
|
|
402
402
|
<field name="arch" type="xml">
|
403
403
|
<form>
|
404
404
|
<header>
|
405
|
-
<button
|
406
|
-
name="%(portal.portal_share_action)d"
|
407
|
-
string="Share"
|
408
|
-
type="action"
|
409
|
-
class="oe_highlight oe_read_only"
|
410
|
-
/>
|
411
405
|
</header>
|
412
406
|
<sheet>
|
413
407
|
<div class="oe_button_box" name="button_box">
|
@@ -378,12 +378,6 @@
|
|
378
378
|
string="Unlock"
|
379
379
|
attrs="{'invisible':['|',('is_locked', '=', False),('is_lock_editor', '=', False)]}"
|
380
380
|
/>
|
381
|
-
<button
|
382
|
-
name="%(portal.portal_share_action)d"
|
383
|
-
string="Share"
|
384
|
-
type="action"
|
385
|
-
class="oe_highlight oe_read_only"
|
386
|
-
/>
|
387
381
|
</header>
|
388
382
|
<sheet>
|
389
383
|
<widget
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# Copyright 2024 Tecnativa - Víctor Martínez
|
2
|
+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
3
|
+
|
4
|
+
from odoo import api, models
|
5
|
+
|
6
|
+
|
7
|
+
class WizardDmsShare(models.TransientModel):
|
8
|
+
_name = "wizard.dms.share"
|
9
|
+
_inherit = "portal.share"
|
10
|
+
_description = "Wizard for sharing DMS records"
|
11
|
+
|
12
|
+
@api.model
|
13
|
+
def _selection_target_model(self):
|
14
|
+
return [
|
15
|
+
(model.model, model.name)
|
16
|
+
for model in self.env["ir.model"]
|
17
|
+
.sudo()
|
18
|
+
.search([("model", "in", ("dms.directory", "dms.file"))])
|
19
|
+
]
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
2
|
+
<odoo>
|
3
|
+
<record id="wizard_dms_share_form" model="ir.ui.view">
|
4
|
+
<field name="name">wizard.dms.share.form</field>
|
5
|
+
<field name="model">wizard.dms.share</field>
|
6
|
+
<field name="inherit_id" ref="portal.portal_share_wizard" />
|
7
|
+
<field name="mode">primary</field>
|
8
|
+
<field name="arch" type="xml">
|
9
|
+
<field name="res_model" position="attributes">
|
10
|
+
<attribute name="invisible">1</attribute>
|
11
|
+
</field>
|
12
|
+
</field>
|
13
|
+
</record>
|
14
|
+
<record id="wizard_dms_directory_share_action" model="ir.actions.act_window">
|
15
|
+
<field name="name">Share</field>
|
16
|
+
<field name="res_model">wizard.dms.share</field>
|
17
|
+
<field name="binding_model_id" ref="model_dms_directory" />
|
18
|
+
<field name="view_mode">form</field>
|
19
|
+
<field name="target">new</field>
|
20
|
+
</record>
|
21
|
+
<record id="wizard_dms_file_share_action" model="ir.actions.act_window">
|
22
|
+
<field name="name">Share</field>
|
23
|
+
<field name="res_model">wizard.dms.share</field>
|
24
|
+
<field name="binding_model_id" ref="model_dms_file" />
|
25
|
+
<field name="view_mode">form</field>
|
26
|
+
<field name="target">new</field>
|
27
|
+
</record>
|
28
|
+
</odoo>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: odoo-addon-dms
|
3
|
-
Version: 16.0.1.
|
3
|
+
Version: 16.0.1.8.0
|
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)
|
@@ -23,7 +23,7 @@ Document Management System
|
|
23
23
|
!! This file is generated by oca-gen-addon-readme !!
|
24
24
|
!! changes will be overwritten. !!
|
25
25
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
26
|
-
!! source digest: sha256:
|
26
|
+
!! source digest: sha256:a10c01f78479eef862a899cce740cbb7facd00c51e11bca1fb6af9ad31c7ce32
|
27
27
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
28
28
|
|
29
29
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -1,6 +1,6 @@
|
|
1
|
-
odoo/addons/dms/README.rst,sha256=
|
1
|
+
odoo/addons/dms/README.rst,sha256=BAsY_aJzCxLV7GgWNDqFe6gNNzPUbhEwOkC-RDQBzrg,7748
|
2
2
|
odoo/addons/dms/__init__.py,sha256=dnUeA_K1torbiMNF3tt2dtECdk-FkWm01DByr9MBMIA,69
|
3
|
-
odoo/addons/dms/__manifest__.py,sha256=
|
3
|
+
odoo/addons/dms/__manifest__.py,sha256=agJ-VZ4XiB4YTSEjSAAOeEb_xoZigGo1NsEb2j_OaEQ,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
|
@@ -12,16 +12,16 @@ odoo/addons/dms/demo/file.xml,sha256=JaIGjObJXvz1Wvj3AwwTWMSYOxaHLxRS7KLcvBBCcg0
|
|
12
12
|
odoo/addons/dms/demo/res_users.xml,sha256=edRmAsHsaQYhHiJWdFni5BGM3-0Vskw3A1grXCHJhWc,323
|
13
13
|
odoo/addons/dms/demo/storage.xml,sha256=-FaGk-HRVGjqsrotq7rfsObWFF4E6FiIGjVWPYFrWiI,751
|
14
14
|
odoo/addons/dms/demo/tag.xml,sha256=QfLyWfBB2Cpa6mMWmuUfQJ-l3Ofj8QpFglVmTFgIsGs,2408
|
15
|
-
odoo/addons/dms/i18n/de.po,sha256
|
16
|
-
odoo/addons/dms/i18n/dms.pot,sha256=
|
17
|
-
odoo/addons/dms/i18n/es.po,sha256=
|
18
|
-
odoo/addons/dms/i18n/fr.po,sha256=
|
19
|
-
odoo/addons/dms/i18n/he_IL.po,sha256=
|
20
|
-
odoo/addons/dms/i18n/it.po,sha256=
|
21
|
-
odoo/addons/dms/i18n/nl.po,sha256=
|
22
|
-
odoo/addons/dms/i18n/pt.po,sha256=
|
23
|
-
odoo/addons/dms/i18n/pt_BR.po,sha256=
|
24
|
-
odoo/addons/dms/i18n/ru.po,sha256=
|
15
|
+
odoo/addons/dms/i18n/de.po,sha256=-nbiOko_nbHx_FdPDnn1kQ6PKFySUihjRGAzxkc2QcY,82816
|
16
|
+
odoo/addons/dms/i18n/dms.pot,sha256=e7mKqhKOMsO7GE2Ii5TJUQVcKMCMKxIdRQrRSCr-JPc,72681
|
17
|
+
odoo/addons/dms/i18n/es.po,sha256=_WndHiHk8HTADxu6vOXF-i4-xCsRn7KzjOLD_Vezd_g,83673
|
18
|
+
odoo/addons/dms/i18n/fr.po,sha256=FHAJ9H1b6O9B5ZgUbTkzXjPVjvoWNBirc6W60-adcxo,84481
|
19
|
+
odoo/addons/dms/i18n/he_IL.po,sha256=HC45mZsdy6L6rdG2pGldF5v6HdFHQUFQNL-3Jc8YPMM,81496
|
20
|
+
odoo/addons/dms/i18n/it.po,sha256=SsivKPjL3BUaeJLw5sCKJFX77kONZg8Lbu5gThVU04A,83260
|
21
|
+
odoo/addons/dms/i18n/nl.po,sha256=PK-HdN6rr-4xeWR6xPGS0OQH4kXnaGJsaRt_pjOH3ME,71069
|
22
|
+
odoo/addons/dms/i18n/pt.po,sha256=ut65DjSQ1Xy3t8djcNSHGUel4ddMvNwL9NL0h5M26sA,83012
|
23
|
+
odoo/addons/dms/i18n/pt_BR.po,sha256=GoMNQIE6rsApYJsXYAPTbicx7vAPxERlXkmg1VjJ7Mg,83561
|
24
|
+
odoo/addons/dms/i18n/ru.po,sha256=zIrw1s4VVRm-x2vr_bzyz9VR-98I5MYobCW92f2p5xc,70899
|
25
25
|
odoo/addons/dms/models/__init__.py,sha256=La9Zyaj_PZKuwp73-PAlyFwgZlK8skeYxl5LovFjTm8,371
|
26
26
|
odoo/addons/dms/models/abstract_dms_mixin.py,sha256=n4-4hkz1qRYQfPcfzMEfCSfi5yzdtNF_MRysvzTn3-w,2086
|
27
27
|
odoo/addons/dms/models/access_groups.py,sha256=ldhs1cc_wlG1G4zfg8ohPwh_mFO1C5wEq6Gza9PXDOU,5504
|
@@ -44,11 +44,11 @@ odoo/addons/dms/readme/DESCRIPTION.rst,sha256=rIH_rBFm_Rh-MuKsmoZh8w6o2HvlcGoxng
|
|
44
44
|
odoo/addons/dms/readme/INSTALL.rst,sha256=9u-nKvIKsa1wrSODP7Rfi41GCb2lAFwclwTIF6buQ7c,325
|
45
45
|
odoo/addons/dms/readme/ROADMAP.rst,sha256=ZgRZRUqrPaF5AhVxbuhgYjdHjPzGszPeA4t20yj0Eug,1085
|
46
46
|
odoo/addons/dms/readme/USAGE.rst,sha256=d8wVCTrFp7He_wfJlul-cp46ltGbTNRfo2z3fR652Po,522
|
47
|
-
odoo/addons/dms/security/ir.model.access.csv,sha256=
|
47
|
+
odoo/addons/dms/security/ir.model.access.csv,sha256=_SuEwHD3SOXbpLalbr5FqGjPvwtDJHp1thy1BacraQg,1953
|
48
48
|
odoo/addons/dms/security/security.xml,sha256=plasjSwS2w5GK07BvW9obXNOpPgeBLKeEkUJ6Wpc6nA,9085
|
49
49
|
odoo/addons/dms/static/description/icon.png,sha256=8xwcyAfhzMOu_xBinu4KwZsvmqUj6X5aF2LUQvvwdc4,7197
|
50
50
|
odoo/addons/dms/static/description/icon.svg,sha256=cICSzGzl0Z00q7m0yhriujt2ip5_v4ymxAMTGzolxsc,8025
|
51
|
-
odoo/addons/dms/static/description/index.html,sha256
|
51
|
+
odoo/addons/dms/static/description/index.html,sha256=-0vO7sLWScycTT_2Kn1OdkWnGeK9SSir_4zXEVXYI4w,20358
|
52
52
|
odoo/addons/dms/static/icons/file_ai.svg,sha256=HeCXVJivVnn6jjj__5WJiLfZv4mrmAamPFek0CwozCc,3343
|
53
53
|
odoo/addons/dms/static/icons/file_aj.svg,sha256=mUbfvaV5_m3zJ3zZKldBbaFz4AZNQNecSZ1W_JCZeE4,3063
|
54
54
|
odoo/addons/dms/static/icons/file_avi.svg,sha256=Pf78IrO6gGsg3aUVguOu6osDwLYz5ceIOLMbTRpya5s,1862
|
@@ -180,7 +180,7 @@ odoo/addons/dms/tests/__init__.py,sha256=eIbM1FQ81v8gWbUqsWhLnllFxuBeCnU7gw9Swb-
|
|
180
180
|
odoo/addons/dms/tests/common.py,sha256=0n_Az-3k1KpQLs536mlEDpcP6D8vfH_GbpsjTAKChH8,7614
|
181
181
|
odoo/addons/dms/tests/test_benchmark.py,sha256=iaEPKRTlQsvcrUpPhX3RWDuwDgddBeF_-xY4uA0LQyA,13611
|
182
182
|
odoo/addons/dms/tests/test_directory.py,sha256=qVti7SPiLEGl38LHcZnNUshlguP3uDMPGyICfBRO6RE,8317
|
183
|
-
odoo/addons/dms/tests/test_file.py,sha256=
|
183
|
+
odoo/addons/dms/tests/test_file.py,sha256=U8-RNRPQipIst6Js36Tz1xPHFziRfwFlRSX_6a9D4Rs,4651
|
184
184
|
odoo/addons/dms/tests/test_file_database.py,sha256=et3PD45scSfmQhfR-bGgEglLFkLxKpkSZJPQ4kgdJsM,4715
|
185
185
|
odoo/addons/dms/tests/test_portal.py,sha256=cnoAyxeaESErn4FkTeFzsH4FTr-k0HKDv0CZ76WKjLc,3350
|
186
186
|
odoo/addons/dms/tests/test_storage_attachment.py,sha256=vGU0isqnvMVMVgb33rdUANdlX-7U_Awh-lF05S_eks0,5237
|
@@ -195,18 +195,20 @@ odoo/addons/dms/tests/data/mail02.eml,sha256=QDbZu4Xne3-VgntqqDBviBcSB4Y8Cgn_I8O
|
|
195
195
|
odoo/addons/dms/tools/__init__.py,sha256=X0El9WW-bmLhnUpcS_csCs0TR1RcxaQg36Dy8wyg_vI,19
|
196
196
|
odoo/addons/dms/tools/file.py,sha256=NYgdhsu1qdcLfMInmzhMs-PzDKmFm3wuo9kx610mSJs,1488
|
197
197
|
odoo/addons/dms/views/category.xml,sha256=fjes6BqnZpcB8IJhZliZP4C7HqjJHlRVqRo4mvlEt38,4434
|
198
|
-
odoo/addons/dms/views/directory.xml,sha256=
|
198
|
+
odoo/addons/dms/views/directory.xml,sha256=rEv4ykJ4aBj3Tv8lLfs3rIHFw1fMENU0uNxhxnhqpqY,35526
|
199
199
|
odoo/addons/dms/views/dms_access_groups_views.xml,sha256=vVeq7iGl7YfT1GKVGsulwOdPc6z3xS51hsRXfR2hR7w,5427
|
200
|
-
odoo/addons/dms/views/dms_file.xml,sha256=
|
200
|
+
odoo/addons/dms/views/dms_file.xml,sha256=BSpOsGRRVpoyeG8dRbZju6guv_oEpK2RN_faCuLsYdY,31826
|
201
201
|
odoo/addons/dms/views/dms_portal_templates.xml,sha256=piujeenSeFNfeQzME_wphQ16Heg2AFmWtBnLO_yv3Z0,5638
|
202
202
|
odoo/addons/dms/views/menu.xml,sha256=YJxLfNpa7HqM5rj09kXGUeernJp9sSTA_mDICKvIs9I,792
|
203
203
|
odoo/addons/dms/views/res_config_settings.xml,sha256=0ypGd5018Lh7ItlOo8Ks5-4RuTImAWocvgTFtYP-RK4,5214
|
204
204
|
odoo/addons/dms/views/storage.xml,sha256=jTMtFooKcy3ZC0-7Kl54bcnq5pbOOVu5EOWGx2xahhk,10468
|
205
205
|
odoo/addons/dms/views/tag.xml,sha256=A1-WfRlN5TumsEdIEUwx7G2RpX7iHV37ztKxGABLvi0,7186
|
206
|
-
odoo/addons/dms/wizards/__init__.py,sha256=
|
206
|
+
odoo/addons/dms/wizards/__init__.py,sha256=Rd-M3hgc39vbJFEmmKKYlgJ5_MXZIwOe5LqQEZKNxRc,66
|
207
207
|
odoo/addons/dms/wizards/wizard_dms_file_move.py,sha256=zQouQDJuLWOrjzkksiUaTf0DFqT9SrewpxvByv5ozTM,844
|
208
208
|
odoo/addons/dms/wizards/wizard_dms_file_move_views.xml,sha256=bYWdX_QlMpIOS5gRk7iEyddHKLCvAkvzDxfT3oM1lCo,1931
|
209
|
-
|
210
|
-
|
211
|
-
odoo_addon_dms-16.0.1.
|
212
|
-
odoo_addon_dms-16.0.1.
|
209
|
+
odoo/addons/dms/wizards/wizard_dms_share.py,sha256=s7n6nQy0I6qVsvQ7Z57lfY28wi8tbd9062Bdw-BSoWg,558
|
210
|
+
odoo/addons/dms/wizards/wizard_dms_share_views.xml,sha256=63BhWyowqJ2Yf3RdOdjT6WvC13jXxTKzsJEZXmaHv-A,1230
|
211
|
+
odoo_addon_dms-16.0.1.8.0.dist-info/METADATA,sha256=Nf_09RXYUMmQaCVrNV5XyDYiN858lmFdbmF-WfAgRFI,8289
|
212
|
+
odoo_addon_dms-16.0.1.8.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
213
|
+
odoo_addon_dms-16.0.1.8.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
214
|
+
odoo_addon_dms-16.0.1.8.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|