Skip to content

Commit c99964f

Browse files
committed
[BOT] post-merge updates
1 parent fffb4bc commit c99964f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ addon | version | maintainers | summary
6060
[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
6161
[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
6262
[sale_order_revision](sale_order_revision/) | 17.0.1.0.0 | | Keep track of revised quotations
63-
[sale_order_secondary_unit](sale_order_secondary_unit/) | 17.0.1.0.1 | | Sale product in a secondary unit
63+
[sale_order_secondary_unit](sale_order_secondary_unit/) | 17.0.1.0.2 | | Sale product in a secondary unit
6464
[sale_order_type](sale_order_type/) | 17.0.1.0.2 | | Sale Order Type
6565
[sale_order_type_confirm_message](sale_order_type_confirm_message/) | 17.0.1.0.0 | | Confirmation requirement when validating sale
6666
[sale_partner_address_restrict](sale_partner_address_restrict/) | 17.0.1.1.0 | | Restrict addresses domain in the sales order form taking into account the partner selected

sale_order_secondary_unit/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Sale Order Secondary Unit
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:a29ba39b523a71f8810db0e1ebfa3bc2e72be171bc3da9dfedaab16f47225d40
10+
!! source digest: sha256:0c790c32faf95829d44636ee7fff1356c900ec06adc69dded0447cc14b11872d
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

sale_order_secondary_unit/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Sale Order Secondary Unit",
55
"summary": "Sale product in a secondary unit",
6-
"version": "17.0.1.0.1",
6+
"version": "17.0.1.0.2",
77
"development_status": "Production/Stable",
88
"category": "Sale",
99
"website": "https://github.com/OCA/sale-workflow",

sale_order_secondary_unit/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h1 class="title">Sale Order Secondary Unit</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:a29ba39b523a71f8810db0e1ebfa3bc2e72be171bc3da9dfedaab16f47225d40
370+
!! source digest: sha256:0c790c32faf95829d44636ee7fff1356c900ec06adc69dded0447cc14b11872d
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<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>
373373
<p>This module extends the functionality of sale orders to allow sale

0 commit comments

Comments
 (0)