Skip to content

Commit

Permalink
Merge branch 'OCA:16.0' into 16.0-t3822-helpdesk_mgmt_activity-add_mo…
Browse files Browse the repository at this point in the history
…dule
  • Loading branch information
Bearnard21 authored Nov 7, 2024
2 parents 76b5791 + 868846f commit 249fad6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ addon | version | maintainers | summary
--- | --- | --- | ---
[helpdesk_mgmt](helpdesk_mgmt/) | 16.0.2.6.2 | | Helpdesk
[helpdesk_mgmt_portal_follower](helpdesk_mgmt_portal_follower/) | 16.0.1.0.0 | | Add ticket followers from website portal
[helpdesk_mgmt_project](helpdesk_mgmt_project/) | 16.0.2.3.0 | | Add the option to select project in the tickets.
[helpdesk_mgmt_project](helpdesk_mgmt_project/) | 16.0.2.3.1 | | Add the option to select project in the tickets.
[helpdesk_mgmt_rating](helpdesk_mgmt_rating/) | 16.0.1.0.0 | | This module allows customer to rate the assistance received on a ticket.
[helpdesk_mgmt_timesheet](helpdesk_mgmt_timesheet/) | 16.0.1.7.1 | | Add HR Timesheet to the tickets for Helpdesk Management.
[helpdesk_motive](helpdesk_motive/) | 16.0.1.0.0 | [![nelsonramirezs](https://github.com/nelsonramirezs.png?size=30px)](https://github.com/nelsonramirezs) [![max3903](https://github.com/max3903.png?size=30px)](https://github.com/max3903) | Keep the motive
Expand Down
2 changes: 1 addition & 1 deletion helpdesk_mgmt_project/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Helpdesk Project
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b75359f1fdad1a7f94c05edd34d09a48c3a4d0c692ba91d97e48b62f47f3ae03
!! source digest: sha256:ff13c3cd597a5fac1ba2aa9d3c495d175e52fdc65bc94f5381f1e12756e418bb
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion helpdesk_mgmt_project/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Helpdesk Project",
"summary": "Add the option to select project in the tickets.",
"version": "16.0.2.3.0",
"version": "16.0.2.3.1",
"license": "AGPL-3",
"category": "After-Sales",
"author": "PuntSistemes S.L.U., " "Odoo Community Association (OCA)",
Expand Down
2 changes: 1 addition & 1 deletion helpdesk_mgmt_project/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Helpdesk Project</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b75359f1fdad1a7f94c05edd34d09a48c3a4d0c692ba91d97e48b62f47f3ae03
!! source digest: sha256:ff13c3cd597a5fac1ba2aa9d3c495d175e52fdc65bc94f5381f1e12756e418bb
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/helpdesk/tree/16.0/helpdesk_mgmt_project"><img alt="OCA/helpdesk" src="https://img.shields.io/badge/github-OCA%2Fhelpdesk-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/helpdesk-16-0/helpdesk-16-0-helpdesk_mgmt_project"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/helpdesk&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds Project in Helpdesk.
Expand Down
4 changes: 2 additions & 2 deletions helpdesk_mgmt_project/views/project_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
type="action"
icon="fa-file"
name="%(ticket_action_from_project)d"
context="{'search_default_project_id': active_id, 'default_project_id': active_id}"
context="{'search_default_project_id': id, 'default_project_id': id}"
groups="helpdesk_mgmt.group_helpdesk_user_own"
>
<field string="Tickets" name="ticket_count" widget="statinfo" />
Expand All @@ -37,7 +37,7 @@
class="o_project_kanban_box"
name="%(ticket_action_from_project)d"
type="action"
context="{'search_default_project_id': active_id, 'default_project_id': active_id}"
context="{'search_default_project_id': id, 'default_project_id': id}"
groups="helpdesk_mgmt.group_helpdesk_user_own"
>
<div>
Expand Down

0 comments on commit 249fad6

Please sign in to comment.