Add generated README and setup files

This commit is contained in:
Alfredo
2024-06-26 10:56:57 +02:00
parent ab1288a912
commit 8b828f66f8
2 changed files with 7 additions and 0 deletions

View File

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

View File

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