Skip to content

Commit da6575e

Browse files
committed
[BOT] post-merge updates
1 parent 87eae30 commit da6575e

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
@@ -99,7 +99,7 @@ addon | version | maintainers | summary
9999
[sale_order_requested_delivery](sale_order_requested_delivery/) | 18.0.1.0.0 | | This module adds two new fields `requested_delivery_period_start` and `requested_delivery_period_end` to both the `sale.order` and `sale.order.line` models.
100100
[sale_order_restrict_copy_archived_product](sale_order_restrict_copy_archived_product/) | 18.0.1.0.0 | | Restrict dulpication of sales order if they have archived products
101101
[sale_order_revision](sale_order_revision/) | 18.0.1.0.1 | | Keep track of revised quotations
102-
[sale_order_secondary_unit](sale_order_secondary_unit/) | 18.0.1.0.1 | | Sale product in a secondary unit
102+
[sale_order_secondary_unit](sale_order_secondary_unit/) | 18.0.1.0.2 | | Sale product in a secondary unit
103103
[sale_order_split_strategy](sale_order_split_strategy/) | 18.0.1.1.0 | <a href='https://github.com/grindtildeath'><img src='https://github.com/grindtildeath.png' width='32' height='32' style='border-radius:50%;' alt='grindtildeath'/></a> | Define strategies to split sales orders
104104
[sale_order_tag](sale_order_tag/) | 18.0.1.0.0 | <a href='https://github.com/patrickrwilson'><img src='https://github.com/patrickrwilson.png' width='32' height='32' style='border-radius:50%;' alt='patrickrwilson'/></a> | Adds Tags to Sales Orders.
105105
[sale_order_team_from_product](sale_order_team_from_product/) | 18.0.1.0.0 | | Set Sales Team on quotations from product Sales Teams

sale_order_secondary_unit/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sale Order Secondary Unit
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:7ffc87bcee58eacbd472a2b17123ee8e80c5ee9abd4aaf9b98d76a481f8f7f2c
14+
!! source digest: sha256:d081baf66967bd8894cfe05bb3173c27ca67d29d89964fc727de60824393eb5c
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |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": "18.0.1.0.1",
6+
"version": "18.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
@@ -372,7 +372,7 @@ <h1>Sale Order Secondary Unit</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:7ffc87bcee58eacbd472a2b17123ee8e80c5ee9abd4aaf9b98d76a481f8f7f2c
375+
!! source digest: sha256:d081baf66967bd8894cfe05bb3173c27ca67d29d89964fc727de60824393eb5c
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/sale-workflow/tree/18.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-18-0/sale-workflow-18-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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module extends the functionality of sale orders to allow sale

0 commit comments

Comments
 (0)