Skip to content

Commit be211dc

Browse files
committed
[BOT] post-merge updates
1 parent e4a939a commit be211dc

File tree

4 files changed

+26
-16
lines changed

4 files changed

+26
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ addon | version | maintainers | summary
7878
[sale_order_priority](sale_order_priority/) | 18.0.1.0.0 | | Define priority on sale orders
7979
[sale_order_product_assortment](sale_order_product_assortment/) | 18.0.1.0.0 | <a href='https://github.com/CarlosRoca13'><img src='https://github.com/CarlosRoca13.png' width='32' height='32' style='border-radius:50%;' alt='CarlosRoca13'/></a> | Module that allows to use the assortments on sale orders
8080
[sale_order_product_availability_inline](sale_order_product_availability_inline/) | 18.0.1.0.1 | <a href='https://github.com/ernestotejeda'><img src='https://github.com/ernestotejeda.png' width='32' height='32' style='border-radius:50%;' alt='ernestotejeda'/></a> | Show product availability in sales order line product drop-down.
81-
[sale_order_product_recommendation](sale_order_product_recommendation/) | 18.0.1.0.0 | <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
81+
[sale_order_product_recommendation](sale_order_product_recommendation/) | 18.0.1.0.1 | <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
8282
[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.
8383
[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.
8484
[sale_order_revision](sale_order_revision/) | 18.0.1.0.0 | | Keep track of revised quotations

sale_order_product_recommendation/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 Product Recommendation
37
=================================
@@ -7,13 +11,13 @@ Sale Order Product Recommendation
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:430005bb553765cb590d6b599274c15a577afff56ab622c5fbdaf0bf14923b38
14+
!! source digest: sha256:a5ee011954f229f519477e4bb4c797d95f969377bf82ee8aabb066e8fa607a5e
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_product_recommendation/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Sale Order Product Recommendation",
66
"summary": "Recommend products to sell to customer based on history",
7-
"version": "18.0.1.0.0",
7+
"version": "18.0.1.0.1",
88
"category": "Sales",
99
"website": "https://github.com/OCA/sale-workflow",
1010
"author": "Tecnativa, Odoo Community Association (OCA)",

sale_order_product_recommendation/static/description/index.html

Lines changed: 18 additions & 12 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 Product Recommendation</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-product-recommendation">
364-
<h1 class="title">Sale Order Product Recommendation</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-product-recommendation">
370+
<h1>Sale Order Product Recommendation</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:430005bb553765cb590d6b599274c15a577afff56ab622c5fbdaf0bf14923b38
375+
!! source digest: sha256:a5ee011954f229f519477e4bb4c797d95f969377bf82ee8aabb066e8fa607a5e
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_product_recommendation"><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_product_recommendation"><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_product_recommendation"><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_product_recommendation"><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>This module adds a recommended products wizard to current sale order.</p>
374379
<p>It is based on recent delivered products, and allows the salesman to
375380
quickly know the most sold products for current customer, which results
@@ -392,7 +397,7 @@ <h1 class="title">Sale Order Product Recommendation</h1>
392397
</ul>
393398
</div>
394399
<div class="section" id="configuration">
395-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
400+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
396401
<p>To configure this module you need to:</p>
397402
<p>In sale order product recommendation you can display the product price
398403
unit from list price or from last sale order price. To set the default
@@ -436,7 +441,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
436441
</ol>
437442
</div>
438443
<div class="section" id="usage">
439-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
444+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
440445
<p>To use this module, you need to:</p>
441446
<ol class="arabic simple">
442447
<li>Create a new sale order.</li>
@@ -449,23 +454,23 @@ <h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
449454
</ol>
450455
</div>
451456
<div class="section" id="bug-tracker">
452-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
457+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
453458
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
454459
In case of trouble, please check there if your issue has already been reported.
455460
If you spotted it first, help us to smash it by providing a detailed and welcomed
456461
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_order_product_recommendation%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
457462
<p>Do not contact contributors directly about support or help with technical issues.</p>
458463
</div>
459464
<div class="section" id="credits">
460-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
465+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
461466
<div class="section" id="authors">
462-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
467+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
463468
<ul class="simple">
464469
<li>Tecnativa</li>
465470
</ul>
466471
</div>
467472
<div class="section" id="contributors">
468-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
473+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
469474
<ul class="simple">
470475
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
471476
<li>Jairo Llopis</li>
@@ -494,7 +499,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
494499
</ul>
495500
</div>
496501
<div class="section" id="maintainers">
497-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
502+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
498503
<p>This module is maintained by the OCA.</p>
499504
<a class="reference external image-reference" href="https://odoo-community.org">
500505
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -509,5 +514,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
509514
</div>
510515
</div>
511516
</div>
517+
</div>
512518
</body>
513519
</html>

0 commit comments

Comments
 (0)