From 2fedd1f1007cd4dd9e9d44e6e25cd3fea766d134 Mon Sep 17 00:00:00 2001 From: Simone Orsi Date: Tue, 18 Jan 2022 15:41:44 +0100 Subject: [PATCH] stock_reserve_rule: dev status -> Beta --- stock_reserve_rule/README.rst | 9 ++------- stock_reserve_rule/__manifest__.py | 4 ++-- stock_reserve_rule/static/description/index.html | 8 +------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/stock_reserve_rule/README.rst b/stock_reserve_rule/README.rst index 6881a7986..dd17614bd 100644 --- a/stock_reserve_rule/README.rst +++ b/stock_reserve_rule/README.rst @@ -7,9 +7,9 @@ Stock Reservation Rules !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status - :alt: Alpha + :alt: Beta .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 @@ -66,11 +66,6 @@ result: The module is meant to be extensible, with a core mechanism on which new rules and advanced removal strategies can be added. -.. IMPORTANT:: - This is an alpha version, the data model and design can change at any time without warning. - Only for development or testing purpose, do not use in production. - `More details on development status `_ - **Table of contents** .. contents:: diff --git a/stock_reserve_rule/__manifest__.py b/stock_reserve_rule/__manifest__.py index b952aafe3..cd2e8429a 100644 --- a/stock_reserve_rule/__manifest__.py +++ b/stock_reserve_rule/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Reservation Rules", "summary": "Configure reservation rules by location", - "version": "14.0.1.0.1", + "version": "14.0.1.1.0", "author": "Camptocamp, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Stock Management", @@ -25,6 +25,6 @@ "security/stock_reserve_rule_security.xml", ], "installable": True, - "development_status": "Alpha", + "development_status": "Beta", "license": "AGPL-3", } diff --git a/stock_reserve_rule/static/description/index.html b/stock_reserve_rule/static/description/index.html index 1c5ce39c6..5bc0e6c49 100644 --- a/stock_reserve_rule/static/description/index.html +++ b/stock_reserve_rule/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Alpha License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

This module adds rules for advanced reservation / removal strategies.

Rules are applied on a location and its sub-locations.

A rule can exclude quants or locations based on configurable criteria, @@ -402,12 +402,6 @@ first, by largest to smallest package or based on a pre-selected package

The module is meant to be extensible, with a core mechanism on which new rules and advanced removal strategies can be added.

-
-

Important

-

This is an alpha version, the data model and design can change at any time without warning. -Only for development or testing purpose, do not use in production. -More details on development status

-

Table of contents