[ADD] mrp_bom_find_ignore: Mute _bom_find by adding 'ignore_bom_find' to the context

_bom_find will return an empty record set
This commit is contained in:
Michael Tietz
2023-08-07 12:05:33 +02:00
parent 316c6117c1
commit 2176a40e0e
12 changed files with 563 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../../mrp_bom_find_ignore

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)