[IMP] stock_orderpoint_route: black, isort, prettier

This commit is contained in:
Dũng (Trần Đình)
2021-09-16 12:10:57 +07:00
parent f0b3736c43
commit 4920bf655c
3 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

@@ -3,9 +3,9 @@
{
"name": "Stock Orderpoint Route",
"summary": "Allows to force a route to be used when procuring from orderpoints",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"license": "LGPL-3",
"website": "https://github.com/stock-logistics-warehouse",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "ForgeFlow, Camptocamp, Odoo Community Association (OCA)",
"category": "Warehouse",
"depends": ["stock"],