web mailing list archives

web@odoo-community.org

Avatar

[OCA/web] [FIX] depend on inexisting module make openupgrade failing if module is installed in v 8.0 (#1092)

by Sylvain LE GAL <notifications@github.com> - 24/10/2018 12:02:04

the commit remove the dependency on a unexisting module.
Note that the web_graph_improved module is NOT installable on the version 9.0

summary of the problem :

  • use a V8 database
  • installed web_graph_improved
  • migrate on v9, making an update all

odoo will scan all the module in v9 version to create dependencies tree, including uninstallable modules, so will fail because the module web_graph_improved depends on web_graph that doesn't exist in V9.

CC : @OCA/openupgrade-maintainers


You can view, comment on, or merge this pull request online at:

  https://github.com/OCA/web/pull/1092

Commit Summary

  • [FIX] depend on inexisting module make openupgrade failing if module is installed in v 8.0

File Changes

Patch Links:


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Follow-Ups