diff --git a/README.md b/README.md index e5268479d9..e964f183e1 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ 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 +[helpdesk_mgmt_sale](helpdesk_mgmt_sale/) | 17.0.1.0.0 | | Add the option to select project in the sale orders. [//]: # (end addons) diff --git a/helpdesk_mgmt_sale/README.rst b/helpdesk_mgmt_sale/README.rst index 1add284fbe..c0badb1918 100644 --- a/helpdesk_mgmt_sale/README.rst +++ b/helpdesk_mgmt_sale/README.rst @@ -7,7 +7,7 @@ Helpdesk Sale Order !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9058b48ff43b86b6c8dd426fccf2d6ccf02d75989c508e82bee02b5bfe550bcf + !! source digest: sha256:2ab046e203695403f895341ed0023213d1e747713574bc567c5c69ba4a97c273 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -72,9 +72,9 @@ Authors Contributors ------------ -- `Tecnativa `__: +- `Tecnativa `__: - - Pilar Vargas + - Pilar Vargas Maintainers ----------- diff --git a/helpdesk_mgmt_sale/static/description/index.html b/helpdesk_mgmt_sale/static/description/index.html index 21bd1cf9bf..84d78fbc62 100644 --- a/helpdesk_mgmt_sale/static/description/index.html +++ b/helpdesk_mgmt_sale/static/description/index.html @@ -367,7 +367,7 @@

Helpdesk Sale Order

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:9058b48ff43b86b6c8dd426fccf2d6ccf02d75989c508e82bee02b5bfe550bcf +!! source digest: sha256:2ab046e203695403f895341ed0023213d1e747713574bc567c5c69ba4a97c273 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the Helpdesk functionality in Odoo to allow an diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8321578360..1fa9ceffde 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-helpdesk" -version = "17.0.20250116.0" +version = "17.0.20250116.1" dependencies = [ "odoo-addon-helpdesk_mgmt>=17.0dev,<17.1dev", "odoo-addon-helpdesk_mgmt_crm>=17.0dev,<17.1dev", + "odoo-addon-helpdesk_mgmt_sale>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",