# -*- coding: utf-8 -*- # © 2015 NDP Systèmes (). # © 2016 Savoir-faire Linux # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': "Web Graph Sort", 'version': '8.0.1.0.0', 'author': ( "NDP Systèmes, " "Savoir-faire Linux, " "Odoo Community Association (OCA)" ), 'license': 'AGPL-3', 'category': 'Web', 'depends': ['web_graph'], 'data': [ 'views/web_graph_sort.xml', ], 'installable': True, 'auto_install': False, }