From 2648dbd158237eed9e93adae6c9b01f3e419c176 Mon Sep 17 00:00:00 2001
From: Antoni Marroig Campomar
Date: Mon, 27 Nov 2023 08:29:14 +0100
Subject: [PATCH] [MIG] crm_multicompany_reporting_currency: Migration to 16.0
---
crm_multicompany_reporting_currency/README.rst | 14 ++++++++------
.../__manifest__.py | 2 +-
.../readme/CONTRIBUTORS.rst | 2 ++
.../static/description/index.html | 10 ++++++----
.../addons/crm_multicompany_reporting_currency | 1 +
setup/crm_multicompany_reporting_currency/setup.py | 6 ++++++
6 files changed, 24 insertions(+), 11 deletions(-)
create mode 120000 setup/crm_multicompany_reporting_currency/odoo/addons/crm_multicompany_reporting_currency
create mode 100644 setup/crm_multicompany_reporting_currency/setup.py
diff --git a/crm_multicompany_reporting_currency/README.rst b/crm_multicompany_reporting_currency/README.rst
index f5f915cf053d..286af66d2401 100644
--- a/crm_multicompany_reporting_currency/README.rst
+++ b/crm_multicompany_reporting_currency/README.rst
@@ -7,7 +7,7 @@ CRM Multicompany Reporting Currency
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:78bf368fdccb7c191b50fbb1ab671d9a9b703eaebdcdcf4333234269de2d92d0
+ !! source digest: sha256:680b5f64f63d7ba4840e2b0c57fe3ee368459674aa35e97ecfe2994c0ed89721
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ CRM Multicompany Reporting Currency
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcrm-lightgray.png?logo=github
- :target: https://github.com/OCA/crm/tree/15.0/crm_multicompany_reporting_currency
+ :target: https://github.com/OCA/crm/tree/16.0/crm_multicompany_reporting_currency
:alt: OCA/crm
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/crm-15-0/crm-15-0-crm_multicompany_reporting_currency
+ :target: https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_multicompany_reporting_currency
: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/crm&target_branch=15.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/crm&target_branch=16.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.
@@ -59,6 +59,8 @@ Contributors
~~~~~~~~~~~~
* Maksym Yankin
+* [APSL](https://apsl.tech):
+ * Antoni Marroig
Maintainers
~~~~~~~~~~~
@@ -81,6 +83,6 @@ Current `maintainer `__:
|maintainer-yankinmax|
-This module is part of the `OCA/crm `_ project on GitHub.
+This module is part of the `OCA/crm `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/crm_multicompany_reporting_currency/__manifest__.py b/crm_multicompany_reporting_currency/__manifest__.py
index 2e69225b0bb8..706bad0ae3e1 100644
--- a/crm_multicompany_reporting_currency/__manifest__.py
+++ b/crm_multicompany_reporting_currency/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "CRM Multicompany Reporting Currency",
"summary": "Adds Amount in multicompany reporting currency to CRM Lead",
- "version": "15.0.1.0.3",
+ "version": "16.0.1.0.0",
"category": "Sales",
"author": "Camptocamp SA, Odoo Community Association (OCA)",
"license": "AGPL-3",
diff --git a/crm_multicompany_reporting_currency/readme/CONTRIBUTORS.rst b/crm_multicompany_reporting_currency/readme/CONTRIBUTORS.rst
index d537187fed1b..2652f89b4ca8 100644
--- a/crm_multicompany_reporting_currency/readme/CONTRIBUTORS.rst
+++ b/crm_multicompany_reporting_currency/readme/CONTRIBUTORS.rst
@@ -1 +1,3 @@
* Maksym Yankin
+* [APSL](https://apsl.tech):
+ * Antoni Marroig
\ No newline at end of file
diff --git a/crm_multicompany_reporting_currency/static/description/index.html b/crm_multicompany_reporting_currency/static/description/index.html
index 1bd029ebb9fb..e7ae93fc6ddf 100644
--- a/crm_multicompany_reporting_currency/static/description/index.html
+++ b/crm_multicompany_reporting_currency/static/description/index.html
@@ -367,9 +367,9 @@ CRM Multicompany Reporting Currency
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:78bf368fdccb7c191b50fbb1ab671d9a9b703eaebdcdcf4333234269de2d92d0
+!! source digest: sha256:680b5f64f63d7ba4840e2b0c57fe3ee368459674aa35e97ecfe2994c0ed89721
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This Module adds Amount in multicompany reporting currency to CRM Lead which can be used as a reporting tool.
You can then compare Expected Revenue in company currency to amount in multicompany reporting currency.
Multicompany reporting currency is installed from dependent https://github.com/OCA/sale-reporting/base_multicompany_reporting_currency module.
@@ -390,7 +390,7 @@
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.
@@ -416,7 +418,7 @@
promote its widespread use.
Current maintainer:

-
This module is part of the OCA/crm project on GitHub.
+
This module is part of the OCA/crm project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/setup/crm_multicompany_reporting_currency/odoo/addons/crm_multicompany_reporting_currency b/setup/crm_multicompany_reporting_currency/odoo/addons/crm_multicompany_reporting_currency
new file mode 120000
index 000000000000..595ed74b3ba9
--- /dev/null
+++ b/setup/crm_multicompany_reporting_currency/odoo/addons/crm_multicompany_reporting_currency
@@ -0,0 +1 @@
+../../../../crm_multicompany_reporting_currency
\ No newline at end of file
diff --git a/setup/crm_multicompany_reporting_currency/setup.py b/setup/crm_multicompany_reporting_currency/setup.py
new file mode 100644
index 000000000000..28c57bb64031
--- /dev/null
+++ b/setup/crm_multicompany_reporting_currency/setup.py
@@ -0,0 +1,6 @@
+import setuptools
+
+setuptools.setup(
+ setup_requires=['setuptools-odoo'],
+ odoo_addon=True,
+)