From 0211a452db13ab7f0e30ea8b8532ac97d1d62092 Mon Sep 17 00:00:00 2001
From: Wesley Oliveira
Date: Thu, 29 Aug 2024 11:25:37 -0300
Subject: [PATCH] [IMP] account_in_payment: black, isort, prettier
---
account_in_payment/README.rst | 10 +++++-----
account_in_payment/static/description/index.html | 6 +++---
.../account_in_payment/odoo/addons/account_in_payment | 1 +
setup/account_in_payment/setup.py | 6 ++++++
4 files changed, 15 insertions(+), 8 deletions(-)
create mode 120000 setup/account_in_payment/odoo/addons/account_in_payment
create mode 100644 setup/account_in_payment/setup.py
diff --git a/account_in_payment/README.rst b/account_in_payment/README.rst
index cae8f338..707b57ba 100644
--- a/account_in_payment/README.rst
+++ b/account_in_payment/README.rst
@@ -17,13 +17,13 @@ Account In Payment
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github
- :target: https://github.com/OCA/account-reconcile/tree/16.0/account_in_payment
+ :target: https://github.com/OCA/account-reconcile/tree/14.0/account_in_payment
:alt: OCA/account-reconcile
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_in_payment
+ :target: https://translation.odoo-community.org/projects/account-reconcile-14-0/account-reconcile-14-0-account_in_payment
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=16.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=14.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -43,7 +43,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -73,6 +73,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/account-reconcile `_ project on GitHub.
+This module is part of the `OCA/account-reconcile `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/account_in_payment/static/description/index.html b/account_in_payment/static/description/index.html
index c23a8a2c..0ae03fbd 100644
--- a/account_in_payment/static/description/index.html
+++ b/account_in_payment/static/description/index.html
@@ -369,7 +369,7 @@ ul.auto-toc {
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:f31a0569902b33f0403cc89486dd058cc1ccecaecfe2b9c38d6201d614f55981
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This module enables in-payment management for all your accounting.
Should not be installed with Enterprise Edition accounting.
Table of contents
@@ -389,7 +389,7 @@ ul.auto-toc {
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -415,7 +415,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/account-reconcile project on GitHub.
+
This module is part of the OCA/account-reconcile project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/setup/account_in_payment/odoo/addons/account_in_payment b/setup/account_in_payment/odoo/addons/account_in_payment
new file mode 120000
index 00000000..b921413d
--- /dev/null
+++ b/setup/account_in_payment/odoo/addons/account_in_payment
@@ -0,0 +1 @@
+../../../../account_in_payment
\ No newline at end of file
diff --git a/setup/account_in_payment/setup.py b/setup/account_in_payment/setup.py
new file mode 100644
index 00000000..28c57bb6
--- /dev/null
+++ b/setup/account_in_payment/setup.py
@@ -0,0 +1,6 @@
+import setuptools
+
+setuptools.setup(
+ setup_requires=['setuptools-odoo'],
+ odoo_addon=True,
+)