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
961 B

  1. # -*- coding: utf-8 -*-
  2. # © 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': '9.0.1.0.0',
  7. 'author': 'Serpent Consulting Services Pvt. Ltd., '
  8. 'brain-tec AG, '
  9. 'Odoo Community Association (OCA)',
  10. 'contributors': [
  11. 'Oihane Crucelaegui <oihanecrucelaegi@gmail.com>',
  12. 'Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>',
  13. 'Raul Martin <raul.martin@braintec-group.com>',
  14. ],
  15. 'category': 'Tools',
  16. 'website': 'http://www.serpentcs.com',
  17. 'license': 'GPL-3 or any later version',
  18. 'summary': 'Mass Editing',
  19. 'uninstall_hook': 'uninstall_hook',
  20. 'depends': ['base'],
  21. 'data': [
  22. 'security/ir.model.access.csv',
  23. 'views/mass_editing_view.xml',
  24. ],
  25. 'installable': True,
  26. 'application': False,
  27. 'auto_install': False,
  28. }