Skip to content

Commit 8df3d7d

Browse files
committed
[BOT] post-merge updates
1 parent 3f6dc8d commit 8df3d7d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ addon | version | maintainers | summary
2424
[sale_commercial_partner](sale_commercial_partner/) | 19.0.1.0.0 | <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Add stored related field 'Commercial Entity' on sale orders
2525
[sale_exception](sale_exception/) | 19.0.1.0.0 | | Custom exceptions on sale order
2626
[sale_force_invoiced](sale_force_invoiced/) | 19.0.1.0.0 | | Allows to force the invoice status of the sales order to Invoiced
27+
[sale_order_general_discount](sale_order_general_discount/) | 19.0.1.0.0 | | General discount per sale order
2728
[sale_order_line_note](sale_order_line_note/) | 19.0.1.0.0 | | Note on sale order line
2829
[sale_order_line_price_history](sale_order_line_price_history/) | 19.0.1.0.0 | <a href='https://github.com/CarlosRoca13'><img src='https://github.com/CarlosRoca13.png' width='32' height='32' style='border-radius:50%;' alt='CarlosRoca13'/></a> <a href='https://github.com/Shide'><img src='https://github.com/Shide.png' width='32' height='32' style='border-radius:50%;' alt='Shide'/></a> | Sale order line price history
2930
[sale_order_type](sale_order_type/) | 19.0.1.0.1 | | Sale Order Type

sale_order_general_discount/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Sale Order General Discount
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:dc305f87242dab2460692c690e2518c4e909517be6ecca4bda17b156ba03b181
14+
!! source digest: sha256:9777f0c954408f157e00c8caa6485d819a8c9684f680a163866f2b8fcc38b254
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png

sale_order_general_discount/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 General Discount</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:dc305f87242dab2460692c690e2518c4e909517be6ecca4bda17b156ba03b181
375+
!! source digest: sha256:9777f0c954408f157e00c8caa6485d819a8c9684f680a163866f2b8fcc38b254
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/19.0/sale_order_general_discount"><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_order_general_discount"><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 allows to set a general discount in a sales order. This

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[project]
22
name = "odoo-addons-oca-sale-workflow"
3-
version = "19.0.20251130.0"
3+
version = "19.0.20251203.0"
44
dependencies = [
55
"odoo-addon-sale_commercial_partner==19.0.*",
66
"odoo-addon-sale_exception==19.0.*",
77
"odoo-addon-sale_force_invoiced==19.0.*",
8+
"odoo-addon-sale_order_general_discount==19.0.*",
89
"odoo-addon-sale_order_line_note==19.0.*",
910
"odoo-addon-sale_order_line_price_history==19.0.*",
1011
"odoo-addon-sale_order_type==19.0.*",

0 commit comments

Comments
 (0)