From 485aec5589a2e87ce27f3c8e44c1f5e5419fc528 Mon Sep 17 00:00:00 2001
From: titus <22006titus@gmail.com>
Date: Thu, 15 Jun 2023 15:07:35 +0700
Subject: [PATCH] [IMP] account_payment_multi_deduction: pre-commit stuff

---
 .../odoo/addons/account_payment_multi_deduction             | 1 +
 setup/account_payment_multi_deduction/setup.py              | 6 ++++++
 2 files changed, 7 insertions(+)
 create mode 120000 setup/account_payment_multi_deduction/odoo/addons/account_payment_multi_deduction
 create mode 100644 setup/account_payment_multi_deduction/setup.py

diff --git a/setup/account_payment_multi_deduction/odoo/addons/account_payment_multi_deduction b/setup/account_payment_multi_deduction/odoo/addons/account_payment_multi_deduction
new file mode 120000
index 00000000000..b3b93a1f837
--- /dev/null
+++ b/setup/account_payment_multi_deduction/odoo/addons/account_payment_multi_deduction
@@ -0,0 +1 @@
+../../../../account_payment_multi_deduction
\ No newline at end of file
diff --git a/setup/account_payment_multi_deduction/setup.py b/setup/account_payment_multi_deduction/setup.py
new file mode 100644
index 00000000000..28c57bb6403
--- /dev/null
+++ b/setup/account_payment_multi_deduction/setup.py
@@ -0,0 +1,6 @@
+import setuptools
+
+setuptools.setup(
+    setup_requires=['setuptools-odoo'],
+    odoo_addon=True,
+)