From a4e3a10a7a9c93d846a27b74cc995249198fb0c7 Mon Sep 17 00:00:00 2001
From: Alex Cuellar Morales
Date: Mon, 21 Oct 2024 15:39:48 -0500
Subject: [PATCH] [MIG] currency_rate_update: Migration to 18.0
---
currency_rate_update/README.rst | 88 +++++++++----------
currency_rate_update/__manifest__.py | 2 +-
currency_rate_update/data/cron.xml | 2 -
.../models/res_currency_rate_provider.py | 10 +--
.../static/description/index.html | 14 +--
.../views/res_currency_rate.xml | 5 +-
.../views/res_currency_rate_provider.xml | 15 ++--
7 files changed, 63 insertions(+), 73 deletions(-)
diff --git a/currency_rate_update/README.rst b/currency_rate_update/README.rst
index 629fa547..e41c2885 100644
--- a/currency_rate_update/README.rst
+++ b/currency_rate_update/README.rst
@@ -17,13 +17,13 @@ Currency Rate Update
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fcurrency-lightgray.png?logo=github
- :target: https://github.com/OCA/currency/tree/17.0/currency_rate_update
+ :target: https://github.com/OCA/currency/tree/18.0/currency_rate_update
:alt: OCA/currency
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/currency-17-0/currency-17-0-currency_rate_update
+ :target: https://translation.odoo-community.org/projects/currency-18-0/currency-18-0-currency_rate_update
: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/currency&target_branch=17.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/currency&target_branch=18.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -31,13 +31,13 @@ Currency Rate Update
This module provides base for building exchange rates providers and
bundles following built-in providers:
- - **European Central Bank** (ported by Grzegorz Grzelak -
- OpenGLOBE.pl): reference rates are based on the regular daily
- query procedure between central banks within and outside the
- European System of Central Banks, which normally takes place at
- 2:15 p.m. (14:15) ECB time. Source is in EUR, for more details see
- `corresponding ECB
- page `__.
+ - **European Central Bank** (ported by Grzegorz Grzelak -
+ OpenGLOBE.pl): reference rates are based on the regular daily query
+ procedure between central banks within and outside the European
+ System of Central Banks, which normally takes place at 2:15 p.m.
+ (14:15) ECB time. Source is in EUR, for more details see
+ `corresponding ECB
+ page `__.
This module is compatible with ``currency_rate_inverted`` module
provided by OCA, that allows to maintain exchange rates in inverted
@@ -76,7 +76,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.
@@ -92,38 +92,38 @@ Authors
Contributors
------------
-- Nicolas Bessi
-- Jean-Baptiste Aubort
-- Joël Grand-Guillaume
-- Grzegorz Grzelak (ECB, NBP)
-- Vincent Renaville
-- Yannick Vaucher
-- Guewen Baconnier
-- Lorenzo Battistini (Port to V7)
-- Agustin Cruz (BdM)
-- Jacque-Etienne Baudoux
-- Juan Jose Scarafia
-- Mathieu Benoi
-- Fekete Mihai (Port to V8)
-- Dorin Hongu (BNR)
-- Paul McDermott
-- Alexis de Lattre
-- Miku Laitinen
-- Assem Bayahi
-- Daniel Dico (BOC)
-- Dmytro Katyukha
-- Jesús Ventosinos Mayor
-- `CorporateHub `__
-
- - Alexey Pelykh
-
-- `Quartile Limited `__:
-
- - Tatsuki Kanda
-
-- `Komit Company Limited `__:
-
- - Quoc Pham Ngoc
+- Nicolas Bessi
+- Jean-Baptiste Aubort
+- Joël Grand-Guillaume
+- Grzegorz Grzelak (ECB, NBP)
+- Vincent Renaville
+- Yannick Vaucher
+- Guewen Baconnier
+- Lorenzo Battistini (Port to V7)
+- Agustin Cruz (BdM)
+- Jacque-Etienne Baudoux
+- Juan Jose Scarafia
+- Mathieu Benoi
+- Fekete Mihai (Port to V8)
+- Dorin Hongu (BNR)
+- Paul McDermott
+- Alexis de Lattre
+- Miku Laitinen
+- Assem Bayahi
+- Daniel Dico (BOC)
+- Dmytro Katyukha
+- Jesús Ventosinos Mayor
+- `CorporateHub `__
+
+ - Alexey Pelykh
+
+- `Quartile Limited `__:
+
+ - Tatsuki Kanda
+
+- `Komit Company Limited `__:
+
+ - Quoc Pham Ngoc
Maintainers
-----------
@@ -138,6 +138,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/currency `_ project on GitHub.
+This module is part of the `OCA/currency `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/currency_rate_update/__manifest__.py b/currency_rate_update/__manifest__.py
index a9e5c255..009814e3 100644
--- a/currency_rate_update/__manifest__.py
+++ b/currency_rate_update/__manifest__.py
@@ -5,7 +5,7 @@
{
"name": "Currency Rate Update",
- "version": "17.0.1.0.1",
+ "version": "18.0.1.0.1",
"author": "Camptocamp, CorporateHub, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/currency",
"license": "AGPL-3",
diff --git a/currency_rate_update/data/cron.xml b/currency_rate_update/data/cron.xml
index 720377b4..881b56b5 100644
--- a/currency_rate_update/data/cron.xml
+++ b/currency_rate_update/data/cron.xml
@@ -8,10 +8,8 @@
Currency Rates Update (OCA) daily
1
days
- -1
code
2019-01-01 00:01:00
-
Currency Rate Update
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:659a6410e298c2df48863fc47d12b61338f5a34971ec35cb5bd4b0e388c96b76
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module provides base for building exchange rates providers and
bundles following built-in providers:
- European Central Bank (ported by Grzegorz Grzelak -
-OpenGLOBE.pl): reference rates are based on the regular daily
-query procedure between central banks within and outside the
-European System of Central Banks, which normally takes place at
-2:15 p.m. (14:15) ECB time. Source is in EUR, for more details see
+OpenGLOBE.pl): reference rates are based on the regular daily query
+procedure between central banks within and outside the European
+System of Central Banks, which normally takes place at 2:15 p.m.
+(14:15) ECB time. Source is in EUR, for more details see
corresponding ECB
page.
@@ -421,7 +421,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.
@@ -480,7 +480,7 @@
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/currency project on GitHub.
+
This module is part of the OCA/currency project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/currency_rate_update/views/res_currency_rate.xml b/currency_rate_update/views/res_currency_rate.xml
index 7fe12562..c76f45e6 100644
--- a/currency_rate_update/views/res_currency_rate.xml
+++ b/currency_rate_update/views/res_currency_rate.xml
@@ -10,10 +10,7 @@
diff --git a/currency_rate_update/views/res_currency_rate_provider.xml b/currency_rate_update/views/res_currency_rate_provider.xml
index 016fa0be..1237bdf9 100644
--- a/currency_rate_update/views/res_currency_rate_provider.xml
+++ b/currency_rate_update/views/res_currency_rate_provider.xml
@@ -20,18 +20,18 @@
- res.currency.rate.provider.tree
+ res.currency.rate.provider.list
res.currency.rate.provider
-
+
-
-
+
+
@@ -94,10 +94,7 @@
-
-
-
-
+
@@ -132,7 +129,7 @@
Currency Rates Providers
res.currency.rate.provider
- tree,form
+ list,form