diff --git a/dms_storage/README.rst b/dms_storage/README.rst index b163ef5cc..b2e4cb0f6 100644 --- a/dms_storage/README.rst +++ b/dms_storage/README.rst @@ -62,6 +62,9 @@ Contributors ------------ - Enric Tobella +- `APSL-Nagarro `__: + + - Bernat Obrador Maintainers ----------- diff --git a/dms_storage/__manifest__.py b/dms_storage/__manifest__.py index 55deeb17c..e240bd6fd 100644 --- a/dms_storage/__manifest__.py +++ b/dms_storage/__manifest__.py @@ -5,7 +5,7 @@ "name": "Dms Storage", "summary": """ Integrate DMS with external Storages""", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "license": "AGPL-3", "author": "CreuBlanca,Odoo Community Association (OCA)", "website": "https://github.com/OCA/dms", diff --git a/dms_storage/models/dms_file.py b/dms_storage/models/dms_file.py index 8e04666c4..945eb7a50 100644 --- a/dms_storage/models/dms_file.py +++ b/dms_storage/models/dms_file.py @@ -6,7 +6,7 @@ class DmsFile(models.Model): _inherit = "dms.file" - storage_path = fields.Char(invisible=True, readonly=True) + storage_path = fields.Char() storage_backend_id = fields.Many2one("fs.storage") def _update_content_vals(self, vals, binary): diff --git a/dms_storage/readme/CONTRIBUTORS.md b/dms_storage/readme/CONTRIBUTORS.md index c84bf49d7..4b345b2ac 100644 --- a/dms_storage/readme/CONTRIBUTORS.md +++ b/dms_storage/readme/CONTRIBUTORS.md @@ -1 +1,3 @@ - Enric Tobella +- [APSL-Nagarro](): + - Bernat Obrador \<\> \ No newline at end of file diff --git a/dms_storage/static/description/index.html b/dms_storage/static/description/index.html index c7b7c8fa2..92ff1933c 100644 --- a/dms_storage/static/description/index.html +++ b/dms_storage/static/description/index.html @@ -406,6 +406,10 @@

Authors

Contributors

diff --git a/dms_storage/views/dms_storage.xml b/dms_storage/views/dms_storage.xml index 925d4e09f..aba6fa4a4 100644 --- a/dms_storage/views/dms_storage.xml +++ b/dms_storage/views/dms_storage.xml @@ -10,7 +10,8 @@