[IMP] account_payment_order_return: pre-commit stuff

This commit is contained in:
almumu
2024-09-26 09:34:02 +02:00
parent 960606c373
commit f156291159
2 changed files with 7 additions and 0 deletions

View File

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

View File

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