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 Miquel Raïch <notifications@github.com> - 24/10/2018 13:02:16

@mreficent 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,

Please, delete it. And also, you could delete it from v10 too :)


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