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.

38 lines
1.1 KiB

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2016-Today GRAP (http://www.grap.coop)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Mass Sorting',
  7. 'version': "10.0.1.0.0",
  8. 'author': 'GRAP,Odoo Community Association (OCA)',
  9. 'summary': 'Sort any models by any fields list',
  10. 'category': 'Tools',
  11. 'website': 'http://www.grap.coop',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'base',
  15. ],
  16. 'data': [
  17. 'security/ir.model.access.csv',
  18. 'views/view_mass_sort_config.xml',
  19. 'views/view_mass_sort_wizard.xml',
  20. 'views/action.xml',
  21. 'views/menu.xml',
  22. ],
  23. 'images': [
  24. 'static/description/1_mass_sort_config.png',
  25. 'static/description/2_button.png',
  26. 'static/description/3_mass_sort_wizard.png',
  27. 'static/description/3_mass_sort_wizard_custom.png',
  28. 'static/description/4_before.png',
  29. 'static/description/5_after.png',
  30. ],
  31. 'demo': [
  32. 'demo/mass_sort_config.xml',
  33. 'demo/mass_sort_config_line.xml',
  34. 'demo/function.xml',
  35. ],
  36. }