[IMP] stock_move_auto_assign: black, isort, prettier

This commit is contained in:
Tran Thanh Phuc
2021-02-12 21:01:36 +07:00
committed by Hai Lang
parent aec61b5aed
commit ffe57de8bc
2 changed files with 7 additions and 0 deletions

View File

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

View File

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