Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop a new grievance redress mechanism module as a replacement for the oca helpdesk module #574

Open
wants to merge 15 commits into
base: 17.0
Choose a base branch
from

Conversation

gonzalesedwin1123
Copy link
Member

@gonzalesedwin1123 gonzalesedwin1123 commented Sep 9, 2024

Why is this change needed?

The OCA helpdesk module, which was used in the Odoo 15 version of OpenSPP as the base of the Grievance Redress Mechanism module was decided not be used in the Odoo 17 version of OpenSPP because it is licensed under AGPL. This is why this Grievance Redress Mechanism was developed.

Mode of Input:

  • Import from files (Excel, CSV)
  • APIs integration with different applications / modules using XMLRPC and JSONRPC
  • Email
  • Phone Call / Call center
  • Web backend
  • Self Service using the Web Portal UI

How was the change implemented?

  • Develop a new Grievance Redress Mechanism module.
  • Install in existing OpenSPP implementation.

New unit tests...

spp_grm/tests/grm_ticket.py
spp_grm/tests/grm_ticket_stage.py
spp_grm/tests/res_partner.py

Unit tests executed by the author...

spp_grm/tests/grm_ticket.py
spp_grm/tests/grm_ticket_stage.py
spp_grm/tests/res_partner.py

How to test manually...

  • Install the module spp_grm.
  • Open the Individual or Group Registry menu.
  • Open an individual or group.
  • Click the Tickets button to display the existing tickets for the registrant or create a new one.
  • To manage the tickets, a Grievance Redress Mechanism (GRM) manager can assign the tickets to GRM users who will perform the necessary actions based on the description of the ticket. This is done by clicking the Helpdesk menu.
  • In the Helpdesk UI, a list of tickets will be displayed. Open a ticket to assign to a GRM user.
  • GRM users can only see the tickets assigned to them. A kanban view is available and can be used to easily change the stage of the tickets.
  • Communications, schedule activities, and upload or open files can be done using the chatter.

Links

@gonzalesedwin1123 gonzalesedwin1123 marked this pull request as ready for review September 10, 2024 12:08
@gonzalesedwin1123 gonzalesedwin1123 changed the title Develop a new grievance redress mechanism module as a replacement of the oca helpdesk module Develop a new grievance redress mechanism module as a replacement for the oca helpdesk module Sep 11, 2024
Copy link

sonarcloud bot commented Nov 11, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
15.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Develop a new helpdesk module as a replacement of the OCA helpdesk module
3 participants