Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0] [MIG] currency_rate_update #200

Open
wants to merge 169 commits into
base: 18.0
Choose a base branch
from

Conversation

tupaq
Copy link
Contributor

@tupaq tupaq commented Oct 21, 2024

Migarate currency_rate_update to v18

jgrandguillaume and others added 30 commits October 21, 2024 13:14
(lp:c2c-addons/6.1  rev 1.1.3)
(lp:c2c-addons/6.1  rev 1.1.77)
(lp:c2c-addons/6.1  rev 1.2.14)
(lp:c2c-addons/6.1  rev 1.5.1)
(lp:c2c-addons/6.1  rev 1.5.15)
(lp:c2c-addons/6.1  rev 12)
(lp:c2c-addons/6.1  rev 13.1.1)
(lp:c2c-addons/6.1  rev 17)

[FIX] currency_rate_update - change on_changes in non private methods
(lp:c2c-addons/6.1  rev 18)
(lp:c2c-addons/6.1  rev 19.1.1)
(lp:c2c-addons/6.1  rev 22)
(lp:c2c-addons/6.1  rev 24.1.1)
(lp:c2c-addons/6.1  rev 24.1.3)
…report_webkit to 6.1 : API changes of 6.1, mainly the change of osv.memory now stored in DB, we should now have _columns, we can not rely anymore only on fields_view_get. Also shorten name files and wizard model names.

(lp:c2c-addons/6.1  rev 28)
(lp:c2c-addons/6.1  rev 49)

[FIX] spelling
(lp:c2c-addons/6.1  rev 77)
…e reactivated when the modules are migrated

[FIX] encoding should be coding
[IMP] hiding company_id field as always used within company form

[FIX]using logging instead of netscv

[FIX] imports

[FIX] use osv.Model

[DEL] remove unused wizard directory

[FIX] loading xml files

[FIX] parameter name

[IMP] copyright headers

[IMP] logging arguments
[IMP] clean spaces

[IMP] change license to AGPL
Ivorra78 and others added 25 commits October 21, 2024 13:14
Currently translated at 100.0% (75 of 75 strings)

Translation: currency-16.0/currency-16.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-16-0/currency-16-0-currency_rate_update/es/
Currently translated at 12.0% (9 of 75 strings)

Translation: currency-16.0/currency-16.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-16-0/currency-16-0-currency_rate_update/it/
Currently translated at 100.0% (75 of 75 strings)

Translation: currency-16.0/currency-16.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-16-0/currency-16-0-currency_rate_update/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: currency-16.0/currency-16.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-16-0/currency-16-0-currency_rate_update/
Currently translated at 100.0% (74 of 74 strings)

Translation: currency-16.0/currency-16.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-16-0/currency-16-0-currency_rate_update/fr/
Currently translated at 94.5% (70 of 74 strings)

Translation: currency-16.0/currency-16.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-16-0/currency-16-0-currency_rate_update/nl/
Currently translated at 100.0% (74 of 74 strings)

Translation: currency-16.0/currency-16.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-16-0/currency-16-0-currency_rate_update/zh_CN/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: currency-17.0/currency-17.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-17-0/currency-17-0-currency_rate_update/
Currently translated at 100.0% (73 of 73 strings)

Translation: currency-17.0/currency-17.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-17-0/currency-17-0-currency_rate_update/it/
Currently translated at 100.0% (73 of 73 strings)

Translation: currency-17.0/currency-17.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-17-0/currency-17-0-currency_rate_update/sv/
Currently translated at 100.0% (73 of 73 strings)

Translation: currency-17.0/currency-17.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-17-0/currency-17-0-currency_rate_update/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: currency-17.0/currency-17.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-17-0/currency-17-0-currency_rate_update/
Currently translated at 100.0% (72 of 72 strings)

Translation: currency-17.0/currency-17.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-17-0/currency-17-0-currency_rate_update/it/
Currently translated at 100.0% (72 of 72 strings)

Translation: currency-17.0/currency-17.0-currency_rate_update
Translate-URL: https://translation.odoo-community.org/projects/currency-17-0/currency-17-0-currency_rate_update/es_AR/
…ns in HTML module descriptions

WARNING devel py.warnings: /opt/odoo/custom/src/odoo/odoo/addons/base/models/ir_module.py:178:
DeprecationWarning: XML declarations in HTML module descriptions are deprecated since Odoo 17,
currency_rate_update can just have a UTF8 description with not need for a declaration.
@tupaq tupaq force-pushed the 18.0-mig-currency_rate_update branch from 4f939dd to c89bbca Compare October 21, 2024 20:46
<field name="inherit_id" ref="base.view_currency_rate_form" />
<field name="arch" type="xml">
<form position="inside">
<div class="oe_chatter">
Copy link

@lk-eska lk-eska Oct 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this div should be replaced with <chatter />

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other than this it looks fine.

@pedrobaeza
Copy link
Member

/ocabot migration currency_rate_update

I have added to the migration guide the chatter part that was pending to annotate:

https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0/_compare/220ee8e6b35ec499fa91780bdddd01df7ec90137...720f795fc2b71cfcebc3ac74b5df6de11556488b

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone Oct 22, 2024
@OCA-git-bot OCA-git-bot mentioned this pull request Oct 22, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.