Skip to content

Commit

Permalink
Merge pull request #4583 from lefilament/17.0-web
Browse files Browse the repository at this point in the history
[17.0][OU-ADD] web: Nothing to do
  • Loading branch information
pedrobaeza authored Oct 11, 2024
2 parents 9a19b66 + 5462c23 commit e95aa42
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules160-170.rst
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ Module coverage 16.0 -> 17.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| utm | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| web | | |
| web | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| web_editor | | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
13 changes: 13 additions & 0 deletions openupgrade_scripts/scripts/web/17.0.1.0/upgrade_analysis_work.txt
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)

0 comments on commit e95aa42

Please sign in to comment.