odoo-addon-dms 17.0.1.2.0__py3-none-any.whl → 18.0.1.0.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/dms/README.rst +69 -62
- odoo/addons/dms/__manifest__.py +1 -5
- odoo/addons/dms/data/onboarding_data.xml +0 -1
- odoo/addons/dms/i18n/de.po +0 -203
- odoo/addons/dms/i18n/dms.pot +51 -55
- odoo/addons/dms/i18n/es.po +0 -214
- odoo/addons/dms/i18n/fr.po +0 -45
- odoo/addons/dms/i18n/he_IL.po +0 -139
- odoo/addons/dms/i18n/it.po +0 -219
- odoo/addons/dms/i18n/nl.po +0 -6
- odoo/addons/dms/i18n/pt.po +0 -215
- odoo/addons/dms/i18n/pt_BR.po +0 -201
- odoo/addons/dms/models/access_groups.py +9 -8
- odoo/addons/dms/models/directory.py +21 -23
- odoo/addons/dms/models/dms_category.py +2 -2
- odoo/addons/dms/models/dms_file.py +15 -16
- odoo/addons/dms/models/dms_security_mixin.py +46 -20
- odoo/addons/dms/models/ir_binary.py +2 -2
- odoo/addons/dms/models/mixins_thumbnail.py +1 -1
- odoo/addons/dms/models/storage.py +3 -3
- odoo/addons/dms/readme/CONTRIBUTORS.md +2 -0
- odoo/addons/dms/readme/ROADMAP.md +2 -0
- odoo/addons/dms/static/description/index.html +13 -6
- odoo/addons/dms/static/src/js/fields/path_json/path_owl.esm.js +5 -5
- odoo/addons/dms/static/src/js/fields/preview_binary/preview_record.esm.js +2 -4
- odoo/addons/dms/static/src/js/views/dms_file_upload.esm.js +2 -5
- odoo/addons/dms/static/src/js/views/file_kanban_controller.esm.js +0 -2
- odoo/addons/dms/static/src/js/views/file_kanban_record.esm.js +0 -2
- odoo/addons/dms/static/src/js/views/file_kanban_renderer.esm.js +0 -2
- odoo/addons/dms/static/src/js/views/file_kanban_view.esm.js +0 -2
- odoo/addons/dms/static/src/js/views/file_list_controller.esm.js +0 -2
- odoo/addons/dms/static/src/js/views/file_list_renderer.esm.js +0 -2
- odoo/addons/dms/static/src/js/views/file_list_view.esm.js +0 -2
- odoo/addons/dms/static/src/js/views/search_panel.esm.js +1 -5
- odoo/addons/dms/static/src/models/attachment.esm.js +0 -2
- odoo/addons/dms/static/src/models/attachment_image.esm.js +0 -2
- odoo/addons/dms/static/src/models/attachment_viewer_viewable.esm.js +0 -2
- odoo/addons/dms/static/tests/tours/dms_portal_tour.esm.js +3 -7
- odoo/addons/dms/template/portal.xml +8 -6
- odoo/addons/dms/tests/common.py +9 -10
- odoo/addons/dms/tests/test_benchmark.py +19 -1
- odoo/addons/dms/tests/test_directory.py +8 -5
- odoo/addons/dms/tests/test_file_database.py +1 -1
- odoo/addons/dms/tests/test_portal.py +16 -17
- odoo/addons/dms/views/dms_access_groups_views.xml +13 -13
- odoo/addons/dms/views/dms_category.xml +5 -5
- odoo/addons/dms/views/dms_directory.xml +101 -110
- odoo/addons/dms/views/dms_file.xml +66 -84
- odoo/addons/dms/views/dms_tag.xml +14 -33
- odoo/addons/dms/views/menu.xml +22 -13
- odoo/addons/dms/views/storage.xml +189 -193
- odoo/addons/dms/wizards/wizard_dms_file_move_views.xml +1 -1
- {odoo_addon_dms-17.0.1.2.0.dist-info → odoo_addon_dms-18.0.1.0.0.2.dist-info}/METADATA +72 -65
- {odoo_addon_dms-17.0.1.2.0.dist-info → odoo_addon_dms-18.0.1.0.0.2.dist-info}/RECORD +56 -59
- odoo/addons/dms/static/src/scss/directory_kanban.scss +0 -53
- odoo/addons/dms/static/src/scss/dms_common.scss +0 -69
- odoo/addons/dms/static/src/scss/file_kanban.scss +0 -70
- {odoo_addon_dms-17.0.1.2.0.dist-info → odoo_addon_dms-18.0.1.0.0.2.dist-info}/WHEEL +0 -0
- {odoo_addon_dms-17.0.1.2.0.dist-info → odoo_addon_dms-18.0.1.0.0.2.dist-info}/top_level.txt +0 -0
odoo/addons/dms/i18n/dms.pot
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
#
|
5
5
|
msgid ""
|
6
6
|
msgstr ""
|
7
|
-
"Project-Id-Version: Odoo Server
|
7
|
+
"Project-Id-Version: Odoo Server 18.0\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
9
|
"Last-Translator: \n"
|
10
10
|
"Language-Team: \n"
|
@@ -30,21 +30,18 @@ msgstr ""
|
|
30
30
|
#. module: dms
|
31
31
|
#. odoo-python
|
32
32
|
#: code:addons/dms/models/access_groups.py:0
|
33
|
-
#, python-format
|
34
33
|
msgid "%s (copy)"
|
35
34
|
msgstr ""
|
36
35
|
|
37
36
|
#. module: dms
|
38
37
|
#. odoo-python
|
39
38
|
#: code:addons/dms/models/directory.py:0
|
40
|
-
#, python-format
|
41
39
|
msgid "%s Files"
|
42
40
|
msgstr ""
|
43
41
|
|
44
42
|
#. module: dms
|
45
43
|
#. odoo-python
|
46
44
|
#: code:addons/dms/models/directory.py:0
|
47
|
-
#, python-format
|
48
45
|
msgid "%s Subdirectories"
|
49
46
|
msgstr ""
|
50
47
|
|
@@ -134,6 +131,30 @@ msgid ""
|
|
134
131
|
" Unlock"
|
135
132
|
msgstr ""
|
136
133
|
|
134
|
+
#. module: dms
|
135
|
+
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_kanban
|
136
|
+
msgid ""
|
137
|
+
"<i class=\"fa fa-xs fa-file\"/>\n"
|
138
|
+
" <span>&nbsp;</span>"
|
139
|
+
msgstr ""
|
140
|
+
|
141
|
+
#. module: dms
|
142
|
+
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_kanban
|
143
|
+
msgid ""
|
144
|
+
"<i class=\"fa fa-xs fa-folder\"/>\n"
|
145
|
+
" <span>&nbsp;</span>"
|
146
|
+
msgstr ""
|
147
|
+
|
148
|
+
#. module: dms
|
149
|
+
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_kanban
|
150
|
+
msgid "<span class=\"ms-1\">Directories</span>"
|
151
|
+
msgstr ""
|
152
|
+
|
153
|
+
#. module: dms
|
154
|
+
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_kanban
|
155
|
+
msgid "<span class=\"ms-1\">Files</span>"
|
156
|
+
msgstr ""
|
157
|
+
|
137
158
|
#. module: dms
|
138
159
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_form
|
139
160
|
msgid ""
|
@@ -142,8 +163,8 @@ msgid ""
|
|
142
163
|
msgstr ""
|
143
164
|
|
144
165
|
#. module: dms
|
166
|
+
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_kanban
|
145
167
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_file_kanban
|
146
|
-
#: model_terms:ir.ui.view,arch_db:dms.view_dms_tag_kanban
|
147
168
|
msgid "<span>Actions</span>"
|
148
169
|
msgstr ""
|
149
170
|
|
@@ -157,6 +178,11 @@ msgstr ""
|
|
157
178
|
msgid "<span>Operations</span>"
|
158
179
|
msgstr ""
|
159
180
|
|
181
|
+
#. module: dms
|
182
|
+
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_kanban
|
183
|
+
msgid "<span>Views</span>"
|
184
|
+
msgstr ""
|
185
|
+
|
160
186
|
#. module: dms
|
161
187
|
#: model:ir.model.fields,help:dms.field_dms_directory__alias_defaults
|
162
188
|
msgid ""
|
@@ -167,49 +193,42 @@ msgstr ""
|
|
167
193
|
#. module: dms
|
168
194
|
#. odoo-python
|
169
195
|
#: code:addons/dms/models/directory.py:0
|
170
|
-
#, python-format
|
171
196
|
msgid "A directory can't be a root and have a parent directory."
|
172
197
|
msgstr ""
|
173
198
|
|
174
199
|
#. module: dms
|
175
200
|
#. odoo-python
|
176
201
|
#: code:addons/dms/models/directory.py:0
|
177
|
-
#, python-format
|
178
202
|
msgid "A directory has to have a parent directory."
|
179
203
|
msgstr ""
|
180
204
|
|
181
205
|
#. module: dms
|
182
206
|
#. odoo-python
|
183
207
|
#: code:addons/dms/models/directory.py:0
|
184
|
-
#, python-format
|
185
208
|
msgid "A directory has to have model in attachment storage."
|
186
209
|
msgstr ""
|
187
210
|
|
188
211
|
#. module: dms
|
189
212
|
#. odoo-python
|
190
213
|
#: code:addons/dms/models/directory.py:0
|
191
|
-
#, python-format
|
192
214
|
msgid "A directory with the same name already exists."
|
193
215
|
msgstr ""
|
194
216
|
|
195
217
|
#. module: dms
|
196
218
|
#. odoo-python
|
197
219
|
#: code:addons/dms/models/dms_file.py:0
|
198
|
-
#, python-format
|
199
220
|
msgid "A file must have model and resource ID in attachment storage."
|
200
221
|
msgstr ""
|
201
222
|
|
202
223
|
#. module: dms
|
203
224
|
#. odoo-python
|
204
225
|
#: code:addons/dms/models/dms_file.py:0
|
205
|
-
#, python-format
|
206
226
|
msgid "A file with the same name already exists in this directory."
|
207
227
|
msgstr ""
|
208
228
|
|
209
229
|
#. module: dms
|
210
230
|
#. odoo-python
|
211
231
|
#: code:addons/dms/models/directory.py:0
|
212
|
-
#, python-format
|
213
232
|
msgid "A root directory has to have a storage."
|
214
233
|
msgstr ""
|
215
234
|
|
@@ -253,11 +272,6 @@ msgstr ""
|
|
253
272
|
msgid "Action Needed"
|
254
273
|
msgstr ""
|
255
274
|
|
256
|
-
#. module: dms
|
257
|
-
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_kanban
|
258
|
-
msgid "Actions"
|
259
|
-
msgstr ""
|
260
|
-
|
261
275
|
#. module: dms
|
262
276
|
#: model:ir.model.fields,field_description:dms.field_dms_category__active
|
263
277
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__active
|
@@ -358,7 +372,6 @@ msgstr ""
|
|
358
372
|
#. module: dms
|
359
373
|
#. odoo-python
|
360
374
|
#: code:addons/dms/models/directory.py:0
|
361
|
-
#, python-format
|
362
375
|
msgid "Alias-Mail-Extraction"
|
363
376
|
msgstr ""
|
364
377
|
|
@@ -381,7 +394,6 @@ msgstr ""
|
|
381
394
|
#. module: dms
|
382
395
|
#. odoo-javascript
|
383
396
|
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
384
|
-
#, python-format
|
385
397
|
msgid "An error occurred during the upload"
|
386
398
|
msgstr ""
|
387
399
|
|
@@ -409,11 +421,8 @@ msgid "Are you sure? All files will be moved."
|
|
409
421
|
msgstr ""
|
410
422
|
|
411
423
|
#. module: dms
|
412
|
-
#. odoo-python
|
413
|
-
#: code:addons/dms/models/storage.py:0
|
414
424
|
#: model:ir.model,name:dms.model_ir_attachment
|
415
425
|
#: model:ir.model.fields.selection,name:dms.selection__dms_storage__save_type__attachment
|
416
|
-
#, python-format
|
417
426
|
msgid "Attachment"
|
418
427
|
msgstr ""
|
419
428
|
|
@@ -769,10 +778,7 @@ msgid "DMS thumbnail and icon mixin"
|
|
769
778
|
msgstr ""
|
770
779
|
|
771
780
|
#. module: dms
|
772
|
-
#. odoo-python
|
773
|
-
#: code:addons/dms/models/storage.py:0
|
774
781
|
#: model:ir.model.fields.selection,name:dms.selection__dms_storage__save_type__database
|
775
|
-
#, python-format
|
776
782
|
msgid "Database"
|
777
783
|
msgstr ""
|
778
784
|
|
@@ -856,6 +862,12 @@ msgstr ""
|
|
856
862
|
msgid "Display Name"
|
857
863
|
msgstr ""
|
858
864
|
|
865
|
+
#. module: dms
|
866
|
+
#. odoo-javascript
|
867
|
+
#: code:addons/dms/static/src/js/fields/path_json/path_owl.esm.js:0
|
868
|
+
msgid "Dms Path Field"
|
869
|
+
msgstr ""
|
870
|
+
|
859
871
|
#. module: dms
|
860
872
|
#: model:ir.model,name:dms.model_dms_category
|
861
873
|
msgid "Document Category"
|
@@ -937,14 +949,12 @@ msgstr ""
|
|
937
949
|
#. module: dms
|
938
950
|
#. odoo-python
|
939
951
|
#: code:addons/dms/models/dms_category.py:0
|
940
|
-
#, python-format
|
941
952
|
msgid "Error! You cannot create recursive categories."
|
942
953
|
msgstr ""
|
943
954
|
|
944
955
|
#. module: dms
|
945
956
|
#. odoo-python
|
946
957
|
#: code:addons/dms/models/directory.py:0
|
947
|
-
#, python-format
|
948
958
|
msgid "Error! You cannot create recursive directories."
|
949
959
|
msgstr ""
|
950
960
|
|
@@ -1033,10 +1043,7 @@ msgid "Files are used to save content directly in Odoo."
|
|
1033
1043
|
msgstr ""
|
1034
1044
|
|
1035
1045
|
#. module: dms
|
1036
|
-
#. odoo-python
|
1037
|
-
#: code:addons/dms/models/storage.py:0
|
1038
1046
|
#: model:ir.model.fields.selection,name:dms.selection__dms_storage__save_type__file
|
1039
|
-
#, python-format
|
1040
1047
|
msgid "Filestore"
|
1041
1048
|
msgstr ""
|
1042
1049
|
|
@@ -1165,7 +1172,9 @@ msgstr ""
|
|
1165
1172
|
|
1166
1173
|
#. module: dms
|
1167
1174
|
#: model:ir.model.fields,help:dms.field_dms_directory__message_has_error
|
1175
|
+
#: model:ir.model.fields,help:dms.field_dms_directory__message_has_sms_error
|
1168
1176
|
#: model:ir.model.fields,help:dms.field_dms_file__message_has_error
|
1177
|
+
#: model:ir.model.fields,help:dms.field_dms_file__message_has_sms_error
|
1169
1178
|
msgid "If checked, some messages have a delivery error."
|
1170
1179
|
msgstr ""
|
1171
1180
|
|
@@ -1294,7 +1303,6 @@ msgstr ""
|
|
1294
1303
|
#. module: dms
|
1295
1304
|
#. odoo-python
|
1296
1305
|
#: code:addons/dms/models/dms_file.py:0
|
1297
|
-
#, python-format
|
1298
1306
|
msgid "Invalid attachments!"
|
1299
1307
|
msgstr ""
|
1300
1308
|
|
@@ -1317,14 +1325,12 @@ msgstr ""
|
|
1317
1325
|
#. module: dms
|
1318
1326
|
#. odoo-python
|
1319
1327
|
#: code:addons/dms/models/directory.py:0
|
1320
|
-
#, python-format
|
1321
1328
|
msgid "It is not possible to change the storage."
|
1322
1329
|
msgstr ""
|
1323
1330
|
|
1324
1331
|
#. module: dms
|
1325
1332
|
#. odoo-python
|
1326
1333
|
#: code:addons/dms/models/directory.py:0
|
1327
|
-
#, python-format
|
1328
1334
|
msgid "It is not possible to change to a parent with other storage."
|
1329
1335
|
msgstr ""
|
1330
1336
|
|
@@ -1447,7 +1453,6 @@ msgstr ""
|
|
1447
1453
|
#. module: dms
|
1448
1454
|
#. odoo-python
|
1449
1455
|
#: code:addons/dms/models/dms_file.py:0
|
1450
|
-
#, python-format
|
1451
1456
|
msgid "Migrate File %(index)s of %(record_count)s [ %(dms_file_migration)s ]"
|
1452
1457
|
msgstr ""
|
1453
1458
|
|
@@ -1513,7 +1518,6 @@ msgstr ""
|
|
1513
1518
|
#. module: dms
|
1514
1519
|
#. odoo-python
|
1515
1520
|
#: code:addons/dms/controllers/portal.py:0
|
1516
|
-
#: code:addons/dms/controllers/portal.py:0
|
1517
1521
|
#: model:ir.model.fields,field_description:dms.field_abstract_dms_mixin__name
|
1518
1522
|
#: model:ir.model.fields,field_description:dms.field_dms_category__name
|
1519
1523
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__name
|
@@ -1521,7 +1525,6 @@ msgstr ""
|
|
1521
1525
|
#: model:ir.model.fields,field_description:dms.field_dms_storage__name
|
1522
1526
|
#: model:ir.model.fields,field_description:dms.field_dms_tag__name
|
1523
1527
|
#: model_terms:ir.ui.view,arch_db:dms.portal_my_dms
|
1524
|
-
#, python-format
|
1525
1528
|
msgid "Name"
|
1526
1529
|
msgstr ""
|
1527
1530
|
|
@@ -1562,7 +1565,6 @@ msgstr ""
|
|
1562
1565
|
#. module: dms
|
1563
1566
|
#. odoo-python
|
1564
1567
|
#: code:addons/dms/models/dms_file.py:0
|
1565
|
-
#, python-format
|
1566
1568
|
msgid "No attachment was provided"
|
1567
1569
|
msgstr ""
|
1568
1570
|
|
@@ -1636,14 +1638,12 @@ msgstr ""
|
|
1636
1638
|
#. module: dms
|
1637
1639
|
#. odoo-python
|
1638
1640
|
#: code:addons/dms/models/dms_file.py:0
|
1639
|
-
#, python-format
|
1640
1641
|
msgid "Only files in the same root directory can be moved."
|
1641
1642
|
msgstr ""
|
1642
1643
|
|
1643
1644
|
#. module: dms
|
1644
1645
|
#. odoo-python
|
1645
1646
|
#: code:addons/dms/models/storage.py:0
|
1646
|
-
#, python-format
|
1647
1647
|
msgid "Only managers can execute this action."
|
1648
1648
|
msgstr ""
|
1649
1649
|
|
@@ -1695,7 +1695,6 @@ msgstr ""
|
|
1695
1695
|
#. module: dms
|
1696
1696
|
#. odoo-python
|
1697
1697
|
#: code:addons/dms/models/access_groups.py:0
|
1698
|
-
#, python-format
|
1699
1698
|
msgid "Parent group '%(parent)s' is child of '%(current)s'."
|
1700
1699
|
msgstr ""
|
1701
1700
|
|
@@ -1746,11 +1745,15 @@ msgstr ""
|
|
1746
1745
|
#. module: dms
|
1747
1746
|
#. odoo-javascript
|
1748
1747
|
#: code:addons/dms/static/src/js/fields/preview_binary/preview_record.xml:0
|
1749
|
-
#: code:addons/dms/static/src/js/fields/preview_binary/preview_record.xml:0
|
1750
|
-
#, python-format
|
1751
1748
|
msgid "Preview"
|
1752
1749
|
msgstr ""
|
1753
1750
|
|
1751
|
+
#. module: dms
|
1752
|
+
#. odoo-javascript
|
1753
|
+
#: code:addons/dms/static/src/js/fields/preview_binary/preview_record.esm.js:0
|
1754
|
+
msgid "Preview Record"
|
1755
|
+
msgstr ""
|
1756
|
+
|
1754
1757
|
#. module: dms
|
1755
1758
|
#: model:dms.tag,name:dms.tag_10_demo
|
1756
1759
|
msgid "Product"
|
@@ -1834,6 +1837,12 @@ msgstr ""
|
|
1834
1837
|
msgid "Root Directory Created!"
|
1835
1838
|
msgstr ""
|
1836
1839
|
|
1840
|
+
#. module: dms
|
1841
|
+
#: model:ir.model.fields,field_description:dms.field_dms_directory__message_has_sms_error
|
1842
|
+
#: model:ir.model.fields,field_description:dms.field_dms_file__message_has_sms_error
|
1843
|
+
msgid "SMS Delivery error"
|
1844
|
+
msgstr ""
|
1845
|
+
|
1837
1846
|
#. module: dms
|
1838
1847
|
#: model:dms.tag,name:dms.tag_04_demo
|
1839
1848
|
msgid "Sales"
|
@@ -1852,7 +1861,6 @@ msgstr ""
|
|
1852
1861
|
#. odoo-javascript
|
1853
1862
|
#: code:addons/dms/static/src/js/views/file_kanban_renderer.xml:0
|
1854
1863
|
#: code:addons/dms/static/src/js/views/file_list_renderer.xml:0
|
1855
|
-
#, python-format
|
1856
1864
|
msgid "Scan"
|
1857
1865
|
msgstr ""
|
1858
1866
|
|
@@ -2032,28 +2040,24 @@ msgstr ""
|
|
2032
2040
|
#. module: dms
|
2033
2041
|
#. odoo-python
|
2034
2042
|
#: code:addons/dms/models/directory.py:0
|
2035
|
-
#, python-format
|
2036
2043
|
msgid "The directory name is invalid."
|
2037
2044
|
msgstr ""
|
2038
2045
|
|
2039
2046
|
#. module: dms
|
2040
2047
|
#. odoo-python
|
2041
2048
|
#: code:addons/dms/models/dms_file.py:0
|
2042
|
-
#, python-format
|
2043
2049
|
msgid "The file has a forbidden file extension."
|
2044
2050
|
msgstr ""
|
2045
2051
|
|
2046
2052
|
#. module: dms
|
2047
2053
|
#. odoo-python
|
2048
2054
|
#: code:addons/dms/models/dms_file.py:0
|
2049
|
-
#, python-format
|
2050
2055
|
msgid "The file name is invalid."
|
2051
2056
|
msgstr ""
|
2052
2057
|
|
2053
2058
|
#. module: dms
|
2054
2059
|
#. odoo-python
|
2055
2060
|
#: code:addons/dms/models/dms_file.py:0
|
2056
|
-
#, python-format
|
2057
2061
|
msgid "The maximum upload size is %s MB."
|
2058
2062
|
msgstr ""
|
2059
2063
|
|
@@ -2091,7 +2095,6 @@ msgstr ""
|
|
2091
2095
|
#. module: dms
|
2092
2096
|
#. odoo-python
|
2093
2097
|
#: code:addons/dms/models/directory.py:0
|
2094
|
-
#, python-format
|
2095
2098
|
msgid "This directory needs to be associated to a record."
|
2096
2099
|
msgstr ""
|
2097
2100
|
|
@@ -2151,7 +2154,6 @@ msgstr ""
|
|
2151
2154
|
#: code:addons/dms/static/src/js/views/file_kanban_controller.xml:0
|
2152
2155
|
#: code:addons/dms/static/src/js/views/file_kanban_renderer.xml:0
|
2153
2156
|
#: code:addons/dms/static/src/js/views/file_list_renderer.xml:0
|
2154
|
-
#, python-format
|
2155
2157
|
msgid "Upload"
|
2156
2158
|
msgstr ""
|
2157
2159
|
|
@@ -2181,11 +2183,6 @@ msgstr ""
|
|
2181
2183
|
msgid "Vendor Bill"
|
2182
2184
|
msgstr ""
|
2183
2185
|
|
2184
|
-
#. module: dms
|
2185
|
-
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_kanban
|
2186
|
-
msgid "Views"
|
2187
|
-
msgstr ""
|
2188
|
-
|
2189
2186
|
#. module: dms
|
2190
2187
|
#: model:ir.model.fields,field_description:dms.field_dms_directory__website_message_ids
|
2191
2188
|
#: model:ir.model.fields,field_description:dms.field_dms_file__website_message_ids
|
@@ -2219,7 +2216,6 @@ msgstr ""
|
|
2219
2216
|
#. module: dms
|
2220
2217
|
#. odoo-javascript
|
2221
2218
|
#: code:addons/dms/static/src/js/views/dms_file_upload.esm.js:0
|
2222
|
-
#, python-format
|
2223
2219
|
msgid "You must select a directory first"
|
2224
2220
|
msgstr ""
|
2225
2221
|
|
odoo/addons/dms/i18n/es.po
CHANGED
@@ -2314,217 +2314,3 @@ msgstr "exe,msi"
|
|
2314
2314
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_form
|
2315
2315
|
msgid "mail.catchall.domain"
|
2316
2316
|
msgstr "mail.catchall.domain"
|
2317
|
-
|
2318
|
-
#~ msgid "/dms/static/lib/img/banner/documents_onboarding_directory.png"
|
2319
|
-
#~ msgstr "/dms/static/lib/img/banner/documents_onboarding_directory.png"
|
2320
|
-
|
2321
|
-
#~ msgid "/dms/static/lib/img/banner/documents_onboarding_file.png"
|
2322
|
-
#~ msgstr "/dms/static/lib/img/banner/documents_onboarding_file.png"
|
2323
|
-
|
2324
|
-
#~ msgid ""
|
2325
|
-
#~ "<i class=\"fa fa-archive\"/>\n"
|
2326
|
-
#~ " Archive"
|
2327
|
-
#~ msgstr ""
|
2328
|
-
#~ "<i class=\"fa fa-archive\"/>\n"
|
2329
|
-
#~ " Archivar"
|
2330
|
-
|
2331
|
-
#~ msgid ""
|
2332
|
-
#~ "<i class=\"fa fa-archive\"/>\n"
|
2333
|
-
#~ " Unarchive"
|
2334
|
-
#~ msgstr ""
|
2335
|
-
#~ "<i class=\"fa fa-archive\"/>\n"
|
2336
|
-
#~ " Desarchivar"
|
2337
|
-
|
2338
|
-
#~ msgid ""
|
2339
|
-
#~ "<i class=\"fa fa-download\"/>\n"
|
2340
|
-
#~ " Download"
|
2341
|
-
#~ msgstr ""
|
2342
|
-
#~ "<i class=\"fa fa-download\"/>\n"
|
2343
|
-
#~ " Descargar"
|
2344
|
-
|
2345
|
-
#~ msgid ""
|
2346
|
-
#~ "<i class=\"fa fa-external-link\"/>\n"
|
2347
|
-
#~ " Open"
|
2348
|
-
#~ msgstr ""
|
2349
|
-
#~ "<i class=\"fa fa-external-link\"/>\n"
|
2350
|
-
#~ " Abrir"
|
2351
|
-
|
2352
|
-
#~ msgid ""
|
2353
|
-
#~ "<i class=\"fa fa-external-link\"/>\n"
|
2354
|
-
#~ " Open"
|
2355
|
-
#~ msgstr ""
|
2356
|
-
#~ "<i class=\"fa fa-external-link\"/>\n"
|
2357
|
-
#~ " Abrir"
|
2358
|
-
|
2359
|
-
#~ msgid ""
|
2360
|
-
#~ "<i class=\"fa fa-file-o\"/>\n"
|
2361
|
-
#~ " Files"
|
2362
|
-
#~ msgstr ""
|
2363
|
-
#~ "<i class=\"fa fa-file-o\"/>\n"
|
2364
|
-
#~ " Archivos"
|
2365
|
-
|
2366
|
-
#~ msgid ""
|
2367
|
-
#~ "<i class=\"fa fa-folder-o\"/>\n"
|
2368
|
-
#~ " Directories"
|
2369
|
-
#~ msgstr ""
|
2370
|
-
#~ "<i class=\"fa fa-folder-o\"/>\n"
|
2371
|
-
#~ " Carpetas"
|
2372
|
-
|
2373
|
-
#~ msgid ""
|
2374
|
-
#~ "<i class=\"fa fa-lock\"/>\n"
|
2375
|
-
#~ " Lock"
|
2376
|
-
#~ msgstr ""
|
2377
|
-
#~ "<i class=\"fa fa-lock\"/>\n"
|
2378
|
-
#~ " Bloquear"
|
2379
|
-
|
2380
|
-
#~ msgid ""
|
2381
|
-
#~ "<i class=\"fa fa-pencil-square-o\"/>\n"
|
2382
|
-
#~ " Edit"
|
2383
|
-
#~ msgstr ""
|
2384
|
-
#~ "<i class=\"fa fa-pencil-square-o\"/>\n"
|
2385
|
-
#~ " Editar"
|
2386
|
-
|
2387
|
-
#~ msgid ""
|
2388
|
-
#~ "<i class=\"fa fa-pencil-square-o\"/>\n"
|
2389
|
-
#~ " Edit"
|
2390
|
-
#~ msgstr ""
|
2391
|
-
#~ "<i class=\"fa fa-pencil-square-o\"/>\n"
|
2392
|
-
#~ " Editar"
|
2393
|
-
|
2394
|
-
#~ msgid ""
|
2395
|
-
#~ "<i class=\"fa fa-trash-o\"/>\n"
|
2396
|
-
#~ " Delete"
|
2397
|
-
#~ msgstr ""
|
2398
|
-
#~ "<i class=\"fa fa-trash-o\"/>\n"
|
2399
|
-
#~ " Eliminar"
|
2400
|
-
|
2401
|
-
#~ msgid ""
|
2402
|
-
#~ "<i class=\"fa fa-trash-o\"/>\n"
|
2403
|
-
#~ " Delete"
|
2404
|
-
#~ msgstr ""
|
2405
|
-
#~ "<i class=\"fa fa-trash-o\"/>\n"
|
2406
|
-
#~ " Eliminar"
|
2407
|
-
|
2408
|
-
#~ msgid ""
|
2409
|
-
#~ "<i class=\"fa fa-unlock-alt\"/>\n"
|
2410
|
-
#~ " Unlock"
|
2411
|
-
#~ msgstr ""
|
2412
|
-
#~ "<i class=\"fa fa-unlock-alt\"/>\n"
|
2413
|
-
#~ " Bloquear"
|
2414
|
-
|
2415
|
-
#~ msgid ""
|
2416
|
-
#~ "<span class=\"o_form_label\">\n"
|
2417
|
-
#~ " Storages\n"
|
2418
|
-
#~ " </span>"
|
2419
|
-
#~ msgstr ""
|
2420
|
-
#~ "<span class=\"o_form_label\">\n"
|
2421
|
-
#~ " Almacenamientos\n"
|
2422
|
-
#~ " </span>"
|
2423
|
-
|
2424
|
-
#~ msgid ""
|
2425
|
-
#~ "<span class=\"o_form_label\">File\n"
|
2426
|
-
#~ " Extensions\n"
|
2427
|
-
#~ " </span>"
|
2428
|
-
#~ msgstr ""
|
2429
|
-
#~ "<span class=\"o_form_label\">\n"
|
2430
|
-
#~ "Extensiones de archivo\n"
|
2431
|
-
#~ " </span>"
|
2432
|
-
|
2433
|
-
#~ msgid "<span class=\"o_form_label\">File Size</span>"
|
2434
|
-
#~ msgstr "<span class=\"o_form_label\">Tamaño de archivo</span>"
|
2435
|
-
|
2436
|
-
#, python-format
|
2437
|
-
#~ msgid "A file with the same name already exists"
|
2438
|
-
#~ msgstr "Ya existe un archivo con el mismo nombre"
|
2439
|
-
|
2440
|
-
#, python-format
|
2441
|
-
#~ msgid "A file with the same name already exists."
|
2442
|
-
#~ msgstr "Un archivo con el mismo nombre ya existe."
|
2443
|
-
|
2444
|
-
#~ msgid "Alias domain"
|
2445
|
-
#~ msgstr "Dominio de alias"
|
2446
|
-
|
2447
|
-
#~ msgid ""
|
2448
|
-
#~ "Define the maximum upload size of a\n"
|
2449
|
-
#~ " file in MB"
|
2450
|
-
#~ msgstr ""
|
2451
|
-
#~ "Define el tamaño máximo de un\n"
|
2452
|
-
#~ " archivo en MB"
|
2453
|
-
|
2454
|
-
#~ msgid "Dropdown menu"
|
2455
|
-
#~ msgstr "Menú desplegable"
|
2456
|
-
|
2457
|
-
#~ msgid ""
|
2458
|
-
#~ "Indicate if directories and files access work only with related model "
|
2459
|
-
#~ "access (for example, if some directories are related with any sale, only "
|
2460
|
-
#~ "users with read access to these sale can acess)"
|
2461
|
-
#~ msgstr ""
|
2462
|
-
#~ "Indique si el acceso a directorios y archivos funciona solo con el modelo "
|
2463
|
-
#~ "de acceso relacionado (por ejemplo, si algunos directorios están "
|
2464
|
-
#~ "relacionados con alguna venta, solo los usuarios con acceso de lectura a "
|
2465
|
-
#~ "estas ventas pueden acceder)"
|
2466
|
-
|
2467
|
-
#, python-format
|
2468
|
-
#~ msgid "It is not possible to change parent to other storage."
|
2469
|
-
#~ msgstr "No es posible cambiar el parent a otro almacenamiento."
|
2470
|
-
|
2471
|
-
#~ msgid "Last Modified on"
|
2472
|
-
#~ msgstr "Última modificación el"
|
2473
|
-
|
2474
|
-
#, python-format
|
2475
|
-
#~ msgid "Loading"
|
2476
|
-
#~ msgstr "Cargando"
|
2477
|
-
|
2478
|
-
#~ msgid "Main Attachment"
|
2479
|
-
#~ msgstr "Adjunto principal"
|
2480
|
-
|
2481
|
-
#~ msgid "Only admin user"
|
2482
|
-
#~ msgstr "Solo usuario administrador"
|
2483
|
-
|
2484
|
-
#~ msgid "Operations"
|
2485
|
-
#~ msgstr "Operaciones"
|
2486
|
-
|
2487
|
-
#~ msgid "Owner"
|
2488
|
-
#~ msgstr "Sobrescribir"
|
2489
|
-
|
2490
|
-
#~ msgid "The configuration is done!"
|
2491
|
-
#~ msgstr "¡La configuración está terminada!"
|
2492
|
-
|
2493
|
-
#~ msgid ""
|
2494
|
-
#~ "The owner of records created upon receiving emails on this alias. If this "
|
2495
|
-
#~ "field is not set the system will attempt to find the right owner based on "
|
2496
|
-
#~ "the sender (From) address, or will use the Administrator account if no "
|
2497
|
-
#~ "system user is found for that address."
|
2498
|
-
#~ msgstr ""
|
2499
|
-
#~ "El propietario de los registros creados al recibir correos electrónicos "
|
2500
|
-
#~ "con este alias. Si este campo no está configurado, el sistema intentará "
|
2501
|
-
#~ "encontrar el propietario correcto según la dirección del remitente (De), "
|
2502
|
-
#~ "o utilizará la cuenta de administrador si no se encuentra ningún usuario "
|
2503
|
-
#~ "del sistema para esa dirección."
|
2504
|
-
|
2505
|
-
#~ msgid ""
|
2506
|
-
#~ "The save type is used to determine how a file is saved by the\n"
|
2507
|
-
#~ " system. If you change this setting, you can migrate existing "
|
2508
|
-
#~ "files\n"
|
2509
|
-
#~ " manually by triggering the action."
|
2510
|
-
#~ msgstr ""
|
2511
|
-
#~ "El tipo de guardado se utiliza para determinar cómo se guarda un archivo\n"
|
2512
|
-
#~ " sistema. Si cambia esta configuración, puede migrar archivos "
|
2513
|
-
#~ "existentes\n"
|
2514
|
-
#~ " manualmente activando la acción."
|
2515
|
-
|
2516
|
-
#, python-format
|
2517
|
-
#~ msgid "Viewer"
|
2518
|
-
#~ msgstr "Visualizador"
|
2519
|
-
|
2520
|
-
#~ msgid "action_close_documents_onboarding"
|
2521
|
-
#~ msgstr "action_close_documents_onboarding"
|
2522
|
-
|
2523
|
-
#~ msgid "o_onboarding_blue"
|
2524
|
-
#~ msgstr "o_onboarding_blue"
|
2525
|
-
|
2526
|
-
#~ msgid "o_onboarding_orange"
|
2527
|
-
#~ msgstr "o_onboarding_orange"
|
2528
|
-
|
2529
|
-
#~ msgid "res.company"
|
2530
|
-
#~ msgstr "res.company"
|
odoo/addons/dms/i18n/fr.po
CHANGED
@@ -2344,48 +2344,3 @@ msgstr "exe,msi"
|
|
2344
2344
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_form
|
2345
2345
|
msgid "mail.catchall.domain"
|
2346
2346
|
msgstr "mail.catchall.domain"
|
2347
|
-
|
2348
|
-
#~ msgid ""
|
2349
|
-
#~ "\n"
|
2350
|
-
#~ " Define how incoming emails are processed:\n"
|
2351
|
-
#~ "\n"
|
2352
|
-
#~ " - Single Files: The email gets attached to the directory "
|
2353
|
-
#~ "and\n"
|
2354
|
-
#~ " all attachments are created as files.\n"
|
2355
|
-
#~ "\n"
|
2356
|
-
#~ " - Subdirectory: A new subdirectory is created for each "
|
2357
|
-
#~ "email\n"
|
2358
|
-
#~ " and the mail is attached to this subdirectory. The "
|
2359
|
-
#~ "attachments\n"
|
2360
|
-
#~ " are created as files of the subdirectory.\n"
|
2361
|
-
#~ " "
|
2362
|
-
#~ msgstr ""
|
2363
|
-
#~ " Définissez comment les e-mails entrants sont traités : \n"
|
2364
|
-
#~ "\n"
|
2365
|
-
#~ " - Fichiers uniques : l'e-mail est joint au répertoire\n"
|
2366
|
-
#~ " et toutes les pièces jointes sont créées sous forme de "
|
2367
|
-
#~ "fichiers.\n"
|
2368
|
-
#~ "\n"
|
2369
|
-
#~ " - Sous-répertoire : Un nouveau sous-répertoire est créé "
|
2370
|
-
#~ "pour chaque email\n"
|
2371
|
-
#~ " et le courrier est attaché à ce sous-répertoire. Les "
|
2372
|
-
#~ "pièces jointes\n"
|
2373
|
-
#~ " sont créés en tant que fichiers du sous-répertoire.\n"
|
2374
|
-
#~ " "
|
2375
|
-
|
2376
|
-
#~ msgid "Inherited Read Access"
|
2377
|
-
#~ msgstr "Accès Lecture hérité"
|
2378
|
-
|
2379
|
-
#~ msgid "SMS Delivery error"
|
2380
|
-
#~ msgstr "Erreur d'envoi des SMS"
|
2381
|
-
|
2382
|
-
#~ msgid ""
|
2383
|
-
#~ "Technical field to allow read access by default. Should not touched by "
|
2384
|
-
#~ "the user. This field is used to match the perm_read in ir.rule."
|
2385
|
-
#~ msgstr ""
|
2386
|
-
#~ "Champ technique pour permettre l'accès en lecture par défaut. Ne doit pas "
|
2387
|
-
#~ "être modifié par l'utilisateur. Ce champ est utilisé pour correspondre "
|
2388
|
-
#~ "avec le champperm_read dans ir.rule."
|
2389
|
-
|
2390
|
-
#~ msgid "Your Documents"
|
2391
|
-
#~ msgstr "Vos Documents"
|