-
-
Notifications
You must be signed in to change notification settings - Fork 149
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] disable_odoo_online: Migration to 18.0 #89
base: 18.0
Are you sure you want to change the base?
Conversation
…. Update the version in the file __openerp__.py
…n. (#583) * [PORT] disable_odoo_online. [REF] remove obsolete code. OCA convention. * [FIX] restauring old feature * [IMP] do not disable some feature for Enterprise Edition. [REF] some improvements
…doo community only (OCA#4) * [DOC] disable_odoo_online: clarify docs -- one of the features is applied only in odoo community
* [REF] Changes template used to modificate user preferences menu * [IMP] Includes app menu from settings in technical parameters menu
Currently translated at 100.0% (1 of 1 strings) Translation: server-brand-12.0/server-brand-12.0-disable_odoo_online Translate-URL: https://translation.odoo-community.org/projects/server-brand-12-0/server-brand-12-0-disable_odoo_online/fr/
Currently translated at 100.0% (1 of 1 strings) Translation: server-brand-12.0/server-brand-12.0-disable_odoo_online Translate-URL: https://translation.odoo-community.org/projects/server-brand-12-0/server-brand-12-0-disable_odoo_online/es/
Currently translated at 100.0% (1 of 1 strings) Translation: server-brand-12.0/server-brand-12.0-disable_odoo_online Translate-URL: https://translation.odoo-community.org/projects/server-brand-12-0/server-brand-12-0-disable_odoo_online/pt_BR/
Currently translated at 100.0% (1 of 1 strings) Translation: server-brand-12.0/server-brand-12.0-disable_odoo_online Translate-URL: https://translation.odoo-community.org/projects/server-brand-12-0/server-brand-12-0-disable_odoo_online/hr/
[FIX] pre-commit [FIX] Remove use of api.multi [FIX] pre-commit [FIX] pre-commit [FIX] pre-commit [FIX] pre-commit
Currently translated at 100.0% (1 of 1 strings) Translation: server-brand-15.0/server-brand-15.0-disable_odoo_online Translate-URL: https://translation.odoo-community.org/projects/server-brand-15-0/server-brand-15-0-disable_odoo_online/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-brand-16.0/server-brand-16.0-disable_odoo_online Translate-URL: https://translation.odoo-community.org/projects/server-brand-16-0/server-brand-16-0-disable_odoo_online/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-brand-17.0/server-brand-17.0-disable_odoo_online Translate-URL: https://translation.odoo-community.org/projects/server-brand-17-0/server-brand-17-0-disable_odoo_online/
/ocabot migration disable_odoo_online |
Please check CI |
Buenas @pedrobaeza faltan tests tanto en
Tampoco había en la 17.0. Miro de implementar algunos. |
Please talk in this international repo in English. We can talk in Spanish in OCA/l10n-spain. Yeah, now the warnings give red in CI. You can add a dummy test in this case as a workaround. |
Quick question, I see the new PWA menu and also config section. I don't see any reference to it being part of enterprise and It fully works as expected. At the same time I know there is the OCA PWA repo the OCA PWA will then be deprecated? In this case we should obviously not hide the PWA features. I will remove this line that I previously added:
|
Yes, PWA is something that shouldn't be hidden. |
083adf5
to
546c40a
Compare
Dummy tests as a workaround implemented in both disable_odoo_online and portal_odoo_debranding PRs. |
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.
LGTM
18.0.1.0.0
/** @odoo-module **/
fromuser_menu_items.esm.js
since it's no longer neededNo further changes needed. See:
https://github.com/odoo/odoo/blob/18.0/addons/web/static/src/webclient/user_menu/user_menu_items.js#L154
https://github.com/odoo/odoo/blob/18.0/addons/mail/models/update.py#L77
https://github.com/odoo/odoo/blob/18.0/odoo/addons/base/views/ir_module_views.xml#L229
@Level4Tech