diff --git a/README.md b/README.md index f124109927..bdbb010eaf 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[helpdesk_mgmt](helpdesk_mgmt/) | 17.0.1.0.4 | | 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. +[helpdesk_mgmt](helpdesk_mgmt/) | 17.0.1.0.5 | | Helpdesk +[helpdesk_mgmt_crm](helpdesk_mgmt_crm/) | 17.0.1.0.1 | [![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.1 | | Add the option to select project in the tickets. +[helpdesk_mgmt_sale](helpdesk_mgmt_sale/) | 17.0.1.0.1 | | Add the option to select project in the sale orders. [//]: # (end addons) diff --git a/helpdesk_mgmt/README.rst b/helpdesk_mgmt/README.rst index 43665bedf2..73bf85419d 100644 --- a/helpdesk_mgmt/README.rst +++ b/helpdesk_mgmt/README.rst @@ -7,7 +7,7 @@ Helpdesk Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:73e8c020aab06f7c6c6d0b07d5dca3f7cc748fdfe323506b6a286abc31e40756 + !! source digest: sha256:84a5e0ccd13d18556eb1cb37afd9262f765844a4fb24b51516766903e1eb53bd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/helpdesk_mgmt/__manifest__.py b/helpdesk_mgmt/__manifest__.py index 3de676ecd9..2b6d2bcf3e 100644 --- a/helpdesk_mgmt/__manifest__.py +++ b/helpdesk_mgmt/__manifest__.py @@ -4,7 +4,7 @@ "name": "Helpdesk Management", "summary": """ Helpdesk""", - "version": "17.0.1.0.4", + "version": "17.0.1.0.5", "license": "AGPL-3", "category": "After-Sales", "author": "AdaptiveCity, " diff --git a/helpdesk_mgmt/static/description/index.html b/helpdesk_mgmt/static/description/index.html index c4f590a73c..add534c897 100644 --- a/helpdesk_mgmt/static/description/index.html +++ b/helpdesk_mgmt/static/description/index.html @@ -367,7 +367,7 @@

Helpdesk Management

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:73e8c020aab06f7c6c6d0b07d5dca3f7cc748fdfe323506b6a286abc31e40756 +!! source digest: sha256:84a5e0ccd13d18556eb1cb37afd9262f765844a4fb24b51516766903e1eb53bd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module adds Helpdesk functionality in Odoo.

diff --git a/helpdesk_mgmt_crm/README.rst b/helpdesk_mgmt_crm/README.rst index d44805e9eb..12e9602c95 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:bf43623c30d5d9e4677b6b16eda2d763131f0043f2ca8cf836ba1253855f4eff + !! source digest: sha256:dc7bf73d032f16b1960d4693f87c545ec8289de62e6c002b7af4f0070c1508cc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/helpdesk_mgmt_crm/__manifest__.py b/helpdesk_mgmt_crm/__manifest__.py index 4cde39e818..2ec62c8b6f 100644 --- a/helpdesk_mgmt_crm/__manifest__.py +++ b/helpdesk_mgmt_crm/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Link between Helpdesk and CRM", "summary": "Links helpdesk tickets with leads", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "category": "After-Sales", "website": "https://github.com/OCA/helpdesk", "author": "Tecnativa, Odoo Community Association (OCA)", diff --git a/helpdesk_mgmt_crm/static/description/index.html b/helpdesk_mgmt_crm/static/description/index.html index ab93e7bba2..37322bdedc 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:bf43623c30d5d9e4677b6b16eda2d763131f0043f2ca8cf836ba1253855f4eff +!! source digest: sha256:dc7bf73d032f16b1960d4693f87c545ec8289de62e6c002b7af4f0070c1508cc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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/helpdesk_mgmt_project/README.rst b/helpdesk_mgmt_project/README.rst index 43f66706fa..e1a9b6f6e4 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:363209a098adad6a56baa135a0db74abb125c4d101ed54f952347cd95c704ea8 + !! source digest: sha256:c5eb92fad3c5df742deaaab09cca5cec837f1f8184a118a343f370ae9c2ae438 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/helpdesk_mgmt_project/__manifest__.py b/helpdesk_mgmt_project/__manifest__.py index f96b84b1e6..0d0cfe722b 100644 --- a/helpdesk_mgmt_project/__manifest__.py +++ b/helpdesk_mgmt_project/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Helpdesk Project", "summary": "Add the option to select project in the tickets.", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "license": "AGPL-3", "category": "After-Sales", "author": "PuntSistemes S.L.U., " "Odoo Community Association (OCA)", diff --git a/helpdesk_mgmt_project/static/description/index.html b/helpdesk_mgmt_project/static/description/index.html index 525dee8afb..33b4f5c0bf 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:363209a098adad6a56baa135a0db74abb125c4d101ed54f952347cd95c704ea8 +!! source digest: sha256:c5eb92fad3c5df742deaaab09cca5cec837f1f8184a118a343f370ae9c2ae438 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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/helpdesk_mgmt_sale/README.rst b/helpdesk_mgmt_sale/README.rst index c0badb1918..12a4c69b8d 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:2ab046e203695403f895341ed0023213d1e747713574bc567c5c69ba4a97c273 + !! source digest: sha256:c35c9b4e862a497f67d6f09473e5166aa61d3fbdb4dd2b0f65810d9ba956dee4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/helpdesk_mgmt_sale/__manifest__.py b/helpdesk_mgmt_sale/__manifest__.py index eff6b8c4a5..cfabfcc0ca 100644 --- a/helpdesk_mgmt_sale/__manifest__.py +++ b/helpdesk_mgmt_sale/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Helpdesk Sale Order", "summary": "Add the option to select project in the sale orders.", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "license": "AGPL-3", "category": "Sales Management", "author": "Tecnativa," "Odoo Community Association (OCA)", diff --git a/helpdesk_mgmt_sale/static/description/index.html b/helpdesk_mgmt_sale/static/description/index.html index 84d78fbc62..fd527b485b 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:2ab046e203695403f895341ed0023213d1e747713574bc567c5c69ba4a97c273 +!! source digest: sha256:c35c9b4e862a497f67d6f09473e5166aa61d3fbdb4dd2b0f65810d9ba956dee4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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