From eb86077f42f7e145cfd22c067b86847459c7ccfc Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 30 Jul 2024 07:47:24 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + crm_lead_to_task/README.rst | 2 +- crm_lead_to_task/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6451c6e2c0..5ee40fdcb01 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [crm_lead_code](crm_lead_code/) | 17.0.1.0.1 | | Sequential Code for Leads / Opportunities [crm_lead_currency](crm_lead_currency/) | 17.0.1.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | On leads/opportunities, add the amount in the customer's currency. [crm_lead_product](crm_lead_product/) | 17.0.1.0.0 | | Adds a lead line in the lead/opportunity model in odoo +[crm_lead_to_task](crm_lead_to_task/) | 17.0.1.0.0 | | Create Tasks from Leads/Opportunities [crm_lead_vat](crm_lead_vat/) | 17.0.1.0.1 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Add VAT field to leads [crm_phonecall](crm_phonecall/) | 17.0.1.0.0 | | CRM Phone Calls [crm_phonecall_summary_predefined](crm_phonecall_summary_predefined/) | 17.0.1.0.0 | | Allows to choose from a defined summary list diff --git a/crm_lead_to_task/README.rst b/crm_lead_to_task/README.rst index 1ef364731b3..ef266f365bf 100644 --- a/crm_lead_to_task/README.rst +++ b/crm_lead_to_task/README.rst @@ -7,7 +7,7 @@ Lead to Task !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:90e2f2ae46cf4941cc9cb155666711d71bbd7999ca652b2fe7a0cbb793463448 + !! source digest: sha256:433edd2625b4e518ab929fff02e2fe8758bd9bf97bff5dd52a573ad6525e33af !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/crm_lead_to_task/static/description/index.html b/crm_lead_to_task/static/description/index.html index 4a9d866ae93..09cbfa187e3 100644 --- a/crm_lead_to_task/static/description/index.html +++ b/crm_lead_to_task/static/description/index.html @@ -367,7 +367,7 @@

Lead to Task

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:90e2f2ae46cf4941cc9cb155666711d71bbd7999ca652b2fe7a0cbb793463448 +!! source digest: sha256:433edd2625b4e518ab929fff02e2fe8758bd9bf97bff5dd52a573ad6525e33af !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module allows to convert leads/opportunities to tasks.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 6936bc12171..f3b4c9a828c 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-crm" -version = "17.0.20240719.0" +version = "17.0.20240730.0" dependencies = [ "odoo-addon-crm_lead_code>=17.0dev,<17.1dev", "odoo-addon-crm_lead_currency>=17.0dev,<17.1dev", "odoo-addon-crm_lead_product>=17.0dev,<17.1dev", + "odoo-addon-crm_lead_to_task>=17.0dev,<17.1dev", "odoo-addon-crm_lead_vat>=17.0dev,<17.1dev", "odoo-addon-crm_phonecall>=17.0dev,<17.1dev", "odoo-addon-crm_phonecall_summary_predefined>=17.0dev,<17.1dev",