Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 2, 2023
1 parent e42bde3 commit 3f671e2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ addon | version | maintainers | summary
[stock_location_position](stock_location_position/) | 16.0.1.0.0 | | Add coordinate attributes on stock location.
[stock_location_product_restriction](stock_location_product_restriction/) | 16.0.1.0.0 | [![lmignon](https://github.com/lmignon.png?size=30px)](https://github.com/lmignon) [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | Prevent to mix different products into the same stock location
[stock_location_zone](stock_location_zone/) | 16.0.1.0.1 | | Classify locations with zones.
[stock_move_auto_assign](stock_move_auto_assign/) | 16.0.1.1.0 | | Try to reserve moves when goods enter in a location
[stock_move_auto_assign_auto_release](stock_move_auto_assign_auto_release/) | 16.0.1.1.0 | | Auto release moves after auto assign
[stock_move_auto_assign](stock_move_auto_assign/) | 16.0.1.1.1 | | Try to reserve moves when goods enter in a location
[stock_move_auto_assign_auto_release](stock_move_auto_assign_auto_release/) | 16.0.1.1.1 | | Auto release moves after auto assign
[stock_move_common_dest](stock_move_common_dest/) | 16.0.1.0.1 | | Adds field for common destination moves
[stock_move_location](stock_move_location/) | 16.0.1.2.0 | | This module allows to move all stock in a stock location to an other one.
[stock_move_packaging_qty](stock_move_packaging_qty/) | 16.0.1.1.0 | [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Add packaging fields in the stock moves
Expand Down
2 changes: 1 addition & 1 deletion stock_move_auto_assign/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Stock Move Auto Assign
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:6200a4820f4bd039dd2e1670c1a7e1fce4dcfd0ae114b086fb7fdf2cf9b7ba78
!! source digest: sha256:e5ef14f525b451ebc94486db5028762a1d91fb685d275edb6278f53bd29c36c1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion stock_move_auto_assign/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Stock Move Auto Assign",
"summary": "Try to reserve moves when goods enter in a location",
"version": "16.0.1.1.0",
"version": "16.0.1.1.1",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Stock Management",
Expand Down
2 changes: 1 addition & 1 deletion stock_move_auto_assign/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Stock Move Auto Assign</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:6200a4820f4bd039dd2e1670c1a7e1fce4dcfd0ae114b086fb7fdf2cf9b7ba78
!! source digest: sha256:e5ef14f525b451ebc94486db5028762a1d91fb685d275edb6278f53bd29c36c1
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_move_auto_assign"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_move_auto_assign"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Automatically check availability of stock moves when a move is set to “done”.</p>
Expand Down
2 changes: 1 addition & 1 deletion stock_move_auto_assign_auto_release/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Stock Move Auto Assign Auto Release
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:62d1d18cc306d3d9ffb627e5bbc5e86cc043d34ddeac98a6c58f20db75158fd3
!! source digest: sha256:015936882c2876488bc79f1e635cc0629dbe4304f7b1341065f7d6f7728e86ae
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion stock_move_auto_assign_auto_release/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Stock Move Auto Assign Auto Release",
"summary": """
Auto release moves after auto assign""",
"version": "16.0.1.1.0",
"version": "16.0.1.1.1",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Stock Move Auto Assign Auto Release</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:62d1d18cc306d3d9ffb627e5bbc5e86cc043d34ddeac98a6c58f20db75158fd3
!! source digest: sha256:015936882c2876488bc79f1e635cc0629dbe4304f7b1341065f7d6f7728e86ae
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_move_auto_assign_auto_release"><img alt="OCA/stock-logistics-warehouse" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--warehouse-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_move_auto_assign_auto_release"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Automatically release stock moves when a move is set to “done” and the product
Expand Down

0 comments on commit 3f671e2

Please sign in to comment.