From 141279a1ed91f3199b9c816e2d478ea774aefad7 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 11 Oct 2024 11:17:16 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 3 ++- dms/README.rst | 2 +- dms/__manifest__.py | 2 +- dms/static/description/index.html | 2 +- dms_attachment_link/README.rst | 2 +- dms_attachment_link/__manifest__.py | 2 +- dms_attachment_link/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 8 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dafe529b5..78335f03e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[dms](dms/) | 17.0.1.1.0 | | Document Management System for Odoo +[dms](dms/) | 17.0.1.1.1 | | Document Management System for Odoo +[dms_attachment_link](dms_attachment_link/) | 17.0.1.0.1 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Dms Attachment Link [dms_storage](dms_storage/) | 17.0.1.0.0 | | Integrate DMS with external Storages [//]: # (end addons) diff --git a/dms/README.rst b/dms/README.rst index 86ad41226..34bf61262 100644 --- a/dms/README.rst +++ b/dms/README.rst @@ -7,7 +7,7 @@ Document Management System !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:6a314d55775609f48d0cd0a6da9c801d0eb48b481cc2fe12105fcc4c57c73fe2 + !! source digest: sha256:ffa3b8b18e8584039b40a81d7e791391aec32f648a9e6c84c386dcdb9fc89dc1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/dms/__manifest__.py b/dms/__manifest__.py index 58fbee8d8..f03d4cb81 100644 --- a/dms/__manifest__.py +++ b/dms/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Document Management System", "summary": """Document Management System for Odoo""", - "version": "17.0.1.1.0", + "version": "17.0.1.1.1", "category": "Document Management", "license": "LGPL-3", "website": "https://github.com/OCA/dms", diff --git a/dms/static/description/index.html b/dms/static/description/index.html index 222cc699d..04f7fa148 100644 --- a/dms/static/description/index.html +++ b/dms/static/description/index.html @@ -367,7 +367,7 @@

Document Management System

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

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

DMS is a module for creating, managing and viewing document files diff --git a/dms_attachment_link/README.rst b/dms_attachment_link/README.rst index a9573e8d6..4a62b83a4 100644 --- a/dms_attachment_link/README.rst +++ b/dms_attachment_link/README.rst @@ -7,7 +7,7 @@ Dms Attachment Link !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7d11e23d33bcf0bcc4ec886c80804ce0aa6c270a32ba249fa1f87c425f9c117b + !! source digest: sha256:639d9b34912e2e0fa6eab087580500d74fd8091fa757353117de5be7963c7e31 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/dms_attachment_link/__manifest__.py b/dms_attachment_link/__manifest__.py index 2df545e42..95436d278 100644 --- a/dms_attachment_link/__manifest__.py +++ b/dms_attachment_link/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Dms Attachment Link", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "category": "Document Management", "website": "https://github.com/OCA/dms", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/dms_attachment_link/static/description/index.html b/dms_attachment_link/static/description/index.html index e6001a8e7..a58ce244b 100644 --- a/dms_attachment_link/static/description/index.html +++ b/dms_attachment_link/static/description/index.html @@ -367,7 +367,7 @@

Dms Attachment Link

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:7d11e23d33bcf0bcc4ec886c80804ce0aa6c270a32ba249fa1f87c425f9c117b +!! source digest: sha256:639d9b34912e2e0fa6eab087580500d74fd8091fa757353117de5be7963c7e31 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds a wizard to be able to link an DMS file as an diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 5f6d80c8c..bbc4d3300 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-dms" -version = "17.0.20240906.0" +version = "17.0.20241011.0" dependencies = [ "odoo-addon-dms>=17.0dev,<17.1dev", + "odoo-addon-dms_attachment_link>=17.0dev,<17.1dev", "odoo-addon-dms_storage>=17.0dev,<17.1dev", ] classifiers=[