diff --git a/README.md b/README.md index 577ae93e134..b74c7ea5d65 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [partner_contact_sale_info_propagation](partner_contact_sale_info_propagation/) | 15.0.1.0.0 | | Propagate Salesperson and Sales Channel from Company to Contacts [partner_sale_pivot](partner_sale_pivot/) | 15.0.1.0.0 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Sales analysis from customer form view [portal_sale_personal_data_only](portal_sale_personal_data_only/) | 15.0.1.0.0 | | Portal Sale Personal Data Only +[pricelist_cache](pricelist_cache/) | 15.0.1.4.1 | | Provide a new model to cache price lists and update it, to make it easier to retrieve them. [product_form_sale_link](product_form_sale_link/) | 15.0.1.0.1 | | Adds a button on product forms to access Sale Lines [product_supplierinfo_for_customer_elaboration](product_supplierinfo_for_customer_elaboration/) | 15.0.2.0.2 | | Allows to define default elaborations and elaboration notes on product customerinfos [product_supplierinfo_for_customer_sale](product_supplierinfo_for_customer_sale/) | 15.0.1.2.0 | | Loads in every sale order line the customer code defined in the product diff --git a/pricelist_cache/README.rst b/pricelist_cache/README.rst index 6b158e0b5bb..215cc3cbec6 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:bb3e40e5293be4f7cc3cd29f10f9cbad5c195b0a8c90483d8355b15a455ebf05 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -57,7 +57,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. diff --git a/pricelist_cache/static/description/index.html b/pricelist_cache/static/description/index.html index 62e36094d9a..b12e77bcb83 100644 --- a/pricelist_cache/static/description/index.html +++ b/pricelist_cache/static/description/index.html @@ -366,9 +366,9 @@

Pricelist Cache

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

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

+

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. The goal is to be able to generate a whole catalog of prices and products for a given customer in a decent time.

Everyday, the cron task will trash the previous day’s cache, and rebuild it from scratch. @@ -405,7 +405,7 @@

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -449,7 +449,7 @@

Maintainers

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.

-

This module is part of the OCA/sale-workflow project on GitHub.

+

This module is part of the OCA/sale-workflow project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 331cc25c07f..0b8b6363e61 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240508.0 \ No newline at end of file +15.0.20240512.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 90e74417de2..8730350bcba 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -11,6 +11,7 @@ 'odoo-addon-partner_contact_sale_info_propagation>=15.0dev,<15.1dev', 'odoo-addon-partner_sale_pivot>=15.0dev,<15.1dev', 'odoo-addon-portal_sale_personal_data_only>=15.0dev,<15.1dev', + 'odoo-addon-pricelist_cache>=15.0dev,<15.1dev', 'odoo-addon-product_form_sale_link>=15.0dev,<15.1dev', 'odoo-addon-product_supplierinfo_for_customer_elaboration>=15.0dev,<15.1dev', 'odoo-addon-product_supplierinfo_for_customer_sale>=15.0dev,<15.1dev',