Skip to content

Commit

Permalink
[FIX] helpdesk_mgmt_activity: Readme description is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
geomer198 authored and Ivan Sokolov committed Nov 29, 2024
1 parent 450c9de commit 3882b01
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
8 changes: 6 additions & 2 deletions helpdesk_mgmt_activity/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Configuration
To Configure Ticket's Stage on Activity State**
===============================================

- Go to Helpdesk-->Configuration--Teams
- Create a "New" team or select an existing record
- Go to Helpdesk-->Configuration-->Teams
- Create a new team or select an existing record
- Enable the "Set Activities" checkbox to enable the feature
- Select the "Done Activity Stage" to move the ticket when the activity is done

Expand All @@ -97,6 +97,10 @@ Usage
- Select a related model and record in the Source field
- Select Activity type and due date

.. image:: https://raw.githubusercontent.com/OCA/helpdesk/16.0/helpdesk_mgmt_activity/static/img/helpdesk_activity_fields.png
:width: 400
:alt: Helpdesk Activity Fields

- Enter the Description
- Click the "Perform Action" button
- Ticket will be moved to the next preset state and activity will be created in the related model
Expand Down
4 changes: 2 additions & 2 deletions helpdesk_mgmt_activity/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
To Configure Ticket's Stage on Activity State**
===============================================

- Go to Helpdesk-->Configuration--Teams
- Create a "New" team or select an existing record
- Go to Helpdesk-->Configuration-->Teams
- Create a new team or select an existing record
- Enable the "Set Activities" checkbox to enable the feature
- Select the "Done Activity Stage" to move the ticket when the activity is done

Expand Down
4 changes: 4 additions & 0 deletions helpdesk_mgmt_activity/readme/USAGE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- Select a related model and record in the Source field
- Select Activity type and due date

.. image:: ../static/img/helpdesk_activity_fields.png
:width: 400
:alt: Helpdesk Activity Fields

- Enter the Description
- Click the "Perform Action" button
- Ticket will be moved to the next preset state and activity will be created in the related model
Expand Down
7 changes: 5 additions & 2 deletions helpdesk_mgmt_activity/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@ <h1><a class="toc-backref" href="#toc-entry-3"><strong>To Configure Available Od
<div class="section" id="to-configure-ticket-s-stage-on-activity-state">
<h1><a class="toc-backref" href="#toc-entry-4">To Configure Ticket’s Stage on Activity State**</a></h1>
<ul class="simple">
<li>Go to Helpdesk–&gt;Configuration–Teams</li>
<li>Create a “New” team or select an existing record</li>
<li>Go to Helpdesk–&gt;Configuration–&gt;Teams</li>
<li>Create a new team or select an existing record</li>
<li>Enable the “Set Activities” checkbox to enable the feature</li>
<li>Select the “Done Activity Stage” to move the ticket when the activity is done</li>
</ul>
Expand All @@ -444,6 +444,9 @@ <h1><a class="toc-backref" href="#toc-entry-6"><strong>Go to Helpdesk module</st
<li>Select Activity type and due date</li>
</ul>
</li>
</ul>
<img alt="Helpdesk Activity Fields" src="https://raw.githubusercontent.com/OCA/helpdesk/16.0/helpdesk_mgmt_activity/static/img/helpdesk_activity_fields.png" style="width: 400px;" />
<ul class="simple">
<li>Enter the Description</li>
<li>Click the “Perform Action” button</li>
<li>Ticket will be moved to the next preset state and activity will be created in the related model</li>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion helpdesk_mgmt_activity/views/helpdesk_ticket_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class="btn btn-primary"
name="perform_action"
type="object"
attrs="{'invisible': [('can_create_activity', '=', False), ('is_new_stage', '=', False)]}"
attrs="{'invisible': ['|', ('can_create_activity', '=', False), ('is_new_stage', '=', False)]}"
/>
</header>
<group name="main" position="inside">
Expand Down

0 comments on commit 3882b01

Please sign in to comment.