Skip to content

Commit 0342f44

Browse files
committed
[BOT] post-merge updates
1 parent 7ec0481 commit 0342f44

4 files changed

Lines changed: 35 additions & 25 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ addon | version | maintainers | summary
3131
[helpdesk_mgmt_portal_follower](helpdesk_mgmt_portal_follower/) | 18.0.1.0.0 | <a href='https://github.com/BernatObrador'><img src='https://github.com/BernatObrador.png' width='32' height='32' style='border-radius:50%;' alt='BernatObrador'/></a> <a href='https://github.com/ppyczko'><img src='https://github.com/ppyczko.png' width='32' height='32' style='border-radius:50%;' alt='ppyczko'/></a> <a href='https://github.com/mpascuall'><img src='https://github.com/mpascuall.png' width='32' height='32' style='border-radius:50%;' alt='mpascuall'/></a> | Add ticket followers from website portal
3232
[helpdesk_mgmt_project](helpdesk_mgmt_project/) | 18.0.1.2.0 | | Add the option to select project in the tickets.
3333
[helpdesk_mgmt_rating](helpdesk_mgmt_rating/) | 18.0.1.0.0 | | This module allows customer to rate the assistance received on a ticket.
34-
[helpdesk_mgmt_sale](helpdesk_mgmt_sale/) | 18.0.1.0.0 | | Add the option to select project in the sale orders.
34+
[helpdesk_mgmt_sale](helpdesk_mgmt_sale/) | 18.0.2.0.0 | | Add the option to select project in the sale orders.
3535
[helpdesk_mgmt_sale_project](helpdesk_mgmt_sale_project/) | 18.0.1.0.0 | | Helpdesk Sale Project
3636
[helpdesk_mgmt_sla](helpdesk_mgmt_sla/) | 18.0.2.0.0 | | Add SLA to the tickets for Helpdesk Management.
3737
[helpdesk_mgmt_stage_validation](helpdesk_mgmt_stage_validation/) | 18.0.1.0.0 | | Validate input data when reaching a Helpdesk Ticket stage

helpdesk_mgmt_sale/README.rst

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
===================
26
Helpdesk Sale Order
37
===================
@@ -7,13 +11,13 @@ Helpdesk Sale Order
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:cc7a2dcc843d7f24c75e4ac3eabf27aaa2432b5a6168be88b05cd1bafabb93cc
14+
!! source digest: sha256:c3aa0186d886e0a7c5571744bf11129ceb29a29e948e94de25e1cbb465e813e8
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Production/Stable
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fhelpdesk-lightgray.png?logo=github
@@ -46,10 +50,10 @@ To associate orders to Helpdesk tickets:
4650
1. Create or modify a Helpdesk ticket.
4751
2. In the ticket view, you will find
4852

49-
- a **Sales Order** Smartbutton which will show the number of orders
50-
associated to the ticket.
51-
- a **Link Sale Orders** button to link existing orders to the
52-
ticket.
53+
- a **Sales Order** Smartbutton which will show the number of orders
54+
associated to the ticket.
55+
- a **Link Sale Orders** button to link existing orders to the
56+
ticket.
5357

5458
3. Clicking on the Smartbutton will open a view with all the sales
5559
orders related to the current ticket.
@@ -77,17 +81,17 @@ Authors
7781
Contributors
7882
------------
7983

80-
- `Tecnativa <https://www.tecnativa.com>`__:
84+
- `Tecnativa <https://www.tecnativa.com>`__:
8185

82-
- Pilar Vargas
86+
- Pilar Vargas
8387

84-
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
88+
- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__
8589

86-
- Bhavesh Heliconia
90+
- Bhavesh Heliconia
8791

88-
- `Camptocamp <https://www.camptocamp.com>`__:
92+
- `Camptocamp <https://www.camptocamp.com>`__:
8993

90-
- Vincent Van Rossem
94+
- Vincent Van Rossem
9195

9296
Maintainers
9397
-----------

helpdesk_mgmt_sale/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Helpdesk Sale Order",
55
"summary": "Add the option to select project in the sale orders.",
6-
"version": "18.0.1.0.0",
6+
"version": "18.0.2.0.0",
77
"license": "AGPL-3",
88
"category": "Sales Management",
99
"author": "Tecnativa," "Odoo Community Association (OCA)",

helpdesk_mgmt_sale/static/description/index.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Helpdesk Sale Order</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="helpdesk-sale-order">
364-
<h1 class="title">Helpdesk Sale Order</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="helpdesk-sale-order">
370+
<h1>Helpdesk Sale Order</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:cc7a2dcc843d7f24c75e4ac3eabf27aaa2432b5a6168be88b05cd1bafabb93cc
375+
!! source digest: sha256:c3aa0186d886e0a7c5571744bf11129ceb29a29e948e94de25e1cbb465e813e8
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/18.0/helpdesk_mgmt_sale"><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-18-0/helpdesk-18-0-helpdesk_mgmt_sale"><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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/helpdesk/tree/18.0/helpdesk_mgmt_sale"><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-18-0/helpdesk-18-0-helpdesk_mgmt_sale"><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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module extends the Helpdesk functionality in Odoo to allow an
374379
integration between Helpdesk tickets and sales orders. A ticket can have
375380
several sales orders associated with it, which in turn will have the
@@ -388,7 +393,7 @@ <h1 class="title">Helpdesk Sale Order</h1>
388393
</ul>
389394
</div>
390395
<div class="section" id="usage">
391-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
396+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
392397
<p>To associate orders to Helpdesk tickets:</p>
393398
<ol class="arabic simple">
394399
<li>Create or modify a Helpdesk ticket.</li>
@@ -406,23 +411,23 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
406411
</ol>
407412
</div>
408413
<div class="section" id="bug-tracker">
409-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
414+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
410415
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/helpdesk/issues">GitHub Issues</a>.
411416
In case of trouble, please check there if your issue has already been reported.
412417
If you spotted it first, help us to smash it by providing a detailed and welcomed
413418
<a class="reference external" href="https://github.com/OCA/helpdesk/issues/new?body=module:%20helpdesk_mgmt_sale%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
414419
<p>Do not contact contributors directly about support or help with technical issues.</p>
415420
</div>
416421
<div class="section" id="credits">
417-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
422+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
418423
<div class="section" id="authors">
419-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
424+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
420425
<ul class="simple">
421426
<li>Tecnativa</li>
422427
</ul>
423428
</div>
424429
<div class="section" id="contributors">
425-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
430+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
426431
<ul class="simple">
427432
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
428433
<li>Pilar Vargas</li>
@@ -439,7 +444,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
439444
</ul>
440445
</div>
441446
<div class="section" id="maintainers">
442-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
447+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
443448
<p>This module is maintained by the OCA.</p>
444449
<a class="reference external image-reference" href="https://odoo-community.org">
445450
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -452,5 +457,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
452457
</div>
453458
</div>
454459
</div>
460+
</div>
455461
</body>
456462
</html>

0 commit comments

Comments
 (0)