diff --git a/README.md b/README.md index bcf591ddce3..5695ea3f096 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [sale_cancel_reason](sale_cancel_reason/) | 17.0.1.0.0 | | Sale Cancel Reason [sale_commercial_partner](sale_commercial_partner/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Add stored related field 'Commercial Entity' on sale orders [sale_delivery_state](sale_delivery_state/) | 17.0.1.0.0 | | Show the delivery state on the sale order +[sale_exception](sale_exception/) | 17.0.1.0.0 | | Custom exceptions on sale order [sale_fixed_discount](sale_fixed_discount/) | 17.0.1.0.0 | | Allows to apply fixed amount discounts in sales orders. [sale_force_invoiced](sale_force_invoiced/) | 17.0.1.0.0 | | Allows to force the invoice status of the sales order to Invoiced [sale_order_archive](sale_order_archive/) | 17.0.1.0.0 | | Archive Sale Orders diff --git a/sale_exception/README.rst b/sale_exception/README.rst index a9f5e56d2bb..3ef4f9f0aa5 100644 --- a/sale_exception/README.rst +++ b/sale_exception/README.rst @@ -7,7 +7,7 @@ Sale Exception !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4afad3f062ea26e238dc3fbc683974249b44c26b5d6b09870caaa8d91eb1dcaa + !! source digest: sha256:02cf45502a42ed74a7de2eeb75f68950616d8d807656bff404181daeb39b6558 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_exception/static/description/index.html b/sale_exception/static/description/index.html index 04692816c73..bf1f879935e 100644 --- a/sale_exception/static/description/index.html +++ b/sale_exception/static/description/index.html @@ -366,7 +366,7 @@

Sale Exception

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:4afad3f062ea26e238dc3fbc683974249b44c26b5d6b09870caaa8d91eb1dcaa +!! source digest: sha256:02cf45502a42ed74a7de2eeb75f68950616d8d807656bff404181daeb39b6558 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/sale-workflow Translate me on Weblate Try me on Runboat

This module allows you attach several customizable exceptions to your diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 444a0d48126..f48f6eaa757 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-sale-workflow" -version = "17.0.20240424.0" +version = "17.0.20240428.0" dependencies = [ "odoo-addon-partner_sale_pivot>=17.0dev,<17.1dev", "odoo-addon-product_form_sale_link>=17.0dev,<17.1dev", "odoo-addon-sale_cancel_reason>=17.0dev,<17.1dev", "odoo-addon-sale_commercial_partner>=17.0dev,<17.1dev", "odoo-addon-sale_delivery_state>=17.0dev,<17.1dev", + "odoo-addon-sale_exception>=17.0dev,<17.1dev", "odoo-addon-sale_fixed_discount>=17.0dev,<17.1dev", "odoo-addon-sale_force_invoiced>=17.0dev,<17.1dev", "odoo-addon-sale_order_archive>=17.0dev,<17.1dev",