Skip to content

Commit 0c059b3

Browse files
committed
[BOT] post-merge updates
1 parent a3ee5e7 commit 0c059b3

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ addon | version | maintainers | summary
4848
[sale_invoice_frequency](sale_invoice_frequency/) | 19.0.1.1.0 | <a href='https://github.com/Shide'><img src='https://github.com/Shide.png' width='32' height='32' style='border-radius:50%;' alt='Shide'/></a> <a href='https://github.com/yajo'><img src='https://github.com/yajo.png' width='32' height='32' style='border-radius:50%;' alt='yajo'/></a> <a href='https://github.com/EmilioPascual'><img src='https://github.com/EmilioPascual.png' width='32' height='32' style='border-radius:50%;' alt='EmilioPascual'/></a> | Define the invoice frequency for customers
4949
[sale_invoice_to_partner](sale_invoice_to_partner/) | 19.0.1.0.0 | | Set on a customer a separate partner in charge of receiving and paying its invoices, used as the invoice address on sales orders.
5050
[sale_last_price_info](sale_last_price_info/) | 19.0.1.0.0 | | Product Last Price Info - Sale
51+
[sale_line_name_option](sale_line_name_option/) | 19.0.1.0.0 | <a href='https://github.com/yostashiro'><img src='https://github.com/yostashiro.png' width='32' height='32' style='border-radius:50%;' alt='yostashiro'/></a> <a href='https://github.com/aungkokolin1997'><img src='https://github.com/aungkokolin1997.png' width='32' height='32' style='border-radius:50%;' alt='aungkokolin1997'/></a> | Display product description without reference code on sale order lines
5152
[sale_manual_delivery](sale_manual_delivery/) | 19.0.1.0.0 | | Create your deliveries manually
5253
[sale_order_approval_block](sale_order_approval_block/) | 19.0.1.0.0 | | Block sale orders with approval reasons
5354
[sale_order_archive](sale_order_archive/) | 19.0.1.0.0 | | Archive Sale Orders

sale_line_name_option/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sale Line Name Option
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:4256d155a4a3b72102bfa4d54b6f028947205a586818fe4066151b76a95102f3
14+
!! source digest: sha256:7529ce504a8643749c03af2bcbafd9694434ddbb3f604bc46be5dafe46ee57e7
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

sale_line_name_option/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Sale Line Name Option</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:4256d155a4a3b72102bfa4d54b6f028947205a586818fe4066151b76a95102f3
375+
!! source digest: sha256:7529ce504a8643749c03af2bcbafd9694434ddbb3f604bc46be5dafe46ee57e7
376376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377
<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/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/sale-workflow/tree/19.0/sale_line_name_option"><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-19-0/sale-workflow-19-0-sale_line_name_option"><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=19.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378378
<p>This module adds an option to display the product description without

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "odoo-addons-oca-sale-workflow"
3-
version = "19.0.20260730.0"
3+
version = "19.0.20260730.1"
44
dependencies = [
55
"odoo-addon-partner_sale_pivot==19.0.*",
66
"odoo-addon-portal_sale_list_extra_info==19.0.*",
@@ -28,6 +28,7 @@ dependencies = [
2828
"odoo-addon-sale_invoice_frequency==19.0.*",
2929
"odoo-addon-sale_invoice_to_partner==19.0.*",
3030
"odoo-addon-sale_last_price_info==19.0.*",
31+
"odoo-addon-sale_line_name_option==19.0.*",
3132
"odoo-addon-sale_manual_delivery==19.0.*",
3233
"odoo-addon-sale_order_approval_block==19.0.*",
3334
"odoo-addon-sale_order_archive==19.0.*",

0 commit comments

Comments
 (0)