-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
base: 18.0
Are you sure you want to change the base?
Conversation
…public branch (lp:c2c-addons/6.1 rev 1)
(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.1.96)
…urity (lp:c2c-addons/6.1 rev 1.2.2)
(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 15)
(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)
(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
…ted to company currency
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.
4f939dd
to
c89bbca
Compare
<field name="inherit_id" ref="base.view_currency_rate_form" /> | ||
<field name="arch" type="xml"> | ||
<form position="inside"> | ||
<div class="oe_chatter"> |
There was a problem hiding this comment.
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 />
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, it's already fixed
/ocabot migration currency_rate_update I have added to the migration guide the chatter part that was pending to annotate: |
c89bbca
to
a4e3a10
Compare
Migarate currency_rate_update to v18