web mailing list archives
web@odoo-community.org
Browse archives
[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:04the 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
-
Re: [OCA/web] [FIX] depend on inexisting module make openupgrade failing if module is installed in v 8.0 (#1092)
by "Pedro M. Baeza" <notifications@github.com> - 24/10/2018 13:54:05 - 0 -
Re: [OCA/web] [FIX] depend on inexisting module make openupgrade failing if module is installed in v 8.0 (#1092)
by Miquel Raïch <notifications@github.com> - 24/10/2018 13:48:56 - 0 -
Re: [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 13:23:28 - 0 -
Re: [OCA/web] [FIX] depend on inexisting module make openupgrade failing if module is installed in v 8.0 (#1092)
by Miquel Raïch <notifications@github.com> - 24/10/2018 13:02:16 - 0 -
Re: [OCA/web] [FIX] depend on inexisting module make openupgrade failing if module is installed in v 8.0 (#1092)
by Miquel Raïch <notifications@github.com> - 24/10/2018 12:48:53 - 0 -
Re: [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:43:21 - 0 -
Re: [OCA/web] [FIX] depend on inexisting module make openupgrade failing if module is installed in v 8.0 (#1092)
by Miquel Raïch <notifications@github.com> - 24/10/2018 12:36:47 - 0 -
Re: [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:31:14 - 0 -
Re: [OCA/web] [FIX] depend on inexisting module make openupgrade failing if module is installed in v 8.0 (#1092)
by Miquel Raïch <notifications@github.com> - 24/10/2018 12:28:18 - 0