From 0671cfb2033d17c08e21f3d220d990a64b0bdf1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0=20Pallej=C3=A0?=
Date: Wed, 3 Apr 2024 07:58:10 +0200
Subject: [PATCH] [IMP] contract_mandate: pre-commit stuff
---
contract_mandate/README.rst | 12 ++++++------
contract_mandate/__manifest__.py | 2 +-
contract_mandate/static/description/index.html | 8 ++++----
setup/contract_mandate/odoo/addons/contract_mandate | 1 +
setup/contract_mandate/setup.py | 6 ++++++
5 files changed, 18 insertions(+), 11 deletions(-)
create mode 120000 setup/contract_mandate/odoo/addons/contract_mandate
create mode 100644 setup/contract_mandate/setup.py
diff --git a/contract_mandate/README.rst b/contract_mandate/README.rst
index f9f4d6882..4a90d14b8 100644
--- a/contract_mandate/README.rst
+++ b/contract_mandate/README.rst
@@ -7,7 +7,7 @@ Contract Mandate
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:8420693c136447eb2eba8324795549f1317a1e07f316d09bdc9f01d79797184e
+ !! source digest: sha256:a83455161d4bb4363ea205049514708dda57ac56a8f4b1ae35ea6c0da45c788b
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Contract Mandate
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcontract-lightgray.png?logo=github
- :target: https://github.com/OCA/contract/tree/14.0/contract_mandate
+ :target: https://github.com/OCA/contract/tree/16.0/contract_mandate
:alt: OCA/contract
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-contract_mandate
+ :target: https://translation.odoo-community.org/projects/contract-16-0/contract-16-0-contract_mandate
: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/contract&target_branch=14.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/contract&target_branch=16.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -53,7 +53,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.
@@ -86,6 +86,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/contract `_ project on GitHub.
+This module is part of the `OCA/contract `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/contract_mandate/__manifest__.py b/contract_mandate/__manifest__.py
index c5d196c37..b25a4ceea 100644
--- a/contract_mandate/__manifest__.py
+++ b/contract_mandate/__manifest__.py
@@ -4,7 +4,7 @@
{
"name": "Contract Mandate",
"summary": "Mandate in contracts and their invoices",
- "version": "14.0.1.0.1",
+ "version": "16.0.1.0.0",
"author": "Odoo Community Association (OCA), " "Tecnativa",
"website": "https://github.com/OCA/contract",
"depends": ["contract_payment_mode", "account_banking_mandate"],
diff --git a/contract_mandate/static/description/index.html b/contract_mandate/static/description/index.html
index b960d8692..45baa1573 100644
--- a/contract_mandate/static/description/index.html
+++ b/contract_mandate/static/description/index.html
@@ -367,9 +367,9 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:8420693c136447eb2eba8324795549f1317a1e07f316d09bdc9f01d79797184e
+!! source digest: sha256:a83455161d4bb4363ea205049514708dda57ac56a8f4b1ae35ea6c0da45c788b
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This module allows to set a mandate mode on contract for creating the invoices
with this mandate.
Table of contents
@@ -402,7 +402,7 @@ with this mandate.
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.
@@ -429,7 +429,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/contract project on GitHub.
+
This module is part of the OCA/contract project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/setup/contract_mandate/odoo/addons/contract_mandate b/setup/contract_mandate/odoo/addons/contract_mandate
new file mode 120000
index 000000000..e20f89fd9
--- /dev/null
+++ b/setup/contract_mandate/odoo/addons/contract_mandate
@@ -0,0 +1 @@
+../../../../contract_mandate
\ No newline at end of file
diff --git a/setup/contract_mandate/setup.py b/setup/contract_mandate/setup.py
new file mode 100644
index 000000000..28c57bb64
--- /dev/null
+++ b/setup/contract_mandate/setup.py
@@ -0,0 +1,6 @@
+import setuptools
+
+setuptools.setup(
+ setup_requires=['setuptools-odoo'],
+ odoo_addon=True,
+)