From 0b0dbe67060a175df78f1a259a541c23b106f922 Mon Sep 17 00:00:00 2001 From: Github GRAP Bot Date: Thu, 25 Jan 2024 12:41:22 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- website_sale_product_availability/README.rst | 2 +- website_sale_product_availability/__manifest__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ea687a..a1c42db 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ addon | version | maintainers | summary [website_sale_customer_type](website_sale_customer_type/) | 12.0.1.0.0 | | Let customer choose his type when accessing the e-commerce [website_sale_delivery_product_restriction](website_sale_delivery_product_restriction/) | 12.0.1.0.0 | | Allow some product to be shipped only by some delivery carrier and also on eCommerce. [website_sale_private_product_page](website_sale_private_product_page/) | 12.0.1.0.0 | [![carmenbianca](https://github.com/carmenbianca.png?size=30px)](https://github.com/carmenbianca) | Allow users to access an e-commerce product page via a private URL even when the product is not published. -[website_sale_product_availability](website_sale_product_availability/) | 12.0.1.0.0 | [![carmenbianca](https://github.com/carmenbianca.png?size=30px)](https://github.com/carmenbianca) | Display the quantity of products available on the product overview. +[website_sale_product_availability](website_sale_product_availability/) | 12.0.1.1.0 | [![carmenbianca](https://github.com/carmenbianca.png?size=30px)](https://github.com/carmenbianca) | Display the quantity of products available on the product overview. [website_sale_product_sort_recent_arrival](website_sale_product_sort_recent_arrival/) | 12.0.1.0.0 | | Let sort product on e-commerce by most recent arrival date. [website_sale_stock_auto_publish](website_sale_stock_auto_publish/) | 12.0.1.0.0 | | Allows the automatic (un)publishing of products according to the stock level diff --git a/website_sale_product_availability/README.rst b/website_sale_product_availability/README.rst index e7e2607..7bc94af 100644 --- a/website_sale_product_availability/README.rst +++ b/website_sale_product_availability/README.rst @@ -7,7 +7,7 @@ Website Sale Product Availability !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:c7b36abef72ac9a79bdefac8d4ba9e7151d0d446f173e20343ff52e27302efbe + !! source digest: sha256:04c6cbb69dc0f2df29e5639d18a12f8bf13ff49a114407ffcf343488eb144b54 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/website_sale_product_availability/__manifest__.py b/website_sale_product_availability/__manifest__.py index cf64342..0f46905 100644 --- a/website_sale_product_availability/__manifest__.py +++ b/website_sale_product_availability/__manifest__.py @@ -5,7 +5,7 @@ "name": "Website Sale Product Availability", "summary": """ Display the quantity of products available on the product overview.""", - "version": "12.0.1.0.0", + "version": "12.0.1.1.0", "category": "Website", "website": "https://coopiteasy.be", "author": "Coop IT Easy SC",