diff --git a/README.md b/README.md index a02443f00..5a48e6927 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ addon | version | maintainers | summary [mrp_bom_attribute_match_duplicate_kit](mrp_bom_attribute_match_duplicate_kit/) | 14.0.1.1.1 | [![aleuffre](https://github.com/aleuffre.png?size=30px)](https://github.com/aleuffre) | BOM Attribute Match Duplicate Kit [mrp_bom_attribute_match_semifinished_product](mrp_bom_attribute_match_semifinished_product/) | 14.0.1.0.1 | [![geomer198](https://github.com/geomer198.png?size=30px)](https://github.com/geomer198) [![CetmixGitDrone](https://github.com/CetmixGitDrone.png?size=30px)](https://github.com/CetmixGitDrone) | BOM Attribute Match Semifinished Products [mrp_bom_component_menu](mrp_bom_component_menu/) | 14.0.1.1.1 | | MRP BOM Component Menu +[mrp_bom_find_ignore](mrp_bom_find_ignore/) | 14.0.1.0.0 | [![mt-software-de](https://github.com/mt-software-de.png?size=30px)](https://github.com/mt-software-de) | Adding 'ignore_bom_find' to the context will let '_bom_find' return an empty record set [mrp_bom_hierarchy](mrp_bom_hierarchy/) | 14.0.1.0.0 | | Make it easy to navigate through BoM hierarchy. [mrp_bom_line_sequence](mrp_bom_line_sequence/) | 14.0.1.0.0 | | Manages the order of BOM lines by displaying its sequence [mrp_bom_location](mrp_bom_location/) | 14.0.1.0.1 | | Adds location field to Bill of Materials and its components. diff --git a/mrp_bom_find_ignore/static/description/icon.png b/mrp_bom_find_ignore/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/mrp_bom_find_ignore/static/description/icon.png differ diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index e6a9682d7..91e2ff0bc 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20240828.0 \ No newline at end of file +14.0.20240910.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 9911260b1..4eb5e55a2 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -19,6 +19,7 @@ setuptools.setup( 'odoo14-addon-mrp_bom_attribute_match_duplicate_kit', 'odoo14-addon-mrp_bom_attribute_match_semifinished_product', 'odoo14-addon-mrp_bom_component_menu', + 'odoo14-addon-mrp_bom_find_ignore', 'odoo14-addon-mrp_bom_hierarchy', 'odoo14-addon-mrp_bom_line_sequence', 'odoo14-addon-mrp_bom_location',