You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
546 B

  1. # -*- coding: utf-8 -*-
  2. # © 2015 NDP Systèmes (<http://www.ndp-systemes.fr>).
  3. # © 2016 Savoir-faire Linux
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': "Web Graph Sort",
  7. 'version': '8.0.1.0.0',
  8. 'author': (
  9. "NDP Systèmes, "
  10. "Savoir-faire Linux, "
  11. "Odoo Community Association (OCA)"
  12. ),
  13. 'license': 'AGPL-3',
  14. 'category': 'Web',
  15. 'depends': ['web_graph'],
  16. 'data': [
  17. 'views/web_graph_sort.xml',
  18. ],
  19. 'installable': True,
  20. 'auto_install': False,
  21. }