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 Jun 25, 2024
1 parent b7b543f commit 58c7620
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ addon | version | maintainers | summary
[stock_lot_scrap](stock_lot_scrap/) | 16.0.1.0.0 | | This module adds a button in Production Lot/Serial Number view form to Scrap all products contained.
[stock_move_free_reservation_reassign](stock_move_free_reservation_reassign/) | 16.0.1.0.1 | | Try to reassign a move when its reservation is removed due to the related quant becoming unavailable
[stock_move_line_auto_fill](stock_move_line_auto_fill/) | 16.0.1.1.0 | | Stock Move Line auto fill
[stock_move_line_change_lot](stock_move_line_change_lot/) | 16.0.1.0.0 | | Stock Move Line Change Lot
[stock_move_line_change_lot](stock_move_line_change_lot/) | 16.0.1.0.1 | | Stock Move Line Change Lot
[stock_move_line_expiration_date_required](stock_move_line_expiration_date_required/) | 16.0.1.0.2 | | Stock Move Line Expiration Date Required
[stock_move_line_reserved_quant](stock_move_line_reserved_quant/) | 16.0.1.0.0 | [![rousseldenis](https://github.com/rousseldenis.png?size=30px)](https://github.com/rousseldenis) | This module allows to get the link from a stock move line to the reserved quant
[stock_move_line_serial_unique](stock_move_line_serial_unique/) | 16.0.1.0.0 | | Stock Move Line Serial Unique
Expand Down
2 changes: 1 addition & 1 deletion stock_move_line_change_lot/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Stock Move Line Change Lot
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:394ef4225f56d5975c926ea5dbe89ecc59bed0ea141a4b24ccccd937847a33e6
!! source digest: sha256:eb1c2f900760adbaeeb01de50e8fa1ae4d0e550bf8951273325112ee3fa84b53
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion stock_move_line_change_lot/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "Stock Move Line Change Lot",
"version": "16.0.1.0.0",
"version": "16.0.1.0.1",
"license": "AGPL-3",
"author": "BCIM, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-workflow",
Expand Down
3 changes: 1 addition & 2 deletions stock_move_line_change_lot/static/description/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
Expand Down Expand Up @@ -367,7 +366,7 @@ <h1 class="title">Stock Move Line Change Lot</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:394ef4225f56d5975c926ea5dbe89ecc59bed0ea141a4b24ccccd937847a33e6
!! source digest: sha256:eb1c2f900760adbaeeb01de50e8fa1ae4d0e550bf8951273325112ee3fa84b53
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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-workflow/tree/16.0/stock_move_line_change_lot"><img alt="OCA/stock-logistics-workflow" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-workflow-16-0/stock-logistics-workflow-16-0-stock_move_line_change_lot"><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-workflow&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>Improve the standard process of changing a lot on a move line.</p>
Expand Down

0 comments on commit 58c7620

Please sign in to comment.