-
-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4583 from lefilament/17.0-web
[17.0][OU-ADD] web: Nothing to do
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
openupgrade_scripts/scripts/web/17.0.1.0/upgrade_analysis_work.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
---Models in module 'web'--- | ||
---Fields in module 'web'--- | ||
web / ir.actions.act_window.view / view_mode (False) : module is now 'web_hierarchy' ('web') | ||
web / ir.actions.act_window.view / view_mode (False) : selection_keys is now '['calendar', 'form', 'gantt', 'graph', 'hierarchy', 'kanban', 'pivot', 'tree']' ('['calendar', 'form', 'gantt', 'graph', 'kanban', 'pivot', 'qweb', 'tree']') | ||
# NOTHING TO DO: qweb view mode is deleted as per https://github.com/odoo/odoo/commit/4edbe5445631e964eb83fc2558de2a10aa907531 as it is not used anymore | ||
# new selection key 'hierarchy' will be added by web_hierarchy module (not related to web module) | ||
|
||
---XML records in module 'web'--- | ||
NEW ir.actions.server: web.download_contact | ||
NEW ir.ui.view: web.webclient_offline | ||
DEL ir.ui.view: web.assets_backend_legacy_lazy | ||
DEL ir.ui.view: web.benchmark_suite | ||
# NOTHING TO DO: handled by ORM (creation of new action/view and deletion of views) |