[IMP] account_payment_order_transfer_journal: pre-commit stuff

This commit is contained in:
Luc De Meyer
2023-06-29 10:08:56 +02:00
parent 97ceaedad3
commit 059442eac2
2 changed files with 7 additions and 0 deletions

View File

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

View File

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