From 22f3334ebd8c2c112556d7f3be8da60ee9756047 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 1 Oct 2024 07:34:47 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- sale_order_line_position/README.rst | 2 +- sale_order_line_position/__manifest__.py | 2 +- .../static/description/index.html | 13 ++++++++----- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b5c0ef5b2..f6e638b37 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ addon | version | maintainers | summary [product_sold_by_delivery_week](product_sold_by_delivery_week/) | 16.0.1.0.1 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Adds a field that graphically hints the weekly product sales [sale_comment_template](sale_comment_template/) | 16.0.1.0.1 | | Comments texts templates on Sale documents [sale_layout_category_hide_detail](sale_layout_category_hide_detail/) | 16.0.1.1.1 | | Hide details for sections in sale orders and invoices for reports and customer portal -[sale_order_line_position](sale_order_line_position/) | 16.0.1.2.0 | | Adds position number on sale order line. +[sale_order_line_position](sale_order_line_position/) | 16.0.1.3.0 | | Adds position number on sale order line. [sale_order_product_recommendation_product_sold_by_delivery_week](sale_order_product_recommendation_product_sold_by_delivery_week/) | 16.0.1.1.0 | [![chienandalu](https://github.com/chienandalu.png?size=30px)](https://github.com/chienandalu) | Adds the weekly sales field to the recommendation wizard [sale_order_report_product_image](sale_order_report_product_image/) | 16.0.1.0.0 | | Show product images on Sale documents [sale_packaging_report](sale_packaging_report/) | 16.0.1.1.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Packaging data in sale reports diff --git a/sale_order_line_position/README.rst b/sale_order_line_position/README.rst index a8ec4c9ca..a60acb53e 100644 --- a/sale_order_line_position/README.rst +++ b/sale_order_line_position/README.rst @@ -7,7 +7,7 @@ Sale 0rder Line Position !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:278f81b7a54ff437d1f0edda0c0a555de90d5e6f683d2ad604743d6e16e6edb4 + !! source digest: sha256:4462b10d9b62946809e838ab544244ba35bb671aaf38df2953ec2350f3e2f8f9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_order_line_position/__manifest__.py b/sale_order_line_position/__manifest__.py index d714d3923..8194bde4f 100644 --- a/sale_order_line_position/__manifest__.py +++ b/sale_order_line_position/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Sale 0rder Line Position", "summary": "Adds position number on sale order line.", - "version": "16.0.1.2.0", + "version": "16.0.1.3.0", "category": "Sales", "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/sale_order_line_position/static/description/index.html b/sale_order_line_position/static/description/index.html index dae02d083..f8a2c8829 100644 --- a/sale_order_line_position/static/description/index.html +++ b/sale_order_line_position/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@

Sale 0rder Line Position

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:278f81b7a54ff437d1f0edda0c0a555de90d5e6f683d2ad604743d6e16e6edb4 +!! source digest: sha256:4462b10d9b62946809e838ab544244ba35bb671aaf38df2953ec2350f3e2f8f9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/sale-reporting Translate me on Weblate Try me on Runboat

This module adds an auto computed position on sale order line. @@ -437,7 +438,9 @@

Other credits

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.