odoo-addon-dms 17.0.1.2.1__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 +10 -6
- 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/static/description/index.html +8 -4
- 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.1.dist-info → odoo_addon_dms-18.0.1.0.0.2.dist-info}/METADATA +13 -9
- {odoo_addon_dms-17.0.1.2.1.dist-info → odoo_addon_dms-18.0.1.0.0.2.dist-info}/RECORD +55 -58
- 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.1.dist-info → odoo_addon_dms-18.0.1.0.0.2.dist-info}/WHEEL +0 -0
- {odoo_addon_dms-17.0.1.2.1.dist-info → odoo_addon_dms-18.0.1.0.0.2.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:904150d6b7037648a3ed02450c9b27d802f4cee614b59b1fa582f48093e1a0ed
|
11
11
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
12
12
|
|
13
13
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
@@ -17,13 +17,13 @@ Document Management System
|
|
17
17
|
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
|
18
18
|
:alt: License: LGPL-3
|
19
19
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fdms-lightgray.png?logo=github
|
20
|
-
:target: https://github.com/OCA/dms/tree/
|
20
|
+
:target: https://github.com/OCA/dms/tree/18.0/dms
|
21
21
|
:alt: OCA/dms
|
22
22
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
23
|
-
:target: https://translation.odoo-community.org/projects/dms-
|
23
|
+
:target: https://translation.odoo-community.org/projects/dms-18-0/dms-18-0-dms
|
24
24
|
:alt: Translate me on Weblate
|
25
25
|
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
|
26
|
-
:target: https://runboat.odoo-community.org/builds?repo=OCA/dms&target_branch=
|
26
|
+
:target: https://runboat.odoo-community.org/builds?repo=OCA/dms&target_branch=18.0
|
27
27
|
:alt: Try me on Runboat
|
28
28
|
|
29
29
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
@@ -180,7 +180,7 @@ Bug Tracker
|
|
180
180
|
Bugs are tracked on `GitHub Issues <https://github.com/OCA/dms/issues>`_.
|
181
181
|
In case of trouble, please check there if your issue has already been reported.
|
182
182
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
183
|
-
`feedback <https://github.com/OCA/dms/issues/new?body=module:%20dms%0Aversion:%
|
183
|
+
`feedback <https://github.com/OCA/dms/issues/new?body=module:%20dms%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
184
184
|
|
185
185
|
Do not contact contributors directly about support or help with technical issues.
|
186
186
|
|
@@ -216,6 +216,10 @@ Contributors
|
|
216
216
|
|
217
217
|
- Timothée Vannier <tva@subteno.com>
|
218
218
|
|
219
|
+
- `Kencove <https://www.kencove.com>`__:
|
220
|
+
|
221
|
+
- Mohamed Alkobrosli <malkobrosly@kencove.com>
|
222
|
+
|
219
223
|
Other credits
|
220
224
|
-------------
|
221
225
|
|
@@ -240,6 +244,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
|
|
240
244
|
mission is to support the collaborative development of Odoo features and
|
241
245
|
promote its widespread use.
|
242
246
|
|
243
|
-
This module is part of the `OCA/dms <https://github.com/OCA/dms/tree/
|
247
|
+
This module is part of the `OCA/dms <https://github.com/OCA/dms/tree/18.0/dms>`_ project on GitHub.
|
244
248
|
|
245
249
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
odoo/addons/dms/__manifest__.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
{
|
6
6
|
"name": "Document Management System",
|
7
7
|
"summary": """Document Management System for Odoo""",
|
8
|
-
"version": "
|
8
|
+
"version": "18.0.1.0.0",
|
9
9
|
"category": "Document Management",
|
10
10
|
"license": "LGPL-3",
|
11
11
|
"website": "https://github.com/OCA/dms",
|
@@ -43,10 +43,6 @@
|
|
43
43
|
],
|
44
44
|
"assets": {
|
45
45
|
"web.assets_backend": [
|
46
|
-
# Style
|
47
|
-
"dms/static/src/scss/directory_kanban.scss",
|
48
|
-
"dms/static/src/scss/file_kanban.scss",
|
49
|
-
"dms/static/src/scss/dms_common.scss",
|
50
46
|
# JS
|
51
47
|
"dms/static/src/models/*.js",
|
52
48
|
"dms/static/src/js/fields/path_json/path_owl.esm.js",
|
@@ -4,7 +4,6 @@
|
|
4
4
|
License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
5
5
|
-->
|
6
6
|
<odoo noupdate="1">
|
7
|
-
|
8
7
|
<!-- Steps (has to be fist so that onboarding panel can access it) -->
|
9
8
|
<record id="onboarding_step_document_storage" model="onboarding.onboarding.step">
|
10
9
|
<field name="title">Storage</field>
|
odoo/addons/dms/i18n/de.po
CHANGED
@@ -2310,206 +2310,3 @@ msgstr "exe, msi"
|
|
2310
2310
|
#: model_terms:ir.ui.view,arch_db:dms.view_dms_directory_form
|
2311
2311
|
msgid "mail.catchall.domain"
|
2312
2312
|
msgstr ""
|
2313
|
-
|
2314
|
-
#~ msgid ""
|
2315
|
-
#~ "<i class=\"fa fa-archive\"/>\n"
|
2316
|
-
#~ " Archive"
|
2317
|
-
#~ msgstr ""
|
2318
|
-
#~ "<i class=\"fa fa-archive\"/>\n"
|
2319
|
-
#~ " Archivieren"
|
2320
|
-
|
2321
|
-
#~ msgid ""
|
2322
|
-
#~ "<i class=\"fa fa-archive\"/>\n"
|
2323
|
-
#~ " Unarchive"
|
2324
|
-
#~ msgstr ""
|
2325
|
-
#~ "<i class=\"fa fa-archive\"/>\n"
|
2326
|
-
#~ " Wiederherstellen"
|
2327
|
-
|
2328
|
-
#~ msgid ""
|
2329
|
-
#~ "<i class=\"fa fa-download\"/>\n"
|
2330
|
-
#~ " Download"
|
2331
|
-
#~ msgstr ""
|
2332
|
-
#~ "<i class=\"fa fa-download\"/>\n"
|
2333
|
-
#~ " Herunterladen"
|
2334
|
-
|
2335
|
-
#~ msgid ""
|
2336
|
-
#~ "<i class=\"fa fa-external-link\"/>\n"
|
2337
|
-
#~ " Open"
|
2338
|
-
#~ msgstr ""
|
2339
|
-
#~ "<i class=\"fa fa-external-link\"/>\n"
|
2340
|
-
#~ " Öffnen"
|
2341
|
-
|
2342
|
-
#~ msgid ""
|
2343
|
-
#~ "<i class=\"fa fa-external-link\"/>\n"
|
2344
|
-
#~ " Open"
|
2345
|
-
#~ msgstr ""
|
2346
|
-
#~ "<i class=\"fa fa-external-link\"/>\n"
|
2347
|
-
#~ " Öffnen"
|
2348
|
-
|
2349
|
-
#~ msgid ""
|
2350
|
-
#~ "<i class=\"fa fa-file-o\"/>\n"
|
2351
|
-
#~ " Files"
|
2352
|
-
#~ msgstr ""
|
2353
|
-
#~ "<i class=\"fa fa-file-o\"/>\n"
|
2354
|
-
#~ " Dateien"
|
2355
|
-
|
2356
|
-
#~ msgid ""
|
2357
|
-
#~ "<i class=\"fa fa-folder-o\"/>\n"
|
2358
|
-
#~ " Directories"
|
2359
|
-
#~ msgstr ""
|
2360
|
-
#~ "<i class=\"fa fa-folder-o\"/>\n"
|
2361
|
-
#~ " Verzeichnisse"
|
2362
|
-
|
2363
|
-
#~ msgid ""
|
2364
|
-
#~ "<i class=\"fa fa-lock\"/>\n"
|
2365
|
-
#~ " Lock"
|
2366
|
-
#~ msgstr ""
|
2367
|
-
#~ "<i class=\"fa fa-lock\"/>\n"
|
2368
|
-
#~ " Sperren"
|
2369
|
-
|
2370
|
-
#~ msgid ""
|
2371
|
-
#~ "<i class=\"fa fa-pencil-square-o\"/>\n"
|
2372
|
-
#~ " Edit"
|
2373
|
-
#~ msgstr ""
|
2374
|
-
#~ "<i class=\"fa fa-pencil-square-o\"/>\n"
|
2375
|
-
#~ " Bearbeiten"
|
2376
|
-
|
2377
|
-
#~ msgid ""
|
2378
|
-
#~ "<i class=\"fa fa-pencil-square-o\"/>\n"
|
2379
|
-
#~ " Edit"
|
2380
|
-
#~ msgstr ""
|
2381
|
-
#~ "<i class=\"fa fa-pencil-square-o\"/>\n"
|
2382
|
-
#~ " Bearbeiten"
|
2383
|
-
|
2384
|
-
#~ msgid ""
|
2385
|
-
#~ "<i class=\"fa fa-trash-o\"/>\n"
|
2386
|
-
#~ " Delete"
|
2387
|
-
#~ msgstr ""
|
2388
|
-
#~ "<i class=\"fa fa-trash-o\"/>\n"
|
2389
|
-
#~ " Löschen"
|
2390
|
-
|
2391
|
-
#~ msgid ""
|
2392
|
-
#~ "<i class=\"fa fa-trash-o\"/>\n"
|
2393
|
-
#~ " Delete"
|
2394
|
-
#~ msgstr ""
|
2395
|
-
#~ "<i class=\"fa fa-trash-o\"/>\n"
|
2396
|
-
#~ " Löschen"
|
2397
|
-
|
2398
|
-
#~ msgid ""
|
2399
|
-
#~ "<i class=\"fa fa-unlock-alt\"/>\n"
|
2400
|
-
#~ " Unlock"
|
2401
|
-
#~ msgstr ""
|
2402
|
-
#~ "<i class=\"fa fa-unlock-alt\"/>\n"
|
2403
|
-
#~ " Entsperren"
|
2404
|
-
|
2405
|
-
#~ msgid ""
|
2406
|
-
#~ "<span class=\"o_form_label\">\n"
|
2407
|
-
#~ " Storages\n"
|
2408
|
-
#~ " </span>"
|
2409
|
-
#~ msgstr ""
|
2410
|
-
#~ "<span class=\"o_form_label\">\n"
|
2411
|
-
#~ " Speicherorte\n"
|
2412
|
-
#~ " </span>"
|
2413
|
-
|
2414
|
-
#~ msgid ""
|
2415
|
-
#~ "<span class=\"o_form_label\">File\n"
|
2416
|
-
#~ " Extensions\n"
|
2417
|
-
#~ " </span>"
|
2418
|
-
#~ msgstr ""
|
2419
|
-
#~ "<span class=\"o_form_label\">Dateiendungen\n"
|
2420
|
-
#~ " </span>"
|
2421
|
-
|
2422
|
-
#~ msgid "<span class=\"o_form_label\">File Size</span>"
|
2423
|
-
#~ msgstr "<span class=\"o_form_label\">Dateigröße</span>"
|
2424
|
-
|
2425
|
-
#, python-format
|
2426
|
-
#~ msgid "A file with the same name already exists."
|
2427
|
-
#~ msgstr "Es existiert bereits eine Datei mit diesem Namen."
|
2428
|
-
|
2429
|
-
#~ msgid "Alias domain"
|
2430
|
-
#~ msgstr "Alias-Domain"
|
2431
|
-
|
2432
|
-
#~ msgid ""
|
2433
|
-
#~ "Define the maximum upload size of a\n"
|
2434
|
-
#~ " file in MB"
|
2435
|
-
#~ msgstr ""
|
2436
|
-
#~ "Legen Sie die maximale Upload-Größe einer Datei\n"
|
2437
|
-
#~ " in MB fest"
|
2438
|
-
|
2439
|
-
#~ msgid "Dropdown menu"
|
2440
|
-
#~ msgstr "Dropdown-Menü"
|
2441
|
-
|
2442
|
-
#~ msgid ""
|
2443
|
-
#~ "Indicate if directories and files access work only with related model "
|
2444
|
-
#~ "access (for example, if some directories are related with any sale, only "
|
2445
|
-
#~ "users with read access to these sale can acess)"
|
2446
|
-
#~ msgstr ""
|
2447
|
-
#~ "Gibt an, ob Verzeichnisse und Dateizugriff nur mit verwandtem "
|
2448
|
-
#~ "Modellzugriff funktionieren (z. B. wenn einige Verzeichnisse mit einem "
|
2449
|
-
#~ "Verkauf in Verbindung stehen, können nur Benutzer mit Lesezugriff auf "
|
2450
|
-
#~ "diesen Verkauf zugreifen)"
|
2451
|
-
|
2452
|
-
#, python-format
|
2453
|
-
#~ msgid "It is not possible to change parent to other storage."
|
2454
|
-
#~ msgstr ""
|
2455
|
-
#~ "Es ist nicht möglich, das Eltern-Objekt auf einen anderen Speicherort "
|
2456
|
-
#~ "einzustellen."
|
2457
|
-
|
2458
|
-
#~ msgid "Last Modified on"
|
2459
|
-
#~ msgstr "Zuletzt geändert am"
|
2460
|
-
|
2461
|
-
#, python-format
|
2462
|
-
#~ msgid "Loading"
|
2463
|
-
#~ msgstr "Lädt"
|
2464
|
-
|
2465
|
-
#~ msgid "Main Attachment"
|
2466
|
-
#~ msgstr "Hauptanhang"
|
2467
|
-
|
2468
|
-
#~ msgid "Only admin user"
|
2469
|
-
#~ msgstr "Nur Admin Benutzer"
|
2470
|
-
|
2471
|
-
#~ msgid "Operations"
|
2472
|
-
#~ msgstr "Operationen"
|
2473
|
-
|
2474
|
-
#~ msgid "Owner"
|
2475
|
-
#~ msgstr "Besitzer"
|
2476
|
-
|
2477
|
-
#~ msgid "The configuration is done!"
|
2478
|
-
#~ msgstr "Die Konfiguration ist abgeschlossen!"
|
2479
|
-
|
2480
|
-
#~ msgid ""
|
2481
|
-
#~ "The owner of records created upon receiving emails on this alias. If this "
|
2482
|
-
#~ "field is not set the system will attempt to find the right owner based on "
|
2483
|
-
#~ "the sender (From) address, or will use the Administrator account if no "
|
2484
|
-
#~ "system user is found for that address."
|
2485
|
-
#~ msgstr ""
|
2486
|
-
#~ "Der Eigentümer der Datensätze, die beim Empfang von E-Mails mit diesem "
|
2487
|
-
#~ "Alias erstellt werden. Wenn dieses Feld nicht gesetzt ist, versucht das "
|
2488
|
-
#~ "System, den richtigen Besitzer anhand der Absenderadresse zu finden, oder "
|
2489
|
-
#~ "es verwendet das Administratorkonto, wenn kein Systembenutzer für diese "
|
2490
|
-
#~ "Adresse gefunden wird."
|
2491
|
-
|
2492
|
-
#~ msgid ""
|
2493
|
-
#~ "The save type is used to determine how a file is saved by the\n"
|
2494
|
-
#~ " system. If you change this setting, you can migrate existing "
|
2495
|
-
#~ "files\n"
|
2496
|
-
#~ " manually by triggering the action."
|
2497
|
-
#~ msgstr ""
|
2498
|
-
#~ "Der Speichertyp wird verwendet, um zu bestimmen, wie eine Datei vom\n"
|
2499
|
-
#~ " System gespeichert wird. Wenn Sie diese Einstellung ändern, "
|
2500
|
-
#~ "können Sie vorhandene Dateien\n"
|
2501
|
-
#~ " manuell migrieren, indem Sie die Aktion auslösen."
|
2502
|
-
|
2503
|
-
#, python-format
|
2504
|
-
#~ msgid "Viewer"
|
2505
|
-
#~ msgstr "Betrachter"
|
2506
|
-
|
2507
|
-
#, python-format
|
2508
|
-
#~ msgid "Error has not been raised"
|
2509
|
-
#~ msgstr "Es ist ein Fehler aufgetreten."
|
2510
|
-
|
2511
|
-
#~ msgid "Model Name"
|
2512
|
-
#~ msgstr "Modellname"
|
2513
|
-
|
2514
|
-
#~ msgid "SMS Delivery error"
|
2515
|
-
#~ msgstr "SMS-Zustellfehler"
|
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
|
|