web
web copied to clipboard
Migration to version 15.0
Todo
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-15.0
Modules to migrate
- [ ] web_access_rule_buttons
- [ ] web_action_conditionable
- [ ] web_advanced_search
- [x] web_calendar_slot_duration - By @CRogos - #2251
- [x] web_company_color - By @BernatPForgeFlow - #2116
- [x] web_copy_confirm - By @MiquelRForgeFlow - #2280
- [x] ~~web_decimal_numpad_dot~~ Included in core
- [ ] web_dialog_size
- [x] web_disable_export_group - By @chienandalu - #2538
- [x] web_domain_field - By @rven - #2135
- [ ] web_drop_target
- [x] web_environment_ribbon - By @ap-wtioit - #2055
- [ ] web_group_expand
- [ ] web_ir_actions_act_multi
- [x] web_ir_actions_act_view_reload - By @ryanc-me - #2272
- [x] web_ir_actions_act_window_message - By @JasminSForgeFlow - #2259
- [x] web_listview_range_select - By @theangryangel - #2180
- [x] web_m2x_options - By @goliveirab - #2069
- [ ] web_m2x_options_manager
- [x] web_no_bubble - By @BankyKmitl - #2097
- [x] web_notify - By @chienandalu - #2381
- [x] web_pivot_computed_measure - By @CarlosRoca13 - #2341
- [x] web_pwa_oca - By @sergio-teruel - #2310
- [x] web_refresher - By @BankyKmitl - #2092
- [x] web_responsive - By @SplashS - #2058
- [x] web_search_with_and - By @nedaszilinskas - #2173
- [x] web_send_message_popup - By @Du-ma - #2519
- [ ] web_sheet_full_width
- [ ] web_switch_context_warning
- [x] web_time_range_menu_custom - By @CarlosRoca13 - #2471
- [x] web_timeline - By @cesar-tecnativa - #2247
- [x] web_tree_dynamic_colored_field - By @amh-mw - #2145
- [ ] web_tree_image_tooltip
- [x] web_tree_many2one_clickable - By @CarlosRoca13 - #2388
- [x] web_widget_bokeh_chart - By @ChrisOForgeFlow - #2107
- [ ] web_widget_char_size
- [x] web_widget_domain_editor_dialog - By @celm1990 - #2129
- [ ] web_widget_dropdown_dynamic
- [ ] web_widget_many2one_simple - By @BankyKmitl - #2104
- [ ] web_widget_model_viewer - By @andreampiovesana - #2346
- [ ] web_widget_mpld3_chart - By @ChrisOForgeFlow - #2123
- [x] web_widget_numeric_step - By @BankyKmitl - #2109
- [x] web_widget_one2many_tree_line_duplicate - By @ThiagoMForgeFlow - #2844
- [ ] web_widget_open_tab
- [x] web_widget_text_markdown - By @BernatObrador - #2869
- [x] web_widget_url_advanced - By @JasminSForgeFlow - #2117
- [ ] web_widget_x2many_2d_matrix
Missing module? Check https://github.com/OCA/maintainer-tools/wiki/%5BFAQ%5D-Missing-modules-in-migration-issue-list
Hey @SplashS, are you going to handle the migration of web_responsive module?
Great, thanks!
Hey @SplashS, are you going to handle the migration of
web_responsivemodule?
Yes! I will migrate web_responsive. It's mostly done. I will make PR in one or two weeks.
web_widget_url_advanced
web_environment_ribbon should be migrated in https://github.com/OCA/web/pull/2055
web_m2x_options
web_m2x_options https://github.com/OCA/web/pull/2069
web_m2x_options_manager
web_widget_open_tab
web_ir_actions_act_multi https://github.com/OCA/web/pull/2118
web_ir_actions_act_window_message seems to be missing from the list?
web_widget_domain_editor_dialog https://github.com/OCA/web/pull/2129
web_domain_field https://github.com/OCA/web/pull/2135
web_advanced_search here https://github.com/OCA/web/pull/2133
web_decimal_numpad_dot is not needed anymore. Odoo v15 CE include it.
web_widget_open_tab https://github.com/OCA/web/pull/2156 superseeds https://github.com/OCA/web/pull/2089
web_notify
I'm trying to migrate web_dialog_size module. I'm fresh in Odoo OWL and basic JS, it could take a while.
web_dialog_size #2172 Migration is here. I'm beginner in JS and OWL too, so If anyone have better solutions, ideas or suggestions, it would be nice to hear out. Thanks:)
web_listview_range_select - https://github.com/OCA/web/pull/2180
web_tree_dynamic_colored_field with v14 functionality migrated
https://github.com/OCA/web/pull/2184
web_group_expand - https://github.com/OCA/web/pull/2196
web_pwa_oca is gonna be migrated to v15 or there is another feature which replace it?
web_widget_json_graph is being migrated on https://github.com/OCA/web/pull/2222
Hey folks, we want to help migrating the web_timeline module to 15.0 - can anyone give us pointers/examples or a brief outline what to do? We have a lot of experience with the odoo backend, but not so much with the frontend JS parts yet. A similar module that has already been migrated should be sufficient, but we didn't identify a similar case here in the repo yet. Thanks! [edit] P.S. : when we just change the asset-loading to V15-style it seems to load fine but does not show up as additional view when using for example project_timeline on it
I'm afraid there's no such example, but you can check https://codingdodo.com/tag/owl/ as possible tutorials.
web_tree_many2one_clickable https://github.com/OCA/web/pull/2234
@colpari I've just attempted upgrade to web_timeline and project_timeline also but ran into the same problem you did. Not an expert on the frontend JS myself either so struggled to get any further. Would be keen to work with you or someone else who can get it done together?
web_calendar_slot_duration is missing in the list #2251
@pedrobaeza can I take web_ir_actions_act_view_reload please. The previous attempt (#2240) looks to be stale. Working PR here: #2272