Skip to content
Snippets Groups Projects
Commit 1d076342 authored by Juhil Somaiya's avatar Juhil Somaiya
Browse files

[IMP] base_import_module: improve module dependencies error message


Currently, when trying to import a module, if there is an error
related to dependencies, it is not shown in a decent format. For
example, technical names of the modules are being displayed in
a single line, separated by comma.

This commit makes the dependency error message readable by
displaying short description of the modules (instead of
technical names), each on a new line.

task-1830483

closes odoo/odoo#33029

Signed-off-by: default avatarMartin Geubelle (mge) <mge@openerp.com>
parent 419c57a7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment