From 3f229ede009c6099fcf2b6fd2fe26a59b9a1fd8d Mon Sep 17 00:00:00 2001 From: nguyenhk Date: Wed, 6 Oct 2021 17:51:56 +0700 Subject: [PATCH] [IMP] account_reconcile_model_strict_match_amount: black, isort, prettier --- .../odoo/addons/account_reconcile_model_strict_match_amount | 1 + setup/account_reconcile_model_strict_match_amount/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/account_reconcile_model_strict_match_amount/odoo/addons/account_reconcile_model_strict_match_amount create mode 100644 setup/account_reconcile_model_strict_match_amount/setup.py diff --git a/setup/account_reconcile_model_strict_match_amount/odoo/addons/account_reconcile_model_strict_match_amount b/setup/account_reconcile_model_strict_match_amount/odoo/addons/account_reconcile_model_strict_match_amount new file mode 120000 index 00000000..96241da0 --- /dev/null +++ b/setup/account_reconcile_model_strict_match_amount/odoo/addons/account_reconcile_model_strict_match_amount @@ -0,0 +1 @@ +../../../../account_reconcile_model_strict_match_amount \ No newline at end of file diff --git a/setup/account_reconcile_model_strict_match_amount/setup.py b/setup/account_reconcile_model_strict_match_amount/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/account_reconcile_model_strict_match_amount/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)