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.

28 lines
927 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'Mass Editing',
  6. 'version': '10.0.1.0.0',
  7. 'author': 'Serpent Consulting Services Pvt. Ltd., '
  8. 'Odoo Community Association (OCA)',
  9. 'contributors': [
  10. 'Oihane Crucelaegui <oihanecrucelaegi@gmail.com>',
  11. 'Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>',
  12. 'Jay Vora <jay.vora@serpentcs.com>'
  13. ],
  14. 'category': 'Tools',
  15. 'website': 'http://www.serpentcs.com',
  16. 'license': 'GPL-3 or any later version',
  17. 'summary': 'Mass Editing',
  18. 'uninstall_hook': 'uninstall_hook',
  19. 'depends': ['base'],
  20. 'data': [
  21. 'security/ir.model.access.csv',
  22. 'views/mass_editing_view.xml',
  23. ],
  24. 'installable': True,
  25. 'application': False,
  26. 'auto_install': False,
  27. }