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 Jan 3, 2025
1 parent 76c7c86 commit f3592e3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ addon | version | maintainers | summary
[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
[sale_order_qty_change_no_recompute](sale_order_qty_change_no_recompute/) | 17.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Prevent recompute if only quantity has changed in sale order line
[sale_order_revision](sale_order_revision/) | 17.0.1.0.0 | | Keep track of revised quotations
[sale_order_secondary_unit](sale_order_secondary_unit/) | 17.0.1.0.0 | | Sale product in a secondary unit
[sale_order_type](sale_order_type/) | 17.0.1.0.2 | | Sale Order Type
[sale_order_type_confirm_message](sale_order_type_confirm_message/) | 17.0.1.0.0 | | Confirmation requirement when validating sale
[sale_partner_incoterm](sale_partner_incoterm/) | 17.0.1.0.0 | | Set the customer preferred incoterm on each sales order
Expand Down
18 changes: 9 additions & 9 deletions sale_order_secondary_unit/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sale Order Secondary Unit
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b45b7689ba054c6a06dd97d394e18a22648e8133bb9cb1bb49ae3e8025df6bd3
!! source digest: sha256:3e89e2531d8e82819e39bb8ac0543465f9ea5778ca782c06108573829632400a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
Expand Down Expand Up @@ -77,15 +77,15 @@ Authors
Contributors
------------

- Tony Gu <[email protected]>
- Alexei Rivera <[email protected]>
- Kevin Roche <[email protected]>
- `Tecnativa <https://www.tecnativa.com>`__:
- Tony Gu <[email protected]>
- Alexei Rivera <[email protected]>
- Kevin Roche <[email protected]>
- `Tecnativa <https://www.tecnativa.com>`__:

- Carlos Dauden
- Sergio Teruel
- Ernesto Tejeda
- Pedro M. Baeza
- Carlos Dauden
- Sergio Teruel
- Ernesto Tejeda
- Pedro M. Baeza

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion sale_order_secondary_unit/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 Secondary Unit</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b45b7689ba054c6a06dd97d394e18a22648e8133bb9cb1bb49ae3e8025df6bd3
!! source digest: sha256:3e89e2531d8e82819e39bb8ac0543465f9ea5778ca782c06108573829632400a
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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_secondary_unit"><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_secondary_unit"><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 extends the functionality of sale orders to allow sale
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.20241219.1"
version = "17.0.20250103.0"
dependencies = [
"odoo-addon-partner_sale_pivot>=17.0dev,<17.1dev",
"odoo-addon-portal_sale_personal_data_only>=17.0dev,<17.1dev",
Expand Down Expand Up @@ -37,6 +37,7 @@ dependencies = [
"odoo-addon-sale_order_product_recommendation>=17.0dev,<17.1dev",
"odoo-addon-sale_order_qty_change_no_recompute>=17.0dev,<17.1dev",
"odoo-addon-sale_order_revision>=17.0dev,<17.1dev",
"odoo-addon-sale_order_secondary_unit>=17.0dev,<17.1dev",
"odoo-addon-sale_order_type>=17.0dev,<17.1dev",
"odoo-addon-sale_order_type_confirm_message>=17.0dev,<17.1dev",
"odoo-addon-sale_partner_incoterm>=17.0dev,<17.1dev",
Expand Down

0 comments on commit f3592e3

Please sign in to comment.