web mailing list archives

web@odoo-community.org

Avatar

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

@legalsylvain commented on this pull request.


In web_graph_improved/__openerp__.py:

> @@ -27,7 +27,7 @@
     'author': "Leonardo Donelli,Odoo Community Association (OCA)",
     'license': 'AGPL-3',
     'website': 'http://learts.glaucus.in',
-    'depends': ['web_graph'],
+    'depends': ['web'],
     'data': ['view/graph_improved_view.xml'],
     'installable': False,

Hi @mreficent, your review is quite cryptic !
could you be more explicit ?
regards.


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.

Reference