[IMP] mrp_bom_line_sequence: black, isort, prettier

This commit is contained in:
Stefano Consolaro
2022-07-24 14:08:12 +02:00
parent 45ac7388c2
commit eb4b61762e
3 changed files with 8 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
{ {
"name": "BOM lines with sequence number", "name": "BOM lines with sequence number",
"summary": "Manages the order of BOM lines by displaying its sequence", "summary": "Manages the order of BOM lines by displaying its sequence",
"version": "13.0.1.0.0", "version": "14.0.1.0.0",
"category": "Manufacturing Management", "category": "Manufacturing Management",
"author": "ForgeFlow, Odoo Community Association (OCA)", "author": "ForgeFlow, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/manufacture", "website": "https://github.com/OCA/manufacture",

View File

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

View File

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