diff --git a/README.md b/README.md index 0b6b31e39..433e8ee95 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ addon | version | maintainers | summary [mrp_workorder_lock_planning](mrp_workorder_lock_planning/) | 15.0.1.0.0 | [](https://github.com/grindtildeath) | Lock the planning of a MRP workorder to avoid rescheduling [mrp_workorder_lot_display](mrp_workorder_lot_display/) | 15.0.1.0.0 | [](https://github.com/grindtildeath) | Display lot number on workorders kanban [mrp_workorder_sequence](mrp_workorder_sequence/) | 15.0.1.2.0 | [](https://github.com/LoisRForgeFlow) | adds sequence to production work orders. +[purchase_mrp_distribution](purchase_mrp_distribution/) | 15.0.1.0.0 | | Purchase MRP Distribution [quality_control_oca](quality_control_oca/) | 15.0.1.0.0 | | Generic infrastructure for quality tests. [quality_control_stock_oca](quality_control_stock_oca/) | 15.0.1.0.0 | | Quality control - Stock (OCA) [stock_picking_product_kit_helper](stock_picking_product_kit_helper/) | 15.0.0.1.0 | [](https://github.com/kittiu) | Set quanity in picking line based on product kit quantity diff --git a/purchase_mrp_distribution/README.rst b/purchase_mrp_distribution/README.rst index 3bb3e645c..da6c1deb9 100644 --- a/purchase_mrp_distribution/README.rst +++ b/purchase_mrp_distribution/README.rst @@ -7,7 +7,7 @@ Purchase MRP Distribution !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:51d9b4cab80068fcea738841c68a570388273d7cde664d9603cad40b83184c13 + !! source digest: sha256:4bbd083070a56bbf9b77fa865d58eb3a5bed9e94afe89bace12e0c24f17a3619 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/purchase_mrp_distribution/static/description/icon.png b/purchase_mrp_distribution/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/purchase_mrp_distribution/static/description/icon.png differ diff --git a/purchase_mrp_distribution/static/description/index.html b/purchase_mrp_distribution/static/description/index.html index f9a0553e8..ed1ff68f3 100644 --- a/purchase_mrp_distribution/static/description/index.html +++ b/purchase_mrp_distribution/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:51d9b4cab80068fcea738841c68a570388273d7cde664d9603cad40b83184c13 +!! source digest: sha256:4bbd083070a56bbf9b77fa865d58eb3a5bed9e94afe89bace12e0c24f17a3619 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows you to buy a product that will be divided into others without diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 3bcd18783..5f233a567 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20240920.1 \ No newline at end of file +15.0.20241112.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 6e2807729..353b70f07 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -46,6 +46,7 @@ setuptools.setup( 'odoo-addon-mrp_workorder_lock_planning>=15.0dev,<15.1dev', 'odoo-addon-mrp_workorder_lot_display>=15.0dev,<15.1dev', 'odoo-addon-mrp_workorder_sequence>=15.0dev,<15.1dev', + 'odoo-addon-purchase_mrp_distribution>=15.0dev,<15.1dev', 'odoo-addon-quality_control_oca>=15.0dev,<15.1dev', 'odoo-addon-quality_control_stock_oca>=15.0dev,<15.1dev', 'odoo-addon-stock_picking_product_kit_helper>=15.0dev,<15.1dev',