diff --git a/README.md b/README.md index e1ccd32b65..b99284d497 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ addon | version | maintainers | summary [stock_release_channel_cutoff](stock_release_channel_cutoff/) | 16.0.1.0.1 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Add the cutoff time to the release channel [stock_release_channel_partner_delivery_window](stock_release_channel_partner_delivery_window/) | 16.0.1.0.1 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Allows to define an end date (and time) on a release channel and propagate it to the concerned pickings [stock_release_channel_partner_public_holidays](stock_release_channel_partner_public_holidays/) | 16.0.1.0.0 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Add an option to exclude the public holidays when assigning th release channel -[stock_release_channel_process_end_time](stock_release_channel_process_end_time/) | 16.0.1.1.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | Allows to define an end date (and time) on a release channel and propagate it to the concerned pickings +[stock_release_channel_process_end_time](stock_release_channel_process_end_time/) | 16.0.1.1.1 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Allows to define an end date (and time) on a release channel and propagate it to the concerned pickings [stock_release_channel_propagate_channel_picking](stock_release_channel_propagate_channel_picking/) | 16.0.1.0.0 | | Allows to propagate the channel to every picking that is created from the original one. [stock_release_channel_shipment_advice](stock_release_channel_shipment_advice/) | 16.0.1.0.0 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Plan shipment advices for ready and released pickings [stock_release_channel_shipment_lead_time](stock_release_channel_shipment_lead_time/) | 16.0.1.0.0 | [![jbaudoux](https://github.com/jbaudoux.png?size=30px)](https://github.com/jbaudoux) | Release channel with shipment lead time diff --git a/stock_release_channel_process_end_time/README.rst b/stock_release_channel_process_end_time/README.rst index 1b1714d4d5..84db9425a9 100644 --- a/stock_release_channel_process_end_time/README.rst +++ b/stock_release_channel_process_end_time/README.rst @@ -7,7 +7,7 @@ Stock Release Channel Process End Date !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ae1f452ccd6b1bf5e4319566de95d3a4aa1740d9a9572f80938b2956383ad573 + !! source digest: sha256:c803eadcae3dda5c35e54e3d7f5e85bbb0b04aa7777d01e5a122ede54e004f4d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -77,11 +77,13 @@ Authors ~~~~~~~ * ACSONE SA/NV +* BCIM Contributors ~~~~~~~~~~~~ * Denis Roussel +* Jacques-Etienne Baudoux (BCIM) Maintainers ~~~~~~~~~~~ @@ -99,10 +101,13 @@ promote its widespread use. .. |maintainer-rousseldenis| image:: https://github.com/rousseldenis.png?size=40px :target: https://github.com/rousseldenis :alt: rousseldenis +.. |maintainer-jbaudoux| image:: https://github.com/jbaudoux.png?size=40px + :target: https://github.com/jbaudoux + :alt: jbaudoux -Current `maintainer `__: +Current `maintainers `__: -|maintainer-rousseldenis| +|maintainer-rousseldenis| |maintainer-jbaudoux| This module is part of the `OCA/wms `_ project on GitHub. diff --git a/stock_release_channel_process_end_time/__manifest__.py b/stock_release_channel_process_end_time/__manifest__.py index 4e5b5e4b70..625e3a1825 100644 --- a/stock_release_channel_process_end_time/__manifest__.py +++ b/stock_release_channel_process_end_time/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ Allows to define an end date (and time) on a release channel and propagate it to the concerned pickings""", - "version": "16.0.1.1.0", + "version": "16.0.1.1.1", "license": "AGPL-3", "maintainers": ["rousseldenis", "jbaudoux"], "author": "ACSONE SA/NV,BCIM,Odoo Community Association (OCA)", diff --git a/stock_release_channel_process_end_time/static/description/index.html b/stock_release_channel_process_end_time/static/description/index.html index 6b17c221a7..b8f902f51e 100644 --- a/stock_release_channel_process_end_time/static/description/index.html +++ b/stock_release_channel_process_end_time/static/description/index.html @@ -366,7 +366,7 @@

Stock Release Channel Process End Date

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ae1f452ccd6b1bf5e4319566de95d3a4aa1740d9a9572f80938b2956383ad573 +!! source digest: sha256:c803eadcae3dda5c35e54e3d7f5e85bbb0b04aa7777d01e5a122ede54e004f4d !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/wms Translate me on Weblate Try me on Runboat

This module allows to set an end time on a release channel that will be transmitted on @@ -423,12 +423,14 @@

Credits

Authors

  • ACSONE SA/NV
  • +
  • BCIM

Contributors

@@ -438,8 +440,8 @@

Maintainers

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

Current maintainer:

-

rousseldenis

+

Current maintainers:

+

rousseldenis jbaudoux

This module is part of the OCA/wms project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.