mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[IMP] base_repair: black, isort, prettier
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
"summary": """
|
||||
This module extends the functionality of Odoo Repair module
|
||||
to add some basic features.""",
|
||||
"version": "13.0.1.0.0",
|
||||
"version": "14.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Escodoo, Agile Business Group, Odoo Community Association (OCA)",
|
||||
"maintainers": ["marcelsavegnago"],
|
||||
"images": ["static/description/banner.png"],
|
||||
"website": "https://github.com/oca/manufacture",
|
||||
"website": "https://github.com/OCA/manufacture",
|
||||
"category": "Manufacturing",
|
||||
"depends": ["repair"],
|
||||
"data": ["views/repair_order.xml"],
|
||||
|
||||
1
setup/base_repair/odoo/addons/base_repair
Symbolic link
1
setup/base_repair/odoo/addons/base_repair
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../base_repair
|
||||
6
setup/base_repair/setup.py
Normal file
6
setup/base_repair/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user