diff --git a/README.md b/README.md index e604b1eaa7a..e4d86c5286a 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ addon | version | maintainers | summary [sale_last_price_info](sale_last_price_info/) | 15.0.1.0.1 | | Product Last Price Info - Sale [sale_missing_tracking](sale_missing_tracking/) | 15.0.1.0.2 | [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) | Tracking sale missing products [sale_missing_tracking_tier_validation](sale_missing_tracking_tier_validation/) | 15.0.1.0.0 | | Extends the functionality of Sale missing tracking exceptions to support a tier validation process. +[sale_mrp_bom](sale_mrp_bom/) | 15.0.1.0.0 | | Allows define a BOM in the sales lines. [sale_order_archive](sale_order_archive/) | 15.0.1.0.1 | | Archive Sale Orders [sale_order_carrier_auto_assign](sale_order_carrier_auto_assign/) | 15.0.1.0.1 | | Auto assign delivery carrier on sale order confirmation [sale_order_discount_invoicing](sale_order_discount_invoicing/) | 15.0.1.0.0 | | Sale Discount Invoicing diff --git a/sale_mrp_bom/README.rst b/sale_mrp_bom/README.rst index 069f4a3b515..b8ee1206c97 100644 --- a/sale_mrp_bom/README.rst +++ b/sale_mrp_bom/README.rst @@ -7,7 +7,7 @@ Sale MRP BOM !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:02c5cc956365913c1a8efcecd4f79b0178ae3b1bc2ee458268a514c6ec75d04c + !! source digest: sha256:288efb971b15d45e20572c3e5cb1fc6d399d582d12845ca9e9735f48aa9917cc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/sale_mrp_bom/static/description/index.html b/sale_mrp_bom/static/description/index.html index 2b629673da6..eb045d17732 100644 --- a/sale_mrp_bom/static/description/index.html +++ b/sale_mrp_bom/static/description/index.html @@ -367,7 +367,7 @@

Sale MRP BOM

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:02c5cc956365913c1a8efcecd4f79b0178ae3b1bc2ee458268a514c6ec75d04c +!! source digest: sha256:288efb971b15d45e20572c3e5cb1fc6d399d582d12845ca9e9735f48aa9917cc !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This modules allows to specify a Bill Of Materials directly inside a sale order line. It is specially useful to select alternative manufacturing and sub-contracting routings.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index a095b71e3ce..e539d20abfc 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20250212.0 \ No newline at end of file +15.0.20250310.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index af672e1f89c..2d00ae71389 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -44,6 +44,7 @@ 'odoo-addon-sale_last_price_info>=15.0dev,<15.1dev', 'odoo-addon-sale_missing_tracking>=15.0dev,<15.1dev', 'odoo-addon-sale_missing_tracking_tier_validation>=15.0dev,<15.1dev', + 'odoo-addon-sale_mrp_bom>=15.0dev,<15.1dev', 'odoo-addon-sale_order_archive>=15.0dev,<15.1dev', 'odoo-addon-sale_order_carrier_auto_assign>=15.0dev,<15.1dev', 'odoo-addon-sale_order_discount_invoicing>=15.0dev,<15.1dev',