From f9d165093314972c694b6ab0ffd14c826c6bceda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Wed, 15 Jan 2025 17:17:56 +0100 Subject: [PATCH] [DCK] helpdesk_mgmt: Change development_status key to Production/Stable --- helpdesk_mgmt/README.rst | 72 ++++++++++----------- helpdesk_mgmt/__manifest__.py | 2 +- helpdesk_mgmt/static/description/index.html | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/helpdesk_mgmt/README.rst b/helpdesk_mgmt/README.rst index a15318dc2e..3fa3c705d3 100644 --- a/helpdesk_mgmt/README.rst +++ b/helpdesk_mgmt/README.rst @@ -10,9 +10,9 @@ Helpdesk Management !! source digest: sha256:36a7b30fb064ac9da0f6450de834e1985c06233fbf0fb071bc554c3b5dc0ec75 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 @@ -162,11 +162,11 @@ To create a new ticket from the kanban view: Known issues / Roadmap ====================== -- Add a tour feature similar to what the ``project`` module defines to - discover projects / tasks. -- Update portal tests defined in ``tests/test_portal.py`` to rely on - tour specs (in JS) in order to replicate the navigation behavior of - portal users. +- Add a tour feature similar to what the ``project`` module defines to + discover projects / tasks. +- Update portal tests defined in ``tests/test_portal.py`` to rely on + tour specs (in JS) in order to replicate the navigation behavior of + portal users. Bug Tracker =========== @@ -195,54 +195,54 @@ Authors Contributors ------------ -- `Domatix `__: +- `Domatix `__: - - Carlos Martínez - - Catalin Airimitoaie - - Álvaro López - - Samuel Calvo + - Carlos Martínez + - Catalin Airimitoaie + - Álvaro López + - Samuel Calvo -- `Adaptive City `__: +- `Adaptive City `__: - - Aitor Bouzas + - Aitor Bouzas -- `SDi Soluciones, S.L. `__: +- `SDi Soluciones, S.L. `__: - - Oscar Soto - - Jorge Luis Quinteros + - Oscar Soto + - Jorge Luis Quinteros -- `C2i Change 2 improve `__: +- `C2i Change 2 improve `__: - - Eduardo Magdalena + - Eduardo Magdalena -- `Factor Libre `__: +- `Factor Libre `__: - - María Alhambra - - Daniel Cano + - María Alhambra + - Daniel Cano -- `Tecnativa `__: +- `Tecnativa `__: - - Pedro M. Baeza - - Víctor Martínez - - Carolina Fernandez - - Carlos Roca + - Pedro M. Baeza + - Víctor Martínez + - Carolina Fernandez + - Carlos Roca -- `ID42 Sistemas `__: +- `ID42 Sistemas `__: - - Marcel Savegnago - - Eduardo Aparício + - Marcel Savegnago + - Eduardo Aparício -- `Obertix `__: +- `Obertix `__: - - Vicent Cubells + - Vicent Cubells -- `Solvos `__: +- `Solvos `__: - - David Alonso + - David Alonso -- `XCG Consulting `__: +- `XCG Consulting `__: - - Houzéfa Abbasbhay + - Houzéfa Abbasbhay Maintainers ----------- diff --git a/helpdesk_mgmt/__manifest__.py b/helpdesk_mgmt/__manifest__.py index 9c010fb278..93fecc71bb 100644 --- a/helpdesk_mgmt/__manifest__.py +++ b/helpdesk_mgmt/__manifest__.py @@ -39,7 +39,7 @@ "helpdesk_mgmt/static/src/js/new_ticket.js", ], }, - "development_status": "Beta", + "development_status": "Production/Stable", "application": True, "installable": True, } diff --git a/helpdesk_mgmt/static/description/index.html b/helpdesk_mgmt/static/description/index.html index 5361510be9..04376eca33 100644 --- a/helpdesk_mgmt/static/description/index.html +++ b/helpdesk_mgmt/static/description/index.html @@ -369,7 +369,7 @@

Helpdesk Management

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:36a7b30fb064ac9da0f6450de834e1985c06233fbf0fb071bc554c3b5dc0ec75 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module adds Helpdesk functionality in Odoo.

Table of contents