From a088360344041520f8a9601ba25f9bc1be2f1fdd Mon Sep 17 00:00:00 2001 From: Github GRAP Bot Date: Fri, 1 Nov 2024 10:49:52 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- shift/README.rst | 11 ++++++++++- shift/__manifest__.py | 2 +- shift/readme/HISTORY.rst | 9 +++++++++ shift/readme/newsfragments/535.bugfix.rst | 2 -- 5 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 shift/readme/newsfragments/535.bugfix.rst diff --git a/README.md b/README.md index 5bd31c9ac..d45139a0b 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ addon | version | maintainers | summary [sale_adapt_price_wizard](sale_adapt_price_wizard/) | 12.0.1.0.1 | | Add "Edit Price" submenu on Purchase and Sale modules. [sale_product_deposit](sale_product_deposit/) | 12.0.1.0.1 | | Calculates total price with VAT and deposit price. [sale_suggested_price](sale_suggested_price/) | 12.0.1.0.0 | | Add a suggested price to products, dependent on a product margin in partners and product categories. -[shift](shift/) | 12.0.5.0.1 | | Generate and manage shifts for cooperators. +[shift](shift/) | 12.0.5.0.2 | | Generate and manage shifts for cooperators. [shift_attendance](shift_attendance/) | 12.0.2.0.0 | | Volunteer Timetable Management [shift_worker_status](shift_worker_status/) | 12.0.2.0.1 | | Worker status management. [stock_move_view_line_order](stock_move_view_line_order/) | 12.0.2.1.0 | | Reverse the order of stock move lines to 'newest to oldest'. diff --git a/shift/README.rst b/shift/README.rst index 2d2f5b5c7..b0ad19143 100644 --- a/shift/README.rst +++ b/shift/README.rst @@ -7,7 +7,7 @@ Shift Management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e3b51a99918b54d9a8fc7f611c704decca3ad48131933dc726debaa726ecf7a8 + !! source digest: sha256:6457047accee8c2bfb2ab845b69d2cdab9be85adc7942afd06c5f6e0c3b79905 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -50,6 +50,15 @@ Configuration Changelog ========= +12.0.5.0.2 (2024-11-01) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Correctly recompute ``can_shop`` on partner when the value changes in the + ``cooperative_status``. (`#535 `_) + + 12.0.5.0.1 (2023-06-20) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/shift/__manifest__.py b/shift/__manifest__.py index ee30b445c..454f2730e 100644 --- a/shift/__manifest__.py +++ b/shift/__manifest__.py @@ -14,7 +14,7 @@ ), "website": "https://github.com/beescoop/Obeesdoo", "category": "Cooperative management", - "version": "12.0.5.0.1", + "version": "12.0.5.0.2", "depends": ["mail"], "data": [ "data/system_parameter.xml", diff --git a/shift/readme/HISTORY.rst b/shift/readme/HISTORY.rst index b1c62e430..d2d0c8d37 100644 --- a/shift/readme/HISTORY.rst +++ b/shift/readme/HISTORY.rst @@ -1,3 +1,12 @@ +12.0.5.0.2 (2024-11-01) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Bugfixes** + +- Correctly recompute ``can_shop`` on partner when the value changes in the + ``cooperative_status``. (`#535 `_) + + 12.0.5.0.1 (2023-06-20) ~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/shift/readme/newsfragments/535.bugfix.rst b/shift/readme/newsfragments/535.bugfix.rst deleted file mode 100644 index 6cacd8344..000000000 --- a/shift/readme/newsfragments/535.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Correctly recompute ``can_shop`` on partner when the value changes in the -``cooperative_status``.