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 Aug 22, 2024
1 parent aae2f6b commit 6f91142
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ addon | version | maintainers | summary
[sale_order_line_menu](sale_order_line_menu/) | 17.0.1.0.0 | | Adds a Sale Order Lines Menu
[sale_order_line_sequence](sale_order_line_sequence/) | 17.0.1.0.1 | | Propagates SO line sequence to invoices and stock picking.
[sale_order_line_tag](sale_order_line_tag/) | 17.0.1.0.1 | [![smaciaosi](https://github.com/smaciaosi.png?size=30px)](https://github.com/smaciaosi) [![dreispt](https://github.com/dreispt.png?size=30px)](https://github.com/dreispt) [![ckolobow](https://github.com/ckolobow.png?size=30px)](https://github.com/ckolobow) | Add tags to classify sales order line reasons
[sale_order_lot_selection](sale_order_lot_selection/) | 17.0.1.0.0 | [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) | Sale Order Lot Selection
[sale_order_price_recalculation](sale_order_price_recalculation/) | 17.0.1.0.0 | | Recalculate prices / Reset descriptions on sale order lines
[sale_order_priority](sale_order_priority/) | 17.0.1.0.0 | | Define priority on sale orders
[sale_order_product_recommendation](sale_order_product_recommendation/) | 17.0.1.0.0 | [![sergio-teruel](https://github.com/sergio-teruel.png?size=30px)](https://github.com/sergio-teruel) [![rafaelbn](https://github.com/rafaelbn.png?size=30px)](https://github.com/rafaelbn) [![yajo](https://github.com/yajo.png?size=30px)](https://github.com/yajo) | Recommend products to sell to customer based on history
Expand Down
2 changes: 1 addition & 1 deletion sale_order_lot_selection/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sale Order Lot Selection
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cb69fa963bca91e66d50c98d87322af722603b8a08a0fa87d77c971423ce49cb
!! source digest: sha256:10860cb5225becab0d0a18e18e255643467d8c296d0cc3de834e2a85bac61824
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion sale_order_lot_selection/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Sale Order Lot Selection</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:cb69fa963bca91e66d50c98d87322af722603b8a08a0fa87d77c971423ce49cb
!! source digest: sha256:10860cb5225becab0d0a18e18e255643467d8c296d0cc3de834e2a85bac61824
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/sale-workflow/tree/17.0/sale_order_lot_selection"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_order_lot_selection"><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/sale-workflow&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows you to select a lot number on sale order line. This
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "odoo-addons-oca-sale-workflow"
version = "17.0.20240822.0"
version = "17.0.20240822.1"
dependencies = [
"odoo-addon-partner_sale_pivot>=17.0dev,<17.1dev",
"odoo-addon-product_form_sale_link>=17.0dev,<17.1dev",
Expand All @@ -26,6 +26,7 @@ dependencies = [
"odoo-addon-sale_order_line_menu>=17.0dev,<17.1dev",
"odoo-addon-sale_order_line_sequence>=17.0dev,<17.1dev",
"odoo-addon-sale_order_line_tag>=17.0dev,<17.1dev",
"odoo-addon-sale_order_lot_selection>=17.0dev,<17.1dev",
"odoo-addon-sale_order_price_recalculation>=17.0dev,<17.1dev",
"odoo-addon-sale_order_priority>=17.0dev,<17.1dev",
"odoo-addon-sale_order_product_recommendation>=17.0dev,<17.1dev",
Expand Down

0 comments on commit 6f91142

Please sign in to comment.