Skip to content

Commit 0fbc746

Browse files
committed
[BOT] post-merge updates
1 parent 2ca4f15 commit 0fbc746

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
@@ -40,7 +40,7 @@ addon | version | maintainers | summary
4040
[sale_delivery_state](sale_delivery_state/) | 18.0.1.1.0 | | Show the delivery state on the sale order
4141
[sale_discount_display_amount](sale_discount_display_amount/) | 18.0.1.0.0 | | This addon intends to display the amount of the discount computed on sale_order_line and sale_order level
4242
[sale_elaboration](sale_elaboration/) | 18.0.1.0.1 | <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/rafaelbn'><img src='https://github.com/rafaelbn.png' width='32' height='32' style='border-radius:50%;' alt='rafaelbn'/></a> <a href='https://github.com/sergio-teruel'><img src='https://github.com/sergio-teruel.png' width='32' height='32' style='border-radius:50%;' alt='sergio-teruel'/></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> | Set an elaboration for any sale line
43-
[sale_exception](sale_exception/) | 18.0.1.1.0 | | Custom exceptions on sale order
43+
[sale_exception](sale_exception/) | 18.0.1.2.0 | | Custom exceptions on sale order
4444
[sale_exception_product_sale_manufactured_for](sale_exception_product_sale_manufactured_for/) | 18.0.1.0.0 | | The partner set in the sales order can order only if he/she has a commercial entity that is listed as one of the partners for which the products can be manufactured for.
4545
[sale_fixed_discount](sale_fixed_discount/) | 18.0.1.0.0 | | Allows to apply fixed amount discounts in sales orders.
4646
[sale_force_invoiced](sale_force_invoiced/) | 18.0.1.0.1 | | Allows to force the invoice status of the sales order to Invoiced

sale_exception/README.rst

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

sale_exception/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Sale Exception",
77
"summary": "Custom exceptions on sale order",
8-
"version": "18.0.1.1.0",
8+
"version": "18.0.1.2.0",
99
"category": "Generic Modules/Sale",
1010
"author": "Akretion, "
1111
"Sodexis, "

sale_exception/static/description/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h1>Sale Exception</h1>
372372
!! This file is generated by oca-gen-addon-readme !!
373373
!! changes will be overwritten. !!
374374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375-
!! source digest: sha256:691db524e78eb90e7f71844a157dbab576013a50aaaefc76b9e90587a9996878
375+
!! source digest: sha256:36b21e70ed28b6d0bd51dd8713b9d99984942b4ce9b7d8ab7aaf57d59626e54e
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/18.0/sale_exception"><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_exception"><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 allows you attach several customizable exceptions to your

0 commit comments

Comments
 (0)