Skip to content

Commit d412ade

Browse files
committed
[BOT] post-merge updates
1 parent 69a417a commit d412ade

File tree

4 files changed

+25
-15
lines changed

4 files changed

+25
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ addon | version | maintainers | summary
9494
[sale_order_product_recommendation](sale_order_product_recommendation/) | 18.0.1.1.2 | <a href='https://github.com/sergio-teruel'><img src='https://github.com/sergio-teruel.png' width='32' height='32' style='border-radius:50%;' alt='sergio-teruel'/></a> <a href='https://github.com/rafaelbn'><img src='https://github.com/rafaelbn.png' width='32' height='32' style='border-radius:50%;' alt='rafaelbn'/></a> <a href='https://github.com/yajo'><img src='https://github.com/yajo.png' width='32' height='32' style='border-radius:50%;' alt='yajo'/></a> | Recommend products to sell to customer based on history
9595
[sale_order_report_without_price](sale_order_report_without_price/) | 18.0.1.0.0 | | Allow you to generate quotation and order reports without price.
9696
[sale_order_requested_delivery](sale_order_requested_delivery/) | 18.0.1.0.0 | | This module adds two new fields `requested_delivery_period_start` and `requested_delivery_period_end` to both the `sale.order` and `sale.order.line` models.
97-
[sale_order_revision](sale_order_revision/) | 18.0.1.0.0 | | Keep track of revised quotations
97+
[sale_order_revision](sale_order_revision/) | 18.0.1.0.1 | | Keep track of revised quotations
9898
[sale_order_secondary_unit](sale_order_secondary_unit/) | 18.0.1.0.1 | | Sale product in a secondary unit
9999
[sale_order_split_strategy](sale_order_split_strategy/) | 18.0.1.1.0 | <a href='https://github.com/grindtildeath'><img src='https://github.com/grindtildeath.png' width='32' height='32' style='border-radius:50%;' alt='grindtildeath'/></a> | Define strategies to split sales orders
100100
[sale_order_tag](sale_order_tag/) | 18.0.1.0.0 | <a href='https://github.com/patrickrwilson'><img src='https://github.com/patrickrwilson.png' width='32' height='32' style='border-radius:50%;' alt='patrickrwilson'/></a> | Adds Tags to Sales Orders.

sale_order_revision/README.rst

Lines changed: 6 additions & 2 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
Sale order revisions
37
====================
@@ -7,13 +11,13 @@ Sale order revisions
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:6dfbaa32aee24f904b3605f3f553751a9e2b726086329312ae620c5a0ad379b7
14+
!! source digest: sha256:da36b07dd320f72f7773e1ef8a5108d08bfddba453b495dd17865991c7ff54e3
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
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%2Fsale--workflow-lightgray.png?logo=github

sale_order_revision/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "Sale order revisions",
99
"summary": "Keep track of revised quotations",
10-
"version": "18.0.1.0.0",
10+
"version": "18.0.1.0.1",
1111
"category": "Sale Management",
1212
"author": "Agile Business Group,"
1313
"Dreambits,"

sale_order_revision/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>Sale order revisions</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="sale-order-revisions">
364-
<h1 class="title">Sale order revisions</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="sale-order-revisions">
370+
<h1>Sale order revisions</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:6dfbaa32aee24f904b3605f3f553751a9e2b726086329312ae620c5a0ad379b7
375+
!! source digest: sha256:da36b07dd320f72f7773e1ef8a5108d08bfddba453b495dd17865991c7ff54e3
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<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/sale-workflow/tree/18.0/sale_order_revision"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_order_revision"><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/sale-workflow&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="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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/sale-workflow/tree/18.0/sale_order_revision"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_order_revision"><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/sale-workflow&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>On cancelled orders, you can click on the “New copy of Quotation”
374379
button. This will create a new revision of the quotation, with the same
375380
base number and a ‘-revno’ suffix appended. A message is added in the
@@ -393,22 +398,22 @@ <h1 class="title">Sale order revisions</h1>
393398
</ul>
394399
</div>
395400
<div class="section" id="installation">
396-
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
401+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
397402
<p>You need to install sale_management module for accessing the needed
398403
menus.</p>
399404
</div>
400405
<div class="section" id="bug-tracker">
401-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
406+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
402407
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
403408
In case of trouble, please check there if your issue has already been reported.
404409
If you spotted it first, help us to smash it by providing a detailed and welcomed
405410
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_revision%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
406411
<p>Do not contact contributors directly about support or help with technical issues.</p>
407412
</div>
408413
<div class="section" id="credits">
409-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
414+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
410415
<div class="section" id="authors">
411-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
416+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
412417
<ul class="simple">
413418
<li>Agile Business Group</li>
414419
<li>Dreambits</li>
@@ -419,7 +424,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
419424
</ul>
420425
</div>
421426
<div class="section" id="contributors">
422-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
427+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
423428
<ul class="simple">
424429
<li>Devang Pipaliya &lt;<a class="reference external" href="mailto:devang&#64;dreambits.in">devang&#64;dreambits.in</a>&gt;</li>
425430
<li>Lorenzo Battistini &lt;<a class="reference external" href="mailto:lorenzo.battistini&#64;agilebg.com">lorenzo.battistini&#64;agilebg.com</a>&gt;</li>
@@ -434,7 +439,7 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
434439
</ul>
435440
</div>
436441
<div class="section" id="maintainers">
437-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
442+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
438443
<p>This module is maintained by the OCA.</p>
439444
<a class="reference external image-reference" href="https://odoo-community.org">
440445
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -447,5 +452,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
447452
</div>
448453
</div>
449454
</div>
455+
</div>
450456
</body>
451457
</html>

0 commit comments

Comments
 (0)