Files
manufacture/mrp_bom_find_ignore/__manifest__.py
Michael Tietz 2176a40e0e [ADD] mrp_bom_find_ignore: Mute _bom_find by adding 'ignore_bom_find' to the context
_bom_find will return an empty record set
2024-09-10 14:01:28 +02:00

16 lines
568 B
Python

# # Copyright 2023 Michael Tietz (MT Software) <mtietz@mt-software.de>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "MRP Bom Find Ignore",
"summary": "Adding 'ignore_bom_find' to the context "
"will let '_bom_find' return an empty record set",
"version": "14.0.1.0.0",
"category": "Manufacture",
"website": "https://github.com/OCA/manufacture",
"author": "MT Software, Odoo Community Association (OCA)",
"license": "LGPL-3",
"depends": ["mrp"],
"data": [],
"maintainers": ["mt-software-de"],
}