[IMP] stock_available_base_exclude_location: black, isort, prettier

This commit is contained in:
xavier-bouquiaux
2021-06-22 19:08:30 +02:00
committed by Xavier Bouquiaux
parent 21e3db5628
commit b1cd0675c2
9 changed files with 53 additions and 50 deletions

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

View File

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