-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] stock_release_channel: Make _compute_picking_count hookable
- Loading branch information
1 parent
eca1a42
commit ef10934
Showing
5 changed files
with
142 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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| | ||
|
||
|
@@ -102,6 +102,7 @@ Authors | |
|
||
* Camptocamp | ||
* ACSONE SA/NV | ||
* MT Software | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
@@ -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 | ||
~~~~~~ | ||
|
@@ -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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
{ | ||
|
@@ -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", | ||
|
Oops, something went wrong.