diff --git a/README.md b/README.md index e964f183e..10338740a 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_project](helpdesk_mgmt_project/) | 17.0.1.0.0 | | Add the option to select project in the tickets. [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_project/README.rst b/helpdesk_mgmt_project/README.rst index f4518edcd..43f66706f 100644 --- a/helpdesk_mgmt_project/README.rst +++ b/helpdesk_mgmt_project/README.rst @@ -7,7 +7,7 @@ Helpdesk Project !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ff13c3cd597a5fac1ba2aa9d3c495d175e52fdc65bc94f5381f1e12756e418bb + !! source digest: sha256:363209a098adad6a56baa135a0db74abb125c4d101ed54f952347cd95c704ea8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png @@ -57,29 +57,29 @@ Authors Contributors ------------ -- `Puntsistemes `__: +- `Puntsistemes `__: - - Carlos Ramos Hernández + - Carlos Ramos Hernández -- `Tecnativa `__: +- `Tecnativa `__: - - Pedro M. Baeza + - Pedro M. Baeza -- `CommitSun `__: +- `CommitSun `__: - - Darío Lodeiros + - Darío Lodeiros -- `Solvos `__: +- `Solvos `__: - - David Alonso + - David Alonso -- `Sygel `__: +- `Sygel `__: - - Manuel Regidor + - Manuel Regidor -- `ALBA Software `__: +- `ALBA Software `__: - - Rafa Morant + - Rafa Morant Maintainers ----------- diff --git a/helpdesk_mgmt_project/static/description/index.html b/helpdesk_mgmt_project/static/description/index.html index e936895e0..525dee8af 100644 --- a/helpdesk_mgmt_project/static/description/index.html +++ b/helpdesk_mgmt_project/static/description/index.html @@ -367,7 +367,7 @@

Helpdesk Project

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ff13c3cd597a5fac1ba2aa9d3c495d175e52fdc65bc94f5381f1e12756e418bb +!! source digest: sha256:363209a098adad6a56baa135a0db74abb125c4d101ed54f952347cd95c704ea8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds Project in Helpdesk. We add to the project form view a diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 1fa9ceffd..6e4b58166 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.1" +version = "17.0.20250116.2" dependencies = [ "odoo-addon-helpdesk_mgmt>=17.0dev,<17.1dev", "odoo-addon-helpdesk_mgmt_crm>=17.0dev,<17.1dev", + "odoo-addon-helpdesk_mgmt_project>=17.0dev,<17.1dev", "odoo-addon-helpdesk_mgmt_sale>=17.0dev,<17.1dev", ] classifiers=[