odoo-addon-dms 16.0.1.5.0.6__py3-none-any.whl → 16.0.1.6.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/__init__.py +1 -0
- odoo/addons/dms/__manifest__.py +2 -1
- odoo/addons/dms/i18n/dms.pot +55 -1
- odoo/addons/dms/i18n/es.po +70 -112
- odoo/addons/dms/models/dms_file.py +13 -1
- odoo/addons/dms/security/ir.model.access.csv +2 -0
- odoo/addons/dms/static/description/index.html +1 -1
- odoo/addons/dms/tests/test_file.py +21 -0
- odoo/addons/dms/views/dms_file.xml +14 -0
- odoo/addons/dms/wizards/__init__.py +1 -0
- odoo/addons/dms/wizards/wizard_dms_file_move.py +25 -0
- odoo/addons/dms/wizards/wizard_dms_file_move_views.xml +41 -0
- {odoo_addon_dms-16.0.1.5.0.6.dist-info → odoo_addon_dms-16.0.1.6.0.dist-info}/METADATA +2 -2
- {odoo_addon_dms-16.0.1.5.0.6.dist-info → odoo_addon_dms-16.0.1.6.0.dist-info}/RECORD +17 -14
- {odoo_addon_dms-16.0.1.5.0.6.dist-info → odoo_addon_dms-16.0.1.6.0.dist-info}/WHEEL +0 -0
- {odoo_addon_dms-16.0.1.5.0.6.dist-info → odoo_addon_dms-16.0.1.6.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:a66cf63d422b46c0023c68da9269b306e0e2cdabd53407490ddab753cb4d4725
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
odoo/addons/dms/__init__.py
CHANGED
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.6.0",
|
8
8
|
"category": "Document Management",
|
9
9
|
"license": "LGPL-3",
|
10
10
|
"website": "https://github.com/OCA/dms",
|
@@ -29,6 +29,7 @@
|
|
29
29
|
"views/dms_access_groups_views.xml",
|
30
30
|
"views/res_config_settings.xml",
|
31
31
|
"views/dms_portal_templates.xml",
|
32
|
+
"wizards/wizard_dms_file_move_views.xml",
|
32
33
|
],
|
33
34
|
"assets": {
|
34
35
|
"mail.assets_messaging": [
|
odoo/addons/dms/i18n/dms.pot
CHANGED
@@ -72,6 +72,16 @@ msgid ""
|
|
72
72
|
" Download"
|
73
73
|
msgstr ""
|
74
74
|
|
75
|
+
#. module: dms
|
76
|
+
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
77
|
+
msgid ""
|
78
|
+
"<i class=\"fa fa-exclamation-triangle mr-3\" title=\"Warning\"/>\n"
|
79
|
+
" <b>ATTENTION:</b> Tips to keep in mind before moving files:<br/>\n"
|
80
|
+
" - This change cannot be undone.<br/>\n"
|
81
|
+
" - Remember that the permissions of the files are those of the folder that contains it, therefore, it is possible that when you change it, the permissions will also change.<br/>\n"
|
82
|
+
" Make this change at your own risk."
|
83
|
+
msgstr ""
|
84
|
+
|
75
85
|
#. module: dms
|
76
86
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_kanban
|
77
87
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_file_kanban
|
@@ -228,8 +238,8 @@ msgid "A file with the same name already exists"
|
|
228
238
|
msgstr ""
|
229
239
|
|
230
240
|
#. module: dms
|
231
|
-
#. odoo-python
|
232
241
|
#. odoo-javascript
|
242
|
+
#. odoo-python
|
233
243
|
#: code:addons/dms/models/dms_file.py:0
|
234
244
|
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
235
245
|
#, python-format
|
@@ -408,6 +418,11 @@ msgstr ""
|
|
408
418
|
msgid "Archived Files"
|
409
419
|
msgstr ""
|
410
420
|
|
421
|
+
#. module: dms
|
422
|
+
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
423
|
+
msgid "Are you sure? All files will be moved."
|
424
|
+
msgstr ""
|
425
|
+
|
411
426
|
#. module: dms
|
412
427
|
#. odoo-python
|
413
428
|
#: code:addons/dms/models/storage.py:0
|
@@ -437,6 +452,7 @@ msgstr ""
|
|
437
452
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_new_form
|
438
453
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_file_new_form
|
439
454
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_storage_new_form
|
455
|
+
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
440
456
|
msgid "Cancel"
|
441
457
|
msgstr ""
|
442
458
|
|
@@ -611,6 +627,7 @@ msgstr ""
|
|
611
627
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__count_files_title
|
612
628
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__count_storage_files
|
613
629
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__count_files
|
630
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__count_files
|
614
631
|
msgid "Count Files"
|
615
632
|
msgstr ""
|
616
633
|
|
@@ -701,6 +718,7 @@ msgstr ""
|
|
701
718
|
#: model:ir.model.fields,field_description:dms.field_dms_file__create_uid
|
702
719
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__create_uid
|
703
720
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__create_uid
|
721
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__create_uid
|
704
722
|
msgid "Created by"
|
705
723
|
msgstr ""
|
706
724
|
|
@@ -711,6 +729,7 @@ msgstr ""
|
|
711
729
|
#: model:ir.model.fields,field_description:dms.field_dms_file__create_date
|
712
730
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__create_date
|
713
731
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__create_date
|
732
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__create_date
|
714
733
|
msgid "Created on"
|
715
734
|
msgstr ""
|
716
735
|
|
@@ -835,6 +854,7 @@ msgstr ""
|
|
835
854
|
#. module: dms
|
836
855
|
#: model:ir.model,name:dms.model_dms_directory
|
837
856
|
#: model:ir.model.fields,field_description:dms.field_dms_file__directory_id
|
857
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__directory_id
|
838
858
|
#: model_terms:ir.ui.view,arch_db:dms.onboarding_directory_step
|
839
859
|
msgid "Directory"
|
840
860
|
msgstr ""
|
@@ -846,6 +866,7 @@ msgstr ""
|
|
846
866
|
#: model:ir.model.fields,field_description:dms.field_dms_file__display_name
|
847
867
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__display_name
|
848
868
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__display_name
|
869
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__display_name
|
849
870
|
msgid "Display Name"
|
850
871
|
msgstr ""
|
851
872
|
|
@@ -1084,6 +1105,7 @@ msgstr ""
|
|
1084
1105
|
#: model:ir.model.fields,field_description:dms.field_dms_file__id
|
1085
1106
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__id
|
1086
1107
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__id
|
1108
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__id
|
1087
1109
|
msgid "ID"
|
1088
1110
|
msgstr ""
|
1089
1111
|
|
@@ -1306,6 +1328,7 @@ msgstr ""
|
|
1306
1328
|
#: model:ir.model.fields,field_description:dms.field_dms_file____last_update
|
1307
1329
|
#: model:ir.model.fields,field_description:dms.field_dms_storage____last_update
|
1308
1330
|
#: model:ir.model.fields,field_description:dms.field_dms_tag____last_update
|
1331
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move____last_update
|
1309
1332
|
msgid "Last Modified on"
|
1310
1333
|
msgstr ""
|
1311
1334
|
|
@@ -1316,6 +1339,7 @@ msgstr ""
|
|
1316
1339
|
#: model:ir.model.fields,field_description:dms.field_dms_file__write_uid
|
1317
1340
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__write_uid
|
1318
1341
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__write_uid
|
1342
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__write_uid
|
1319
1343
|
msgid "Last Updated by"
|
1320
1344
|
msgstr ""
|
1321
1345
|
|
@@ -1326,6 +1350,7 @@ msgstr ""
|
|
1326
1350
|
#: model:ir.model.fields,field_description:dms.field_dms_file__write_date
|
1327
1351
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__write_date
|
1328
1352
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__write_date
|
1353
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__write_date
|
1329
1354
|
msgid "Last Updated on"
|
1330
1355
|
msgstr ""
|
1331
1356
|
|
@@ -1450,6 +1475,17 @@ msgstr ""
|
|
1450
1475
|
msgid "Modification Date"
|
1451
1476
|
msgstr ""
|
1452
1477
|
|
1478
|
+
#. module: dms
|
1479
|
+
#: model:ir.actions.server,name:dms.action_wizard_dms_file_move
|
1480
|
+
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
1481
|
+
msgid "Move"
|
1482
|
+
msgstr ""
|
1483
|
+
|
1484
|
+
#. module: dms
|
1485
|
+
#: model:ir.actions.act_window,name:dms.wizard_dms_file_move_act_window
|
1486
|
+
msgid "Move files"
|
1487
|
+
msgstr ""
|
1488
|
+
|
1453
1489
|
#. module: dms
|
1454
1490
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__my_activity_date_deadline
|
1455
1491
|
#: model:ir.model.fields,field_description:dms.field_dms_file__my_activity_date_deadline
|
@@ -1571,6 +1607,13 @@ msgstr ""
|
|
1571
1607
|
msgid "Only admin user"
|
1572
1608
|
msgstr ""
|
1573
1609
|
|
1610
|
+
#. module: dms
|
1611
|
+
#. odoo-python
|
1612
|
+
#: code:addons/dms/models/dms_file.py:0
|
1613
|
+
#, python-format
|
1614
|
+
msgid "Only files in the same root directory can be moved."
|
1615
|
+
msgstr ""
|
1616
|
+
|
1574
1617
|
#. module: dms
|
1575
1618
|
#. odoo-python
|
1576
1619
|
#: code:addons/dms/models/storage.py:0
|
@@ -1746,6 +1789,7 @@ msgstr ""
|
|
1746
1789
|
|
1747
1790
|
#. module: dms
|
1748
1791
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__root_directory_id
|
1792
|
+
#: model:ir.model.fields,field_description:dms.field_dms_file__root_directory_id
|
1749
1793
|
msgid "Root Directory"
|
1750
1794
|
msgstr ""
|
1751
1795
|
|
@@ -2032,6 +2076,11 @@ msgstr ""
|
|
2032
2076
|
msgid "Total Subdirectories"
|
2033
2077
|
msgstr ""
|
2034
2078
|
|
2079
|
+
#. module: dms
|
2080
|
+
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
2081
|
+
msgid "Total files"
|
2082
|
+
msgstr ""
|
2083
|
+
|
2035
2084
|
#. module: dms
|
2036
2085
|
#: model:dms.category,name:dms.category_04_demo
|
2037
2086
|
msgid "Traveling"
|
@@ -2121,6 +2170,11 @@ msgstr ""
|
|
2121
2170
|
msgid "Website communication history"
|
2122
2171
|
msgstr ""
|
2123
2172
|
|
2173
|
+
#. module: dms
|
2174
|
+
#: model:ir.model,name:dms.model_wizard_dms_file_move
|
2175
|
+
msgid "Wizard Dms File Move"
|
2176
|
+
msgstr ""
|
2177
|
+
|
2124
2178
|
#. module: dms
|
2125
2179
|
#: model:ir.model.fields,field_description:dms.field_dms_access_group__perm_write
|
2126
2180
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__permission_write
|
odoo/addons/dms/i18n/es.po
CHANGED
@@ -6,15 +6,16 @@ msgid ""
|
|
6
6
|
msgstr ""
|
7
7
|
"Project-Id-Version: Odoo Server 13.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
|
-
"
|
9
|
+
"POT-Creation-Date: 2024-03-27 10:07+0000\n"
|
10
|
+
"PO-Revision-Date: 2024-03-27 11:08+0100\n"
|
10
11
|
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
|
11
12
|
"Language-Team: none\n"
|
12
13
|
"Language: es\n"
|
13
14
|
"MIME-Version: 1.0\n"
|
14
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
15
|
-
"Content-Transfer-Encoding: \n"
|
16
|
+
"Content-Transfer-Encoding: 8bit\n"
|
16
17
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
17
|
-
"X-Generator:
|
18
|
+
"X-Generator: Poedit 3.0.1\n"
|
18
19
|
|
19
20
|
#. module: dms
|
20
21
|
#: model:ir.model.fields,help:dms.field_dms_directory__alias_process
|
@@ -95,6 +96,27 @@ msgstr ""
|
|
95
96
|
"<i class=\"fa fa-download\"/>\n"
|
96
97
|
" Descargar"
|
97
98
|
|
99
|
+
#. module: dms
|
100
|
+
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
101
|
+
msgid ""
|
102
|
+
"<i class=\"fa fa-exclamation-triangle mr-3\" title=\"Warning\"/>\n"
|
103
|
+
" <b>ATTENTION:</b> Tips to keep in mind before moving "
|
104
|
+
"files:<br/>\n"
|
105
|
+
" - This change cannot be undone.<br/>\n"
|
106
|
+
" - Remember that the permissions of the files are those "
|
107
|
+
"of the folder that contains it, therefore, it is possible that when you "
|
108
|
+
"change it, the permissions will also change.<br/>\n"
|
109
|
+
" Make this change at your own risk."
|
110
|
+
msgstr ""
|
111
|
+
"<i class=\"fa fa-exclamation-triangle mr-3\" title=\"Warning\"/>\n"
|
112
|
+
" <b>ATENCIÓN:</b> Consejos a tener en cuenta antes de "
|
113
|
+
"mover los archivos:<br/>\n"
|
114
|
+
" - Este cambio no se puede deshacer.<br/>\n"
|
115
|
+
" - Recuerda que los permisos de los archivos son los del "
|
116
|
+
"directorio que lo contiene, por lo tanto, es posible que al cambiarlo, los "
|
117
|
+
"permisos también cambien.<br/>\n"
|
118
|
+
" Haz este cambio bajo tu responsabilidad."
|
119
|
+
|
98
120
|
#. module: dms
|
99
121
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_kanban
|
100
122
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_file_kanban
|
@@ -466,6 +488,11 @@ msgstr "Archivado"
|
|
466
488
|
msgid "Archived Files"
|
467
489
|
msgstr "Archivos archivados"
|
468
490
|
|
491
|
+
#. module: dms
|
492
|
+
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
493
|
+
msgid "Are you sure? All files will be moved."
|
494
|
+
msgstr "¿Estás seguro? Todos los archivos se moverán."
|
495
|
+
|
469
496
|
#. module: dms
|
470
497
|
#. odoo-python
|
471
498
|
#: code:addons/dms/models/storage.py:0
|
@@ -495,6 +522,7 @@ msgstr "Base/Fuente"
|
|
495
522
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_new_form
|
496
523
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_file_new_form
|
497
524
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_storage_new_form
|
525
|
+
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
498
526
|
msgid "Cancel"
|
499
527
|
msgstr "Cancelar"
|
500
528
|
|
@@ -669,6 +697,7 @@ msgstr "Nº de elementos"
|
|
669
697
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__count_files_title
|
670
698
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__count_storage_files
|
671
699
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__count_files
|
700
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__count_files
|
672
701
|
msgid "Count Files"
|
673
702
|
msgstr "Nº de archivos"
|
674
703
|
|
@@ -759,6 +788,7 @@ msgstr "Crear archivos a partir de archivos adjuntos de mensajes"
|
|
759
788
|
#: model:ir.model.fields,field_description:dms.field_dms_file__create_uid
|
760
789
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__create_uid
|
761
790
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__create_uid
|
791
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__create_uid
|
762
792
|
msgid "Created by"
|
763
793
|
msgstr "Creado por"
|
764
794
|
|
@@ -769,6 +799,7 @@ msgstr "Creado por"
|
|
769
799
|
#: model:ir.model.fields,field_description:dms.field_dms_file__create_date
|
770
800
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__create_date
|
771
801
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__create_date
|
802
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__create_date
|
772
803
|
msgid "Created on"
|
773
804
|
msgstr "Creado el"
|
774
805
|
|
@@ -898,6 +929,7 @@ msgstr ""
|
|
898
929
|
#. module: dms
|
899
930
|
#: model:ir.model,name:dms.model_dms_directory
|
900
931
|
#: model:ir.model.fields,field_description:dms.field_dms_file__directory_id
|
932
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__directory_id
|
901
933
|
#: model_terms:ir.ui.view,arch_db:dms.onboarding_directory_step
|
902
934
|
msgid "Directory"
|
903
935
|
msgstr "Carpeta"
|
@@ -909,6 +941,7 @@ msgstr "Carpeta"
|
|
909
941
|
#: model:ir.model.fields,field_description:dms.field_dms_file__display_name
|
910
942
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__display_name
|
911
943
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__display_name
|
944
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__display_name
|
912
945
|
msgid "Display Name"
|
913
946
|
msgstr "Nombre a mostrar"
|
914
947
|
|
@@ -1109,7 +1142,7 @@ msgstr "Grupo"
|
|
1109
1142
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_storage_search
|
1110
1143
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_tag_search
|
1111
1144
|
msgid "Group By"
|
1112
|
-
msgstr "
|
1145
|
+
msgstr "Agrupar por"
|
1113
1146
|
|
1114
1147
|
#. module: dms
|
1115
1148
|
#: model:ir.model.fields,field_description:dms.field_dms_access_group__name
|
@@ -1147,6 +1180,7 @@ msgstr "Recursos humanos"
|
|
1147
1180
|
#: model:ir.model.fields,field_description:dms.field_dms_file__id
|
1148
1181
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__id
|
1149
1182
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__id
|
1183
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__id
|
1150
1184
|
msgid "ID"
|
1151
1185
|
msgstr "ID"
|
1152
1186
|
|
@@ -1388,6 +1422,7 @@ msgstr "Justo ahora"
|
|
1388
1422
|
#: model:ir.model.fields,field_description:dms.field_dms_file____last_update
|
1389
1423
|
#: model:ir.model.fields,field_description:dms.field_dms_storage____last_update
|
1390
1424
|
#: model:ir.model.fields,field_description:dms.field_dms_tag____last_update
|
1425
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move____last_update
|
1391
1426
|
msgid "Last Modified on"
|
1392
1427
|
msgstr "Última modificación el"
|
1393
1428
|
|
@@ -1398,6 +1433,7 @@ msgstr "Última modificación el"
|
|
1398
1433
|
#: model:ir.model.fields,field_description:dms.field_dms_file__write_uid
|
1399
1434
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__write_uid
|
1400
1435
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__write_uid
|
1436
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__write_uid
|
1401
1437
|
msgid "Last Updated by"
|
1402
1438
|
msgstr "Última actualización por"
|
1403
1439
|
|
@@ -1408,6 +1444,7 @@ msgstr "Última actualización por"
|
|
1408
1444
|
#: model:ir.model.fields,field_description:dms.field_dms_file__write_date
|
1409
1445
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__write_date
|
1410
1446
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__write_date
|
1447
|
+
#: model:ir.model.fields,field_description:dms.field_wizard_dms_file_move__write_date
|
1411
1448
|
msgid "Last Updated on"
|
1412
1449
|
msgstr "Última actualización el"
|
1413
1450
|
|
@@ -1532,6 +1569,17 @@ msgstr "Modelo"
|
|
1532
1569
|
msgid "Modification Date"
|
1533
1570
|
msgstr "Fecha de modificación"
|
1534
1571
|
|
1572
|
+
#. module: dms
|
1573
|
+
#: model:ir.actions.server,name:dms.action_wizard_dms_file_move
|
1574
|
+
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
1575
|
+
msgid "Move"
|
1576
|
+
msgstr "Mover"
|
1577
|
+
|
1578
|
+
#. module: dms
|
1579
|
+
#: model:ir.actions.act_window,name:dms.wizard_dms_file_move_act_window
|
1580
|
+
msgid "Move files"
|
1581
|
+
msgstr "Mover archivos"
|
1582
|
+
|
1535
1583
|
#. module: dms
|
1536
1584
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__my_activity_date_deadline
|
1537
1585
|
#: model:ir.model.fields,field_description:dms.field_dms_file__my_activity_date_deadline
|
@@ -1650,6 +1698,13 @@ msgstr "Número de mensajes con error de entrega"
|
|
1650
1698
|
msgid "Only admin user"
|
1651
1699
|
msgstr "Solo usuario administrador"
|
1652
1700
|
|
1701
|
+
#. module: dms
|
1702
|
+
#. odoo-python
|
1703
|
+
#: code:addons/dms/models/dms_file.py:0
|
1704
|
+
#, python-format
|
1705
|
+
msgid "Only files in the same root directory can be moved."
|
1706
|
+
msgstr "Solo los archivos con la misma carpeta raíz se pueden mover."
|
1707
|
+
|
1653
1708
|
#. module: dms
|
1654
1709
|
#. odoo-python
|
1655
1710
|
#: code:addons/dms/models/storage.py:0
|
@@ -1836,6 +1891,7 @@ msgstr "Carpetas raíz"
|
|
1836
1891
|
|
1837
1892
|
#. module: dms
|
1838
1893
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__root_directory_id
|
1894
|
+
#: model:ir.model.fields,field_description:dms.field_dms_file__root_directory_id
|
1839
1895
|
msgid "Root Directory"
|
1840
1896
|
msgstr "Directorio Raíz"
|
1841
1897
|
|
@@ -2141,6 +2197,11 @@ msgstr "Total archivos"
|
|
2141
2197
|
msgid "Total Subdirectories"
|
2142
2198
|
msgstr "Total subcarpetas"
|
2143
2199
|
|
2200
|
+
#. module: dms
|
2201
|
+
#: model_terms:ir.ui.view,arch_db:dms.wizard_dms_file_move_form_view
|
2202
|
+
msgid "Total files"
|
2203
|
+
msgstr "Total archivos"
|
2204
|
+
|
2144
2205
|
#. module: dms
|
2145
2206
|
#: model:dms.category,name:dms.category_04_demo
|
2146
2207
|
msgid "Traveling"
|
@@ -2230,6 +2291,11 @@ msgstr "Mensajes del sitio web"
|
|
2230
2291
|
msgid "Website communication history"
|
2231
2292
|
msgstr "Histórico de mensajes del sitio web"
|
2232
2293
|
|
2294
|
+
#. module: dms
|
2295
|
+
#: model:ir.model,name:dms.model_wizard_dms_file_move
|
2296
|
+
msgid "Wizard Dms File Move"
|
2297
|
+
msgstr ""
|
2298
|
+
|
2233
2299
|
#. module: dms
|
2234
2300
|
#: model:ir.model.fields,field_description:dms.field_dms_access_group__perm_write
|
2235
2301
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__permission_write
|
@@ -2282,111 +2348,3 @@ msgstr "o_onboarding_orange"
|
|
2282
2348
|
#: model_terms:ir.ui.view,arch_db:dms.document_onboarding_file_panel
|
2283
2349
|
msgid "res.company"
|
2284
2350
|
msgstr "res.company"
|
2285
|
-
|
2286
|
-
#, python-format
|
2287
|
-
#~ msgid "Error has not been raised"
|
2288
|
-
#~ msgstr "El error no está trazado"
|
2289
|
-
|
2290
|
-
#~ msgid "Number of messages which requires an action"
|
2291
|
-
#~ msgstr "Número de mensajes que requieren una acción"
|
2292
|
-
|
2293
|
-
#~ msgid "Number of unread messages"
|
2294
|
-
#~ msgstr "Número de mensajes no leídos"
|
2295
|
-
|
2296
|
-
#, python-format
|
2297
|
-
#~ msgid "Root"
|
2298
|
-
#~ msgstr "Raíz"
|
2299
|
-
|
2300
|
-
#~ msgid "SMS Delivery error"
|
2301
|
-
#~ msgstr "Error de entrega de SMS"
|
2302
|
-
|
2303
|
-
#~ msgid "Unread Messages"
|
2304
|
-
#~ msgstr "Mensajes no leídos"
|
2305
|
-
|
2306
|
-
#~ msgid "Unread Messages Counter"
|
2307
|
-
#~ msgstr "Nº de mensajes no leídos"
|
2308
|
-
|
2309
|
-
#~ msgid "Path"
|
2310
|
-
#~ msgstr "Ruta"
|
2311
|
-
|
2312
|
-
#~ msgid "Search"
|
2313
|
-
#~ msgstr "Búsqueda"
|
2314
|
-
|
2315
|
-
#~ msgid "Followers (Channels)"
|
2316
|
-
#~ msgstr "Seguidores (canales)"
|
2317
|
-
|
2318
|
-
#~ msgid "Locked by"
|
2319
|
-
#~ msgstr "Bloqueado por"
|
2320
|
-
|
2321
|
-
#~ msgid "Migrate File %s of %s [ %s ]"
|
2322
|
-
#~ msgstr "Migrar archivo %s de %s [ %s ]"
|
2323
|
-
|
2324
|
-
#~ msgid "Drop your files here"
|
2325
|
-
#~ msgstr "Arrastra tus archivos aquí"
|
2326
|
-
|
2327
|
-
#~ msgid "Custom Thumbnail"
|
2328
|
-
#~ msgstr "Miniatura personalizada"
|
2329
|
-
|
2330
|
-
#~ msgid "Medium Custom Thumbnail"
|
2331
|
-
#~ msgstr "Miniatura personalizada mediana"
|
2332
|
-
|
2333
|
-
#~ msgid "Medium Thumbnail"
|
2334
|
-
#~ msgstr "Miniatura mediana"
|
2335
|
-
|
2336
|
-
#~ msgid "Small Custom Thumbnail"
|
2337
|
-
#~ msgstr "Miniatura personalizada pequeña"
|
2338
|
-
|
2339
|
-
#~ msgid "Thumbnail"
|
2340
|
-
#~ msgstr "Miniatura"
|
2341
|
-
|
2342
|
-
#~ msgid "Thumbnail Mixin"
|
2343
|
-
#~ msgstr "Miniatura Mixin"
|
2344
|
-
|
2345
|
-
#~ msgid "A file is locked, the folder cannot be deleted."
|
2346
|
-
#~ msgstr "El archivo está bloqueado, la carpeta no se puede eliminar."
|
2347
|
-
|
2348
|
-
#~ msgid "The directory has to have the permission to create files."
|
2349
|
-
#~ msgstr "La carpeta debe tener permiso para crear archivos."
|
2350
|
-
|
2351
|
-
#~ msgid ""
|
2352
|
-
#~ "The parent directory has to have the permission to create directories."
|
2353
|
-
#~ msgstr "La carpeta padre debe tener permisos para crear carpetas."
|
2354
|
-
|
2355
|
-
#~ msgid "The record (%s [%s]) is locked, by an other user."
|
2356
|
-
#~ msgstr "El registro (%s [%s]) está bloqueado, por otro usuario."
|
2357
|
-
|
2358
|
-
#~ msgid ""
|
2359
|
-
#~ "The requested operation cannot be completed due to group security "
|
2360
|
-
#~ "restrictions. Please contact your system administrator.\n"
|
2361
|
-
#~ "\n"
|
2362
|
-
#~ "(Document type: %s, Operation: %s)"
|
2363
|
-
#~ msgstr ""
|
2364
|
-
#~ "La operación solicitada no se puede completar debido a restricciones de "
|
2365
|
-
#~ "seguridad del grupo. Por favor, póngase en contacto con el administrador "
|
2366
|
-
#~ "del sistema.\n"
|
2367
|
-
#~ "\n"
|
2368
|
-
#~ "(Tipo de documento: %s, Operación: %s)"
|
2369
|
-
|
2370
|
-
#~ msgid "Folder"
|
2371
|
-
#~ msgstr "Carpeta"
|
2372
|
-
|
2373
|
-
#~ msgid "SmallThumbnail"
|
2374
|
-
#~ msgstr "Miniatura pequeña"
|
2375
|
-
|
2376
|
-
#~ msgid "<span>DMS</span>"
|
2377
|
-
#~ msgstr "<span>Carpetas</span>"
|
2378
|
-
|
2379
|
-
#~ msgid "A root directory has to have a root storage."
|
2380
|
-
#~ msgstr "Una carpeta principal debe tener un almacenamiento."
|
2381
|
-
|
2382
|
-
#~ msgid "Allowed Model"
|
2383
|
-
#~ msgstr "Modelo permitido"
|
2384
|
-
|
2385
|
-
#~ msgid "Demo"
|
2386
|
-
#~ msgstr "Demo"
|
2387
|
-
|
2388
|
-
#~ msgid "Root Storage"
|
2389
|
-
#~ msgstr "Almacenamiento raíz"
|
2390
|
-
|
2391
|
-
#~ msgid "Filename"
|
2392
|
-
#~ msgstr "Nombre de archivo"
|
@@ -46,7 +46,6 @@ class File(models.Model):
|
|
46
46
|
default=True,
|
47
47
|
help="If a file is set to archived, it is not displayed, but still exists.",
|
48
48
|
)
|
49
|
-
|
50
49
|
directory_id = fields.Many2one(
|
51
50
|
comodel_name="dms.directory",
|
52
51
|
string="Directory",
|
@@ -56,7 +55,9 @@ class File(models.Model):
|
|
56
55
|
auto_join=True,
|
57
56
|
required=True,
|
58
57
|
index="btree",
|
58
|
+
tracking=True, # Leave log if "moved" to another directory
|
59
59
|
)
|
60
|
+
root_directory_id = fields.Many2one(related="directory_id.root_directory_id")
|
60
61
|
# Override acording to defined in AbstractDmsMixin
|
61
62
|
storage_id = fields.Many2one(
|
62
63
|
related="directory_id.storage_id",
|
@@ -273,6 +274,17 @@ class File(models.Model):
|
|
273
274
|
"documents_onboarding_file_state"
|
274
275
|
)
|
275
276
|
|
277
|
+
def action_wizard_dms_file_move(self):
|
278
|
+
items = self.browse(self.env.context.get("active_ids"))
|
279
|
+
root_directories = items.mapped("root_directory_id")
|
280
|
+
if len(root_directories) > 1:
|
281
|
+
raise UserError(_("Only files in the same root directory can be moved."))
|
282
|
+
result = self.env["ir.actions.act_window"]._for_xml_id(
|
283
|
+
"dms.wizard_dms_file_move_act_window"
|
284
|
+
)
|
285
|
+
result["context"] = dict(self.env.context)
|
286
|
+
return result
|
287
|
+
|
276
288
|
# ----------------------------------------------------------
|
277
289
|
# SearchPanel
|
278
290
|
# ----------------------------------------------------------
|
@@ -22,3 +22,5 @@ access_dms_access_group_public,access_dms_access_group_public,model_dms_access_g
|
|
22
22
|
access_dms_access_group_portal,access_dms_access_group_portal,model_dms_access_group,base.group_portal,1,0,0,0
|
23
23
|
access_security_access_groups_user,access_security_access_groups_user,model_dms_access_group,base.group_user,1,0,0,0
|
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
|
+
|
26
|
+
access_wizard_dms_file_move,access_wizard_dms_file_move,model_wizard_dms_file_move,group_dms_user,1,1,1,1
|
@@ -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:a66cf63d422b46c0023c68da9269b306e0e2cdabd53407490ddab753cb4d4725
|
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
|
@@ -5,6 +5,7 @@
|
|
5
5
|
|
6
6
|
import base64
|
7
7
|
|
8
|
+
from odoo.exceptions import UserError
|
8
9
|
from odoo.tests import new_test_user
|
9
10
|
from odoo.tests.common import users
|
10
11
|
|
@@ -86,3 +87,23 @@ class FileFilestoreTestCase(StorageFileBaseCase):
|
|
86
87
|
self.assertEqual(file_pdf.extension, "pdf")
|
87
88
|
file_pdf.name = "Document_05.pdf"
|
88
89
|
self.assertEqual(file_pdf.extension, "pdf")
|
90
|
+
|
91
|
+
def test_wizard_dms_file_move(self):
|
92
|
+
file3 = self.create_file(directory=self.sub_directory_x)
|
93
|
+
all_files = self.file + self.file2 + file3
|
94
|
+
# Error: All files must have the same root directory
|
95
|
+
with self.assertRaises(UserError):
|
96
|
+
self.file_model.with_context(
|
97
|
+
active_ids=all_files.ids
|
98
|
+
).action_wizard_dms_file_move()
|
99
|
+
# Change the files that have the same root directory
|
100
|
+
files = self.file2 + file3
|
101
|
+
res = self.file_model.with_context(
|
102
|
+
active_ids=files.ids
|
103
|
+
).action_wizard_dms_file_move()
|
104
|
+
wizard_model = self.env[res["res_model"]].with_context(**res["context"])
|
105
|
+
wizard = wizard_model.create({"directory_id": self.directory.id})
|
106
|
+
self.assertEqual(wizard.count_files, 2)
|
107
|
+
wizard.process()
|
108
|
+
self.assertEqual(self.file2.directory_id, self.directory)
|
109
|
+
self.assertEqual(file3.directory_id, self.directory)
|
@@ -323,6 +323,8 @@
|
|
323
323
|
<field name="is_locked" invisible="1" />
|
324
324
|
<field name="is_lock_editor" invisible="1" />
|
325
325
|
<field name="name" />
|
326
|
+
<field name="directory_id" optional="hide" />
|
327
|
+
<field name="root_directory_id" optional="hide" />
|
326
328
|
<field name="write_date" />
|
327
329
|
<field name="human_size" />
|
328
330
|
<field name="mimetype" />
|
@@ -666,4 +668,16 @@
|
|
666
668
|
<field name="target">new</field>
|
667
669
|
<field name="view_id" ref="view_dms_file_new_form" />
|
668
670
|
</record>
|
671
|
+
<record id="action_wizard_dms_file_move" model="ir.actions.server">
|
672
|
+
<field name="name">Move</field>
|
673
|
+
<field name="model_id" ref="dms.model_dms_file" />
|
674
|
+
<field name="binding_model_id" ref="dms.model_dms_file" />
|
675
|
+
<field name="groups_id" eval="[(4, ref('dms.group_dms_user'))]" />
|
676
|
+
<field name="binding_view_types">list</field>
|
677
|
+
<field name="state">code</field>
|
678
|
+
<field name="code">
|
679
|
+
action = model.action_wizard_dms_file_move()
|
680
|
+
</field>
|
681
|
+
</record>
|
682
|
+
|
669
683
|
</odoo>
|
@@ -0,0 +1 @@
|
|
1
|
+
from . import wizard_dms_file_move
|
@@ -0,0 +1,25 @@
|
|
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, fields, models
|
5
|
+
|
6
|
+
|
7
|
+
class WizardDmsFileMove(models.TransientModel):
|
8
|
+
_name = "wizard.dms.file.move"
|
9
|
+
_description = "Wizard Dms File Move"
|
10
|
+
|
11
|
+
count_files = fields.Integer(readonly=True)
|
12
|
+
directory_id = fields.Many2one(
|
13
|
+
comodel_name="dms.directory", required=True, string="Directory"
|
14
|
+
)
|
15
|
+
|
16
|
+
@api.model
|
17
|
+
def default_get(self, fields):
|
18
|
+
vals = super().default_get(fields)
|
19
|
+
if self.env.context.get("active_ids"):
|
20
|
+
vals.update({"count_files": len(self.env.context.get("active_ids"))})
|
21
|
+
return vals
|
22
|
+
|
23
|
+
def process(self):
|
24
|
+
items = self.env["dms.file"].browse(self.env.context.get("active_ids"))
|
25
|
+
items.write({"directory_id": self.directory_id})
|
@@ -0,0 +1,41 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
2
|
+
<!-- Copyright 2024 Tecnativa - Víctor Martínez
|
3
|
+
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
4
|
+
<odoo>
|
5
|
+
<record id="wizard_dms_file_move_form_view" model="ir.ui.view">
|
6
|
+
<field name="name">wizard.dms.file.move.form</field>
|
7
|
+
<field name="model">wizard.dms.file.move</field>
|
8
|
+
<field name="arch" type="xml">
|
9
|
+
<form>
|
10
|
+
<div class="alert alert-warning" role="alert">
|
11
|
+
<i class="fa fa-exclamation-triangle mr-3" title="Warning" />
|
12
|
+
<b>ATTENTION:</b> Tips to keep in mind before moving files:<br />
|
13
|
+
- This change cannot be undone.<br />
|
14
|
+
- Remember that the permissions of the files are those of the folder that contains it, therefore, it is possible that when you change it, the permissions will also change.<br
|
15
|
+
/>
|
16
|
+
Make this change at your own risk.
|
17
|
+
</div>
|
18
|
+
<group>
|
19
|
+
<field name="directory_id" />
|
20
|
+
<field name="count_files" string="Total files" />
|
21
|
+
</group>
|
22
|
+
<footer>
|
23
|
+
<button
|
24
|
+
name="process"
|
25
|
+
string="Move"
|
26
|
+
class="btn-primary"
|
27
|
+
type="object"
|
28
|
+
confirm="Are you sure? All files will be moved."
|
29
|
+
/>
|
30
|
+
<button string="Cancel" class="btn-default" special="cancel" />
|
31
|
+
</footer>
|
32
|
+
</form>
|
33
|
+
</field>
|
34
|
+
</record>
|
35
|
+
<record id="wizard_dms_file_move_act_window" model="ir.actions.act_window">
|
36
|
+
<field name="name">Move files</field>
|
37
|
+
<field name="res_model">wizard.dms.file.move</field>
|
38
|
+
<field name="view_mode">form</field>
|
39
|
+
<field name="target">new</field>
|
40
|
+
</record>
|
41
|
+
</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.6.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:a66cf63d422b46c0023c68da9269b306e0e2cdabd53407490ddab753cb4d4725
|
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=
|
2
|
-
odoo/addons/dms/__init__.py,sha256=
|
3
|
-
odoo/addons/dms/__manifest__.py,sha256=
|
1
|
+
odoo/addons/dms/README.rst,sha256=tm4CiH-FmUTEXYdqwukLfkVINfPiDvC0EUkBsjgBsdQ,7748
|
2
|
+
odoo/addons/dms/__init__.py,sha256=dnUeA_K1torbiMNF3tt2dtECdk-FkWm01DByr9MBMIA,69
|
3
|
+
odoo/addons/dms/__manifest__.py,sha256=GqTJvtX_Lpt8JqCL7b_ElIzfot-NXeiPHDmFNT0Xeqo,1817
|
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
|
@@ -13,8 +13,8 @@ odoo/addons/dms/demo/res_users.xml,sha256=edRmAsHsaQYhHiJWdFni5BGM3-0Vskw3A1grXC
|
|
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
15
|
odoo/addons/dms/i18n/de.po,sha256=h1Fvem1qr4sr3koDbL8_dIJFVdm0ho74WJnN-IZ0fog,80446
|
16
|
-
odoo/addons/dms/i18n/dms.pot,sha256=
|
17
|
-
odoo/addons/dms/i18n/es.po,sha256=
|
16
|
+
odoo/addons/dms/i18n/dms.pot,sha256=WVx4FE8bvEtMdGrL5q2T2QDjJEENZJYTHofgepkw1_4,70934
|
17
|
+
odoo/addons/dms/i18n/es.po,sha256=q8hz2zV2mhFlIx3dHW0-nKxWIq_zlvHIRKElwSjlGVI,83507
|
18
18
|
odoo/addons/dms/i18n/fr.po,sha256=HTT9qYZh2wtQP6cHsy9cpkxjErEBd8qKniKZBrhsZIo,82112
|
19
19
|
odoo/addons/dms/i18n/he_IL.po,sha256=9tLSn_0110M8dNGlnH8V8vIG5jJlbfKwrCK9R8wZBc4,79127
|
20
20
|
odoo/addons/dms/i18n/it.po,sha256=UJroAgCmayxzhhAf9etTwnIDqnY7mg3sr9e8L-TiO_A,80109
|
@@ -28,7 +28,7 @@ odoo/addons/dms/models/access_groups.py,sha256=ldhs1cc_wlG1G4zfg8ohPwh_mFO1C5wEq
|
|
28
28
|
odoo/addons/dms/models/base.py,sha256=t7uhbkDE9L4UdvYJAwPTlX5ff2Y9S01urlFfC3KlLxM,893
|
29
29
|
odoo/addons/dms/models/category.py,sha256=MB36VPKw3DItR5ZYM7CCROO3LDDTpTx87clML966GAs,4132
|
30
30
|
odoo/addons/dms/models/directory.py,sha256=Ge8E_ha4GYGXbDTjpcUPfrMWSF3F7Ffz-X78o_qr0bo,28795
|
31
|
-
odoo/addons/dms/models/dms_file.py,sha256=
|
31
|
+
odoo/addons/dms/models/dms_file.py,sha256=vCeOttxNGy9hEX-7Ti1-Hm9aJ9YI9qySX8fkq7QsqXA,25493
|
32
32
|
odoo/addons/dms/models/dms_security_mixin.py,sha256=PE5o_TvOn746OckncuZs73zVStP348Tlmy9C68PaI2U,9733
|
33
33
|
odoo/addons/dms/models/ir_attachment.py,sha256=-AwkedqL2cgPZ794O31UIMvchrf_a9TPVE1rEb--CXQ,3248
|
34
34
|
odoo/addons/dms/models/mail_thread.py,sha256=ccAn2MHONCncjsJewBrLqMVBl6tmn2kezyJVJq2utVk,583
|
@@ -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=8PUm-1rSpz5mc5_BNIUdUKXb2sz6TrxIAcUYSVSmJ4o,1856
|
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=HCozASg-DX_SOxyF39BQ9aAoTpt2X2jBEE7xwUjX_Is,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=Q6IaOcNDFR6zYfDpah9zPGjRilxTomObttXssjJgwzM,4577
|
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
|
@@ -197,13 +197,16 @@ odoo/addons/dms/tools/file.py,sha256=NYgdhsu1qdcLfMInmzhMs-PzDKmFm3wuo9kx610mSJs
|
|
197
197
|
odoo/addons/dms/views/category.xml,sha256=fjes6BqnZpcB8IJhZliZP4C7HqjJHlRVqRo4mvlEt38,4434
|
198
198
|
odoo/addons/dms/views/directory.xml,sha256=qAiSSiIyHr8ZTgPvmm3uxx7rln9h0rmi7N9GN5ebcbg,35732
|
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=GaR3P9W0d_4ht6RK-6q_8Afqnge0uVMHvdepBqF2_zg,32046
|
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=RCspiPEBUSNoR0NC3X9LD1BqmYWPIoq3poQMjcI62vg,10454
|
205
205
|
odoo/addons/dms/views/tag.xml,sha256=A1-WfRlN5TumsEdIEUwx7G2RpX7iHV37ztKxGABLvi0,7186
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
odoo_addon_dms-16.0.1.
|
206
|
+
odoo/addons/dms/wizards/__init__.py,sha256=YS7u9DusWKWEWtmm94cg2FWsPC2wUeDImRGBk7S3wx0,35
|
207
|
+
odoo/addons/dms/wizards/wizard_dms_file_move.py,sha256=zQouQDJuLWOrjzkksiUaTf0DFqT9SrewpxvByv5ozTM,844
|
208
|
+
odoo/addons/dms/wizards/wizard_dms_file_move_views.xml,sha256=bYWdX_QlMpIOS5gRk7iEyddHKLCvAkvzDxfT3oM1lCo,1931
|
209
|
+
odoo_addon_dms-16.0.1.6.0.dist-info/METADATA,sha256=7B4jrgReSwl0jxiKa9O3iVuFbvBMFqlgjqYFJbvIEA4,8289
|
210
|
+
odoo_addon_dms-16.0.1.6.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
211
|
+
odoo_addon_dms-16.0.1.6.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
212
|
+
odoo_addon_dms-16.0.1.6.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|