diff --git a/README.md b/README.md index de8bf72d267..efc8a93aced 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ addon | version | maintainers | summary [pricelist_cache_rest](pricelist_cache_rest/) | 14.0.1.0.0 | | Provides an endpoint to get product prices for a given customer [product_form_sale_link](product_form_sale_link/) | 14.0.1.1.1 | | Adds a button on product forms to access Sale Lines [product_supplierinfo_for_customer_elaboration](product_supplierinfo_for_customer_elaboration/) | 14.0.1.0.0 | | Allows to define default elaborations and elaboration notes on product customerinfos -[product_supplierinfo_for_customer_sale](product_supplierinfo_for_customer_sale/) | 14.0.1.2.0 | | Loads in every sale order line the customer code defined in the product +[product_supplierinfo_for_customer_sale](product_supplierinfo_for_customer_sale/) | 14.0.1.3.0 | | Loads in every sale order line the customer code defined in the product [product_supplierinfo_for_customer_sale_blanket_order](product_supplierinfo_for_customer_sale_blanket_order/) | 14.0.1.0.0 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) [![renda-dev](https://github.com/renda-dev.png?size=30px)](https://github.com/renda-dev) [![PicchiSeba](https://github.com/PicchiSeba.png?size=30px)](https://github.com/PicchiSeba) | Product Supplierinfo for Customer Sale Blanket Order [product_supplierinfo_for_customer_sale_quick](product_supplierinfo_for_customer_sale_quick/) | 14.0.1.0.0 | [![toita86](https://github.com/toita86.png?size=30px)](https://github.com/toita86) | Adapts the new fields added by Product Supplierinfo for Customer Salewith the Sale Quick module. [sale_advance_payment](sale_advance_payment/) | 14.0.1.1.4 | | Allow to add advance payments on sales and then use them on invoices diff --git a/product_supplierinfo_for_customer_sale/README.rst b/product_supplierinfo_for_customer_sale/README.rst index ba60019251f..d0e84cad5e9 100644 --- a/product_supplierinfo_for_customer_sale/README.rst +++ b/product_supplierinfo_for_customer_sale/README.rst @@ -7,7 +7,7 @@ Product Supplierinfo for Customer Sale !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:00ff69f5baab5ceb5e47189037f82a560db363237603a46accaf7b0a0677f0b8 + !! source digest: sha256:83ff44bdf3bedb12d04494151a1491ea4be88d008edcf266d74b5d25ee0e339e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_supplierinfo_for_customer_sale/__manifest__.py b/product_supplierinfo_for_customer_sale/__manifest__.py index b60485f91e2..b7d1f5102b2 100644 --- a/product_supplierinfo_for_customer_sale/__manifest__.py +++ b/product_supplierinfo_for_customer_sale/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Product Supplierinfo for Customer Sale", - "version": "14.0.1.2.0", + "version": "14.0.1.3.0", "summary": "Loads in every sale order line the customer code defined " "in the product", "author": "Agile Business Group,Vauxoo,Odoo Community Association (OCA)", diff --git a/product_supplierinfo_for_customer_sale/static/description/index.html b/product_supplierinfo_for_customer_sale/static/description/index.html index 09505be17b1..a58a4923da4 100644 --- a/product_supplierinfo_for_customer_sale/static/description/index.html +++ b/product_supplierinfo_for_customer_sale/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 @@

Product Supplierinfo for Customer Sale

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:00ff69f5baab5ceb5e47189037f82a560db363237603a46accaf7b0a0677f0b8 +!! source digest: sha256:83ff44bdf3bedb12d04494151a1491ea4be88d008edcf266d74b5d25ee0e339e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Based on product_supplierinfo_for_customer, this module loads in every sale order the @@ -467,7 +468,9 @@

Contributors

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.