From 0aa39e59d41a91298233aae4f4dc84042e406fa3 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 16 Jan 2025 07:51:13 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + helpdesk_mgmt_crm/README.rst | 10 +++++----- helpdesk_mgmt_crm/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 41ce2e69a2..e5268479d9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [helpdesk_mgmt](helpdesk_mgmt/) | 17.0.1.0.2 | | Helpdesk +[helpdesk_mgmt_crm](helpdesk_mgmt_crm/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Links helpdesk tickets with leads [//]: # (end addons) diff --git a/helpdesk_mgmt_crm/README.rst b/helpdesk_mgmt_crm/README.rst index d0963071af..d44805e9eb 100644 --- a/helpdesk_mgmt_crm/README.rst +++ b/helpdesk_mgmt_crm/README.rst @@ -7,7 +7,7 @@ Link between Helpdesk and CRM !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0573f03843d6b2415b3685197240406b8cc51142df28d1d9d2b4177c5a19f6a4 + !! source digest: sha256:bf43623c30d5d9e4677b6b16eda2d763131f0043f2ca8cf836ba1253855f4eff !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -69,11 +69,11 @@ Authors Contributors ------------ -- `Tecnativa `__: +- `Tecnativa `__: - - Víctor Martínez - - Pedro M. Baeza - - Pilar Vargas + - Víctor Martínez + - Pedro M. Baeza + - Pilar Vargas Maintainers ----------- diff --git a/helpdesk_mgmt_crm/static/description/index.html b/helpdesk_mgmt_crm/static/description/index.html index b695ced5b3..ab93e7bba2 100644 --- a/helpdesk_mgmt_crm/static/description/index.html +++ b/helpdesk_mgmt_crm/static/description/index.html @@ -367,7 +367,7 @@

Link between Helpdesk and CRM

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

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

This module allows you to convert a helpdesk ticket into an opportunity, diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 57ec47fdfd..8321578360 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-helpdesk" -version = "17.0.20241120.0" +version = "17.0.20250116.0" dependencies = [ "odoo-addon-helpdesk_mgmt>=17.0dev,<17.1dev", + "odoo-addon-helpdesk_mgmt_crm>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",