[IMP] mrp_bom_tracking: pre-commit stuff

This commit is contained in:
Urvisha-OSI
2023-04-04 16:56:59 +05:30
parent a01e3d6862
commit 69cc23d86f
3 changed files with 8 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "MRP BoM Tracking",
"version": "15.0.1.1.0",
"version": "16.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"summary": "Logs any change to a BoM in the chatter",
"website": "https://github.com/OCA/manufacture",

View File

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

View File

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