mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
16 lines
568 B
Python
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"],
|
|
}
|