mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_vertical_lift_kardex: black, isort, prettier
This commit is contained in:
committed by
Dũng (Trần Đình)
parent
ca934f0907
commit
99ce38378b
@@ -0,0 +1 @@
|
||||
../../../../stock_vertical_lift_kardex
|
||||
6
setup/stock_vertical_lift_kardex/setup.py
Normal file
6
setup/stock_vertical_lift_kardex/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
@@ -8,7 +8,7 @@
|
||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["stock_vertical_lift", "stock_location_position"],
|
||||
"website": "https://www.camptocamp.com",
|
||||
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||
"data": [],
|
||||
"installable": True,
|
||||
"development_status": "Alpha",
|
||||
|
||||
Reference in New Issue
Block a user