Skip to content

Commit 8300964

Browse files
committed
[BOT] post-merge updates
1 parent 5a85909 commit 8300964

File tree

4 files changed

+32
-19
lines changed

4 files changed

+32
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ addon | version | maintainers | summary
4949
[pos_minimize_menu](pos_minimize_menu/) | 16.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Reduce size of the main menu of the point of sale.
5050
[pos_order_new_line](pos_order_new_line/) | 16.0.1.0.0 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | Allow cashier to create a new order line, instead of merging the quantity with a previous line
5151
[pos_order_remove_line](pos_order_remove_line/) | 16.0.1.2.2 | <a href='https://github.com/robyf70'><img src='https://github.com/robyf70.png' width='32' height='32' style='border-radius:50%;' alt='robyf70'/></a> | Add button to remove POS order line.
52-
[pos_order_reorder](pos_order_reorder/) | 16.0.0.1.2 | | Simple Re-order in the Point of Sale
52+
[pos_order_reorder](pos_order_reorder/) | 16.0.0.1.3 | | Simple Re-order in the Point of Sale
5353
[pos_order_to_sale_order](pos_order_to_sale_order/) | 16.0.1.0.12 | <a href='https://github.com/legalsylvain'><img src='https://github.com/legalsylvain.png' width='32' height='32' style='border-radius:50%;' alt='legalsylvain'/></a> | PoS Order To Sale Order
5454
[pos_order_to_sale_order_delivery](pos_order_to_sale_order_delivery/) | 16.0.1.0.1 | <a href='https://github.com/GabbasovDinar'><img src='https://github.com/GabbasovDinar.png' width='32' height='32' style='border-radius:50%;' alt='GabbasovDinar'/></a> <a href='https://github.com/CetmixGitDrone'><img src='https://github.com/CetmixGitDrone.png' width='32' height='32' style='border-radius:50%;' alt='CetmixGitDrone'/></a> | Compatibility of pos_order_to_sale_order and delivery modules
5555
[pos_order_to_sale_order_report](pos_order_to_sale_order_report/) | 16.0.1.0.2 | | Report will be downloaded after the sales order is created.

pos_order_reorder/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
Point of Sale Re-order
37
======================
@@ -7,13 +11,13 @@ Point of Sale Re-order
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:4b4023ec8132da5e584b16a1c41656c5d4b8b3074ee7762ddb79902bd30b595c
14+
!! source digest: sha256:bd48dea9d887b901be467d46269d8b8bbfc5e8d08651c0642028863201f7198d
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-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github

pos_order_reorder/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Point of Sale Re-order",
3-
"version": "16.0.0.1.2",
3+
"version": "16.0.0.1.3",
44
"category": "Sales/Point of Sale",
55
"summary": "Simple Re-order in the Point of Sale ",
66
"depends": ["point_of_sale"],

pos_order_reorder/static/description/index.html

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
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>Point of Sale Re-order</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
1010
:Author: David Goodger ([email protected])
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -359,16 +360,21 @@
359360
</style>
360361
</head>
361362
<body>
362-
<div class="document" id="point-of-sale-re-order">
363-
<h1 class="title">Point of Sale Re-order</h1>
363+
<div class="document">
364364

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="point-of-sale-re-order">
370+
<h1>Point of Sale Re-order</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:4b4023ec8132da5e584b16a1c41656c5d4b8b3074ee7762ddb79902bd30b595c
375+
!! source digest: sha256:bd48dea9d887b901be467d46269d8b8bbfc5e8d08651c0642028863201f7198d
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/pos/tree/16.0/pos_order_reorder"><img alt="OCA/pos" src="https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_reorder"><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/pos&amp;target_branch=16.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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/pos/tree/16.0/pos_order_reorder"><img alt="OCA/pos" src="https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/pos-16-0/pos-16-0-pos_order_reorder"><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/pos&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372378
<dl class="docutils">
373379
<dt>This module allows you to re-order a paid order on a new order:</dt>
374380
<dd><img alt="https://raw.githubusercontent.com/OCA/pos/16.0/pos_order_reorder/static/img/reorder_button.png" class="first last" src="https://raw.githubusercontent.com/OCA/pos/16.0/pos_order_reorder/static/img/reorder_button.png" />
@@ -388,36 +394,38 @@ <h1 class="title">Point of Sale Re-order</h1>
388394
</ul>
389395
</div>
390396
<div class="section" id="configuration">
391-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
397+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
392398
<p>Select PoS &gt; Configuration &gt; Settings &gt; enable flag “Allow Reorder”</p>
393399
</div>
394400
<div class="section" id="bug-tracker">
395-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
401+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
396402
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/pos/issues">GitHub Issues</a>.
397403
In case of trouble, please check there if your issue has already been reported.
398404
If you spotted it first, help us to smash it by providing a detailed and welcomed
399405
<a class="reference external" href="https://github.com/OCA/pos/issues/new?body=module:%20pos_order_reorder%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
400406
<p>Do not contact contributors directly about support or help with technical issues.</p>
401407
</div>
402408
<div class="section" id="credits">
403-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
409+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
404410
<div class="section" id="authors">
405-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
411+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
406412
<ul class="simple">
407413
<li>Cetmix</li>
408414
</ul>
409415
</div>
410416
<div class="section" id="contributors">
411-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
417+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
412418
<ul class="simple">
413419
<li>Cetmix &lt;<a class="reference external" href="https://cetmix.com/">https://cetmix.com/</a>&gt;</li>
414420
<li>Dinar Gabbasov</li>
415421
</ul>
416422
</div>
417423
<div class="section" id="maintainers">
418-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
424+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
419425
<p>This module is maintained by the OCA.</p>
420-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
426+
<a class="reference external image-reference" href="https://odoo-community.org">
427+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
428+
</a>
421429
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
422430
mission is to support the collaborative development of Odoo features and
423431
promote its widespread use.</p>
@@ -426,5 +434,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
426434
</div>
427435
</div>
428436
</div>
437+
</div>
429438
</body>
430439
</html>

0 commit comments

Comments
 (0)