Skip to content
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

[17.0][OU-ADD] base_import_module #4636

Merged
merged 1 commit into from
Oct 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading