[IMP] rma_sale_operating_unit: black, isort, prettier

This commit is contained in:
JasminSForgeFlow
2023-07-19 12:34:52 +05:30
committed by Aaron ForgeFlow
parent 1c76e23087
commit bcacdc357f
8 changed files with 18 additions and 15 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 @@
../../../../rma_sale_operating_unit

View File

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