Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-grap-bot committed Nov 1, 2024
1 parent 8bc7bfd commit a088360
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down
11 changes: 10 additions & 1 deletion shift/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <https://github.com/beescoop/Obeesdoo/issues/535>`_)


12.0.5.0.1 (2023-06-20)
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion shift/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions shift/readme/HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/beescoop/Obeesdoo/issues/535>`_)


12.0.5.0.1 (2023-06-20)
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 0 additions & 2 deletions shift/readme/newsfragments/535.bugfix.rst

This file was deleted.

0 comments on commit a088360

Please sign in to comment.