Skip to content

Commit

Permalink
[OU-ADD] base_import_module
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Oct 25, 2024
1 parent cc80b7c commit 60f1819
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -82,7 +82,7 @@ Module coverage 16.0 -> 17.0
+---------------------------------------------------+----------------------+-------------------------------------------------+
| base_import | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| base_import_module | | |
| base_import_module | Nothing to do | |
+---------------------------------------------------+----------------------+-------------------------------------------------+
| base_install_request | |No DB layout changes. |
+---------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
12 changes: 12 additions & 0 deletions docsource/upgrade_analysis_work.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---Models in module 'base_import_module'---
---Fields in module 'base_import_module'---
base_import_module / ir.module.module / module_type (selection) : NEW selection_keys: ['industries', 'official'], hasdefault: default
# New field. 'industries' value is set when the module is installed here:
# https://github.com/odoo/odoo/blob/36f75798544d3bb4405075ceac1210ba5dbcd61f/addons/base_import_module/models/ir_module.py#L414C9-L414C37
# At migration step, it is not possible to deduce the value, so we let 'official' key value.

---XML records in module 'base_import_module'---
NEW ir.ui.view: base_import_module.module_form_apps_inherit
NEW ir.ui.view: base_import_module.module_tree_apps_inherit
NEW ir.ui.view: base_import_module.module_view_kanban_apps_inherit
NEW ir.ui.view: base_import_module.view_module_filter_apps_inherit

0 comments on commit 60f1819

Please sign in to comment.