Skip to content

Commit

Permalink
[16.0][IMP] helpdesk_mgmt: Add open ticket in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
peluko00 committed Jan 7, 2025
1 parent 9503970 commit ab12114
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions helpdesk_mgmt/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ Contributors

* Houzéfa Abbasbhay

* `APSL-Nagarro <https://apsl.tech>`_:

* Antoni Marroig <[email protected]>

Maintainers
~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion helpdesk_mgmt/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"SDi Soluciones, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/helpdesk",
"depends": ["mail", "portal"],
"depends": ["mail", "portal", "web_widget_open_tab"],
"data": [
"data/helpdesk_data.xml",
"security/helpdesk_security.xml",
Expand Down
4 changes: 4 additions & 0 deletions helpdesk_mgmt/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@
* `XCG Consulting <https://xcg-consulting.fr>`_:

* Houzéfa Abbasbhay

* `APSL-Nagarro <https://apsl.tech>`_:

* Antoni Marroig <[email protected]>
4 changes: 4 additions & 0 deletions helpdesk_mgmt/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,10 @@ <h2><a class="toc-backref" href="#toc-entry-13">Contributors</a></h2>
<li>Houzéfa Abbasbhay</li>
</ul>
</li>
<li><a class="reference external" href="https://apsl.tech">APSL-Nagarro</a>:<ul>
<li>Antoni Marroig &lt;<a class="reference external" href="mailto:amarroig&#64;apsl.net">amarroig&#64;apsl.net</a>&gt;</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
1 change: 1 addition & 0 deletions helpdesk_mgmt/views/helpdesk_ticket_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@
widget="kanban_activity"
related="activity_state"
/>
<field name="id" widget="open_tab" />
</div>
<div class="oe_kanban_bottom_right">
<field
Expand Down

0 comments on commit ab12114

Please sign in to comment.