diff --git a/README.md b/README.md index 7fbd8b9d7be..07d052eddd7 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ addon | version | maintainers | summary [sale_order_line_date](sale_order_line_date/) | 18.0.1.0.0 | | Adds a commitment date to each sale order line. [sale_order_line_menu](sale_order_line_menu/) | 18.0.1.0.0 | | Adds a Sale Order Lines Menu [sale_order_type](sale_order_type/) | 18.0.1.0.0 | | Sale Order Type +[sale_partner_selectable_option](sale_partner_selectable_option/) | 18.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Sale Partner Selectable Option [sale_procurement_group_by_line](sale_procurement_group_by_line/) | 18.0.1.0.0 | | Base module for multiple procurement group by Sale order [sale_sourced_by_line](sale_sourced_by_line/) | 18.0.1.0.0 | | Multiple warehouse source locations for Sale order diff --git a/sale_partner_selectable_option/README.rst b/sale_partner_selectable_option/README.rst index c2f1f8adc24..940996ae586 100644 --- a/sale_partner_selectable_option/README.rst +++ b/sale_partner_selectable_option/README.rst @@ -7,7 +7,7 @@ Sale Partner Selectable Option !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:89d65b7254f42288a61f34981549e8d4ccb9890dc4467dd62f2d6f8bfe6ce9af + !! source digest: sha256:3fcf699d282f41b1c2ae89e1c20e3c159b6873e3d471b1f2a5e9d73e481afcf0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_partner_selectable_option/static/description/index.html b/sale_partner_selectable_option/static/description/index.html index 94443e720d1..a93d3340711 100644 --- a/sale_partner_selectable_option/static/description/index.html +++ b/sale_partner_selectable_option/static/description/index.html @@ -367,7 +367,7 @@

Sale Partner Selectable Option

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:89d65b7254f42288a61f34981549e8d4ccb9890dc4467dd62f2d6f8bfe6ce9af +!! source digest: sha256:3fcf699d282f41b1c2ae89e1c20e3c159b6873e3d471b1f2a5e9d73e481afcf0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module limits the partners to be selected in the sales orders diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index d7a7985c936..70074461406 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-sale-workflow" -version = "18.0.20250203.0" +version = "18.0.20250208.0" dependencies = [ "odoo-addon-sale_automatic_workflow==18.0.*", "odoo-addon-sale_automatic_workflow_stock==18.0.*", @@ -11,6 +11,7 @@ dependencies = [ "odoo-addon-sale_order_line_date==18.0.*", "odoo-addon-sale_order_line_menu==18.0.*", "odoo-addon-sale_order_type==18.0.*", + "odoo-addon-sale_partner_selectable_option==18.0.*", "odoo-addon-sale_procurement_group_by_line==18.0.*", "odoo-addon-sale_sourced_by_line==18.0.*", ]