Maintainers
This module is maintained by the OCA.
- + + +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.
diff --git a/README.md b/README.md index e5dcae62bbb..29beee5623c 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ addon | version | maintainers | summary [sale_pricelist_technical](sale_pricelist_technical/) | 16.0.1.0.1 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Prevent some pricelists from being selected on order and customer forms [sale_pricelist_triple_discount](sale_pricelist_triple_discount/) | 16.0.1.0.0 | | Sale Pricelist Triple Discount [sale_procurement_customer](sale_procurement_customer/) | 16.0.1.0.0 | | Allows to transmit the customer to the procurement group -[sale_procurement_group_by_line](sale_procurement_group_by_line/) | 16.0.1.0.0 | | Base module for multiple procurement group by Sale order +[sale_procurement_group_by_line](sale_procurement_group_by_line/) | 16.0.1.0.1 | | Base module for multiple procurement group by Sale order [sale_product_category_menu](sale_product_category_menu/) | 16.0.1.0.0 | | Shows 'Product Categories' menu item in Sales [sale_product_multi_add](sale_product_multi_add/) | 16.0.1.1.0 | | Sale Product Multi Add [sale_product_packaging_container_deposit](sale_product_packaging_container_deposit/) | 16.0.1.1.1 | | Sale Product Packaging Container Deposit diff --git a/sale_procurement_group_by_line/README.rst b/sale_procurement_group_by_line/README.rst index 4ce74cfdade..07704c6a154 100644 --- a/sale_procurement_group_by_line/README.rst +++ b/sale_procurement_group_by_line/README.rst @@ -7,7 +7,7 @@ Sale Procurement Group by Line !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e14e7fdbd81c0f69d37b2140b07398e644ce9feb911739bd6654825e1027828c + !! source digest: sha256:976de5dc7f4d91d217da7c2a71519eb143151a27ef262509a1dfac43cd66574c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/sale_procurement_group_by_line/__manifest__.py b/sale_procurement_group_by_line/__manifest__.py index 94d7f20520e..9a825c2db4c 100644 --- a/sale_procurement_group_by_line/__manifest__.py +++ b/sale_procurement_group_by_line/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Sale Procurement Group by Line", "summary": "Base module for multiple procurement group by Sale order", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "author": "Camptocamp," "ForgeFlow," "Serpent Consulting Services Pvt. Ltd.," diff --git a/sale_procurement_group_by_line/static/description/index.html b/sale_procurement_group_by_line/static/description/index.html index d18237d584a..6dfa01d7e35 100644 --- a/sale_procurement_group_by_line/static/description/index.html +++ b/sale_procurement_group_by_line/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -9,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. @@ -275,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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -367,7 +367,7 @@This module was written to extend the functionality of procurement groups @@ -417,7 +417,9 @@
This module is maintained by the OCA.
- + + +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.