From 25ead280aed8644cd84c814969d14e4077af39a7 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 25 Sep 2024 07:39:15 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- pricelist_cache/README.rst | 2 +- pricelist_cache/__manifest__.py | 2 +- pricelist_cache/static/description/index.html | 13 ++++++++----- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 059a8e0308c..4b18405e0d2 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [portal_sale_personal_data_only](portal_sale_personal_data_only/) | 14.0.1.0.0 | | Portal Sale Personal Data Only -[pricelist_cache](pricelist_cache/) | 14.0.1.4.1 | | Provide a new model to cache price lists and update it, to make it easier to retrieve them. +[pricelist_cache](pricelist_cache/) | 14.0.1.4.2 | | Provide a new model to cache price lists and update it, to make it easier to retrieve them. [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 diff --git a/pricelist_cache/README.rst b/pricelist_cache/README.rst index fc4d0645af3..9ba68a70acf 100644 --- a/pricelist_cache/README.rst +++ b/pricelist_cache/README.rst @@ -7,7 +7,7 @@ Pricelist Cache !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0477b5e81a08a349e1800527bac604a66f865d14f4b14b0076943d4cbc53aaf1 + !! source digest: sha256:5ce08137b45c9b04eae3b449621c5a8dc92f19977ff02d4d7f140201ec353f6c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pricelist_cache/__manifest__.py b/pricelist_cache/__manifest__.py index 55236bf01f5..e3c5835878b 100644 --- a/pricelist_cache/__manifest__.py +++ b/pricelist_cache/__manifest__.py @@ -6,7 +6,7 @@ Provide a new model to cache price lists and update it, to make it easier to retrieve them. """, - "version": "14.0.1.4.1", + "version": "14.0.1.4.2", "category": "Hidden", "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/pricelist_cache/static/description/index.html b/pricelist_cache/static/description/index.html index 62e36094d9a..e7eb688c3af 100644 --- a/pricelist_cache/static/description/index.html +++ b/pricelist_cache/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 @@

Pricelist Cache

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:0477b5e81a08a349e1800527bac604a66f865d14f4b14b0076943d4cbc53aaf1 +!! source digest: sha256:5ce08137b45c9b04eae3b449621c5a8dc92f19977ff02d4d7f140201ec353f6c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Provides a cron task who caches prices for all products and all pricelists. @@ -445,7 +446,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.