Skip to content

Commit

Permalink
[IMP] stock_release_channel: Make _compute_picking_count hookable
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-software-de committed Jul 31, 2023
1 parent eca1a42 commit ef10934
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 85 deletions.
15 changes: 10 additions & 5 deletions stock_release_channel/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Stock Release Channels
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/wms-14-0/wms-14-0-stock_release_channel
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/285/14.0
:alt: Try me on Runbot
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/wms&target_branch=14.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

Expand Down Expand Up @@ -102,6 +102,7 @@ Authors

* Camptocamp
* ACSONE SA/NV
* MT Software

Contributors
~~~~~~~~~~~~
Expand All @@ -111,6 +112,7 @@ Contributors
* Sébastien Alix <[email protected]>
* Jacques-Etienne Baudoux <[email protected]>
* Laurent Mignon <[email protected]>
* Michael Tietz (MT Software) <[email protected]>

Design
~~~~~~
Expand Down Expand Up @@ -142,10 +144,13 @@ promote its widespread use.
.. |maintainer-sebalix| image:: https://github.com/sebalix.png?size=40px
:target: https://github.com/sebalix
:alt: sebalix
.. |maintainer-mt-software-de| image:: https://github.com/mt-software-de.png?size=40px
:target: https://github.com/mt-software-de
:alt: mt-software-de

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-sebalix|
|maintainer-sebalix| |maintainer-mt-software-de|

This module is part of the `OCA/wms <https://github.com/OCA/wms/tree/14.0/stock_release_channel>`_ project on GitHub.

Expand Down
5 changes: 3 additions & 2 deletions stock_release_channel/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright 2020 Camptocamp
# Copyright 2023 Michael Tietz (MT Software) <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)

{
Expand All @@ -7,8 +8,8 @@
"version": "14.0.2.1.0",
"development_status": "Beta",
"license": "AGPL-3",
"author": "Camptocamp, ACSONE SA/NV,Odoo Community Association (OCA)",
"maintainers": ["sebalix"],
"author": "Camptocamp, ACSONE SA/NV, MT Software, Odoo Community Association (OCA)",
"maintainers": ["sebalix", "mt-software-de"],
"website": "https://github.com/OCA/wms",
"depends": [
"sale_stock",
Expand Down
Loading

0 comments on commit ef10934

Please sign in to comment.