diff --git a/README.md b/README.md index 47406995..6aabafc1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [mrp_bom_structure_xlsx](mrp_bom_structure_xlsx/) | 16.0.1.0.1 | | Export BoM Structure to Excel .XLSX +[mrp_bom_structure_xlsx_level_1](mrp_bom_structure_xlsx_level_1/) | 16.0.1.0.0 | | Export BOM Structure (Level 1) to Excel .XLSX [mrp_flattened_bom_xlsx](mrp_flattened_bom_xlsx/) | 16.0.1.0.0 | | Export Flattened BOM to Excel [mrp_flattened_bom_xlsx_direct_materials_cost](mrp_flattened_bom_xlsx_direct_materials_cost/) | 16.0.1.0.0 | | Export Flattened BOM to Excel with direct materials cost [mrp_flattened_bom_xlsx_subcontracting_cost](mrp_flattened_bom_xlsx_subcontracting_cost/) | 16.0.1.0.0 | | Export Flattened BOM to Excel with subcontracting cost diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index cbed8568..0f9fde99 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20231030.1 \ No newline at end of file +16.0.20240221.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index f3d6efb2..3aa633d6 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -9,6 +9,7 @@ version=version, install_requires=[ 'odoo-addon-mrp_bom_structure_xlsx>=16.0dev,<16.1dev', + 'odoo-addon-mrp_bom_structure_xlsx_level_1>=16.0dev,<16.1dev', 'odoo-addon-mrp_flattened_bom_xlsx>=16.0dev,<16.1dev', 'odoo-addon-mrp_flattened_bom_xlsx_direct_materials_cost>=16.0dev,<16.1dev', 'odoo-addon-mrp_flattened_bom_xlsx_subcontracting_cost>=16.0dev,<16.1dev',