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 99c47bd commit af23665
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 @@ -29,7 +29,7 @@ addon | version | maintainers | summary
[portal_pos_order_amount](portal_pos_order_amount/) | 16.0.1.0.0 | | Show the total amount of pos order in the website portal.
[product_main_supplier](product_main_supplier/) | 16.0.1.0.0 | | Add a main supplier
[purchase_order_responsible](purchase_order_responsible/) | 16.0.1.0.0 | [![victor-champonnois](https://github.com/victor-champonnois.png?size=30px)](https://github.com/victor-champonnois) | Adds a 'Responsible' field to purchase orders
[shift](shift/) | 16.0.1.1.0 | | Generate and manage shifts for cooperators.
[shift](shift/) | 16.0.1.1.1 | | Generate and manage shifts for cooperators.
[shift_beneficiary](shift_beneficiary/) | 16.0.1.1.0 | [![victor-champonnois](https://github.com/victor-champonnois.png?size=30px)](https://github.com/victor-champonnois) | Add a 'beneficiary' field on shifts
[shift_portal](shift_portal/) | 16.0.1.1.0 | | Show available shifts for regular and irregular workers on the website and let workers manage their shifts with an easy web interface.

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:e634c5fc25160c4934120a96554a4441682b43dcd468173e6e8f450bbf62a484
!! source digest: sha256:0d5c51a0ceadd42e75fab41e6530a6e270957b77b33eae65266931089f1d95de
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -50,6 +50,15 @@ Configuration
Changelog
=========

16.0.1.1.1 (2024-11-01)
~~~~~~~~~~~~~~~~~~~~~~~

**Bugfixes**

- Correctly recompute ``can_shop`` on partner when the value changes in the
``cooperative_status``. (`#536 <https://github.com/beescoop/Obeesdoo/issues/536>`_)


12.0.2.1.0 (2022-06-21)
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion shift/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
""",
"website": "https://github.com/beescoop/Obeesdoo",
"category": "Cooperative management",
"version": "16.0.1.1.0",
"version": "16.0.1.1.1",
"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 @@
16.0.1.1.1 (2024-11-01)
~~~~~~~~~~~~~~~~~~~~~~~

**Bugfixes**

- Correctly recompute ``can_shop`` on partner when the value changes in the
``cooperative_status``. (`#536 <https://github.com/beescoop/Obeesdoo/issues/536>`_)


12.0.2.1.0 (2022-06-21)
~~~~~~~~~~~~~~~~~~~~~~~

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

This file was deleted.

0 comments on commit af23665

Please sign in to comment.