diff --git a/README.md b/README.md index 4b70c7b7a..8546f2a80 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ addon | version | maintainers | summary [mrp_production_split](mrp_production_split/) | 15.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Split Manufacturing Orders into smaller ones [mrp_progress_button](mrp_progress_button/) | 15.0.2.0.0 | | Add a button on MO to make the MO state 'In Progress' [mrp_sale_info](mrp_sale_info/) | 15.0.1.0.0 | | Adds sale information to Manufacturing models +[mrp_subcontracting_lot_number_propagation](mrp_subcontracting_lot_number_propagation/) | 15.0.0.1.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Propagate a serial number from a component to a finished product (subcontracting integration) [mrp_subcontracting_no_negative](mrp_subcontracting_no_negative/) | 15.0.0.1.0 | [![sebalix](https://github.com/sebalix.png?size=30px)](https://github.com/sebalix) | Disallow negative stock levels in subcontractor locations. [mrp_tag](mrp_tag/) | 15.0.1.0.0 | | Allows to add multiple tags to Manufacturing Orders [mrp_warehouse_calendar](mrp_warehouse_calendar/) | 15.0.1.0.1 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Considers the warehouse calendars in manufacturing diff --git a/mrp_subcontracting_lot_number_propagation/static/description/icon.png b/mrp_subcontracting_lot_number_propagation/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/mrp_subcontracting_lot_number_propagation/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 2396685cc..63bcca4e2 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20231011.0 \ No newline at end of file +15.0.20231108.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index c775ab8c4..0dab38330 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -32,6 +32,7 @@ setuptools.setup( 'odoo-addon-mrp_production_split>=15.0dev,<15.1dev', 'odoo-addon-mrp_progress_button>=15.0dev,<15.1dev', 'odoo-addon-mrp_sale_info>=15.0dev,<15.1dev', + 'odoo-addon-mrp_subcontracting_lot_number_propagation>=15.0dev,<15.1dev', 'odoo-addon-mrp_subcontracting_no_negative>=15.0dev,<15.1dev', 'odoo-addon-mrp_tag>=15.0dev,<15.1dev', 'odoo-addon-mrp_warehouse_calendar>=15.0dev,<15.1dev',