mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_request_purchase: black, isort, prettier
This commit is contained in:
committed by
Jesús Alan Ramos Rodríguez
parent
6c6ae5f22b
commit
ca8a85e6e1
1
setup/stock_request_purchase/odoo/addons/stock_request_purchase
Symbolic link
1
setup/stock_request_purchase/odoo/addons/stock_request_purchase
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../stock_request_purchase
|
||||||
6
setup/stock_request_purchase/setup.py
Normal file
6
setup/stock_request_purchase/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"summary": "Internal request for stock",
|
"summary": "Internal request for stock",
|
||||||
"version": "13.0.1.0.0",
|
"version": "13.0.1.0.0",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"website": "https://github.com/stock-logistics-warehouse",
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
||||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||||
"category": "Warehouse Management",
|
"category": "Warehouse Management",
|
||||||
"depends": ["stock_request", "purchase_stock"],
|
"depends": ["stock_request", "purchase_stock"],
|
||||||
|
|||||||
Reference in New Issue
Block a user