[IMP] stock_orderpoint_move_link: black, isort, prettier

This commit is contained in:
davidborromeo
2021-06-03 09:47:49 +02:00
parent 2607a97a3c
commit 3feb3743e5
3 changed files with 8 additions and 1 deletions

View File

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

View File

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

View File

@@ -6,7 +6,7 @@
"summary": "Link Reordering rules to stock moves",
"version": "13.0.1.0.0",
"license": "LGPL-3",
"website": "https://github.com/stock-logistics-warehouse",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"category": "Warehouse Management",
"depends": ["stock"],