diff --git a/README.md b/README.md index 82e83dc0a..13d019cbc 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,15 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[account_dms_field](account_dms_field/) | 16.0.1.0.0 | | Add dms field for account +[account_dms_field](account_dms_field/) | 16.0.1.0.1 | | Add dms field for account [dms](dms/) | 16.0.1.8.2 | | Document Management System for Odoo [dms_attachment_link](dms_attachment_link/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Dms Attachment Link [dms_auto_classification](dms_auto_classification/) | 16.0.1.1.1 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Auto classify documents into DMS -[dms_field](dms_field/) | 16.0.1.1.2 | | Create DMS View and allow to use them inside a record -[dms_field_auto_classification](dms_field_auto_classification/) | 16.0.1.0.2 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Auto classify files into embedded DMS +[dms_field](dms_field/) | 16.0.1.1.3 | | Create DMS View and allow to use them inside a record +[dms_field_auto_classification](dms_field_auto_classification/) | 16.0.1.0.3 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Auto classify files into embedded DMS [dms_storage](dms_storage/) | 16.0.1.0.0 | | Integrate DMS with external Storages [dms_user_role](dms_user_role/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | DMS User Role -[hr_dms_field](hr_dms_field/) | 16.0.1.0.1 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Add dms field for employees +[hr_dms_field](hr_dms_field/) | 16.0.1.0.2 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Add dms field for employees [web_editor_media_dialog_dms](web_editor_media_dialog_dms/) | 16.0.1.0.0 | | Integrate DMS with media dialog of web editor [//]: # (end addons) diff --git a/account_dms_field/__manifest__.py b/account_dms_field/__manifest__.py index f70992a40..2e18809db 100644 --- a/account_dms_field/__manifest__.py +++ b/account_dms_field/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Add dms field for account", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "category": "Accounting/Accounting", "website": "https://github.com/OCA/dms", "author": "Agent ERP GmbH, Odoo Community Association (OCA)", diff --git a/dms_field/README.rst b/dms_field/README.rst index 6313f170d..3764bcabd 100644 --- a/dms_field/README.rst +++ b/dms_field/README.rst @@ -7,7 +7,7 @@ DMS Field !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:8241858f48437db5c6c964e34336698c62b272ec1baf327974dd5987da9e11ee + !! source digest: sha256:5ff404159ce932ffa6a3bde1becbd875fcc254b908ef24a5305d34fbdc80cc65 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/dms_field/__manifest__.py b/dms_field/__manifest__.py index b0b52f12d..423dfb701 100644 --- a/dms_field/__manifest__.py +++ b/dms_field/__manifest__.py @@ -5,7 +5,7 @@ "name": "DMS Field", "summary": """ Create DMS View and allow to use them inside a record""", - "version": "16.0.1.1.2", + "version": "16.0.1.1.3", "license": "LGPL-3", "author": "Creu Blanca,Odoo Community Association (OCA)", "website": "https://github.com/OCA/dms", diff --git a/dms_field/static/description/index.html b/dms_field/static/description/index.html index c7aed44cc..216fcdd86 100644 --- a/dms_field/static/description/index.html +++ b/dms_field/static/description/index.html @@ -367,7 +367,7 @@

DMS Field

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:8241858f48437db5c6c964e34336698c62b272ec1baf327974dd5987da9e11ee +!! source digest: sha256:5ff404159ce932ffa6a3bde1becbd875fcc254b908ef24a5305d34fbdc80cc65 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/dms Translate me on Weblate Try me on Runboat

This addon creates a new kind of view and allows to define a folder diff --git a/dms_field_auto_classification/README.rst b/dms_field_auto_classification/README.rst index d8a2bf13e..f0031592e 100644 --- a/dms_field_auto_classification/README.rst +++ b/dms_field_auto_classification/README.rst @@ -7,7 +7,7 @@ Auto classify files into embedded DMS !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b64dc537a7a41e5770138dd4406da63b8ce76b51ffcfcf7743226b261571eb3c + !! source digest: sha256:a65d244a6d0320c99621795ff3fffea604365b53e38b35a93fffe1e00b375d28 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/dms_field_auto_classification/__manifest__.py b/dms_field_auto_classification/__manifest__.py index e6c774358..1e6b64020 100644 --- a/dms_field_auto_classification/__manifest__.py +++ b/dms_field_auto_classification/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Auto classify files into embedded DMS", - "version": "16.0.1.0.2", + "version": "16.0.1.0.3", "category": "Document Management", "website": "https://github.com/OCA/dms", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/dms_field_auto_classification/static/description/index.html b/dms_field_auto_classification/static/description/index.html index 4e2671576..1d6c292b7 100644 --- a/dms_field_auto_classification/static/description/index.html +++ b/dms_field_auto_classification/static/description/index.html @@ -367,7 +367,7 @@

Auto classify files into embedded DMS

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b64dc537a7a41e5770138dd4406da63b8ce76b51ffcfcf7743226b261571eb3c +!! source digest: sha256:a65d244a6d0320c99621795ff3fffea604365b53e38b35a93fffe1e00b375d28 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/dms Translate me on Weblate Try me on Runboat

Automatically classify files within a .zip file to the corresponding directory(s) diff --git a/hr_dms_field/README.rst b/hr_dms_field/README.rst index 3b37af7f4..adb0f1a9e 100644 --- a/hr_dms_field/README.rst +++ b/hr_dms_field/README.rst @@ -7,7 +7,7 @@ Add dms field for employees !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:184b6ffa724f34b343341e43199b5847be07bd28be8fac15ba3ea63aa17a9767 + !! source digest: sha256:35dabc398679ff3e5845368e236159cafc6706dedb951dfaf579173643c91a6d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/hr_dms_field/__manifest__.py b/hr_dms_field/__manifest__.py index 4ea5a80f0..6872cf7e8 100644 --- a/hr_dms_field/__manifest__.py +++ b/hr_dms_field/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). { "name": "Add dms field for employees", - "version": "16.0.1.0.1", + "version": "16.0.1.0.2", "category": "Human Resources", "website": "https://github.com/OCA/dms", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/hr_dms_field/static/description/index.html b/hr_dms_field/static/description/index.html index 1274c4bef..5a94918c8 100644 --- a/hr_dms_field/static/description/index.html +++ b/hr_dms_field/static/description/index.html @@ -367,7 +367,7 @@

Add dms field for employees

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:184b6ffa724f34b343341e43199b5847be07bd28be8fac15ba3ea63aa17a9767 +!! source digest: sha256:35dabc398679ff3e5845368e236159cafc6706dedb951dfaf579173643c91a6d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/dms Translate me on Weblate Try me on Runboat

Add the Documents tab with the files in the employee’s form view.