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.

26 lines
874 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. 'Odoo Community Association (OCA)',
  9. 'contributors': [
  10. 'Oihane Crucelaegui <oihanecrucelaegi@gmail.com>',
  11. 'Serpent Consulting Services Pvt. Ltd. <support@serpentcs.com>',
  12. ],
  13. 'category': 'Tools',
  14. 'website': 'http://www.serpentcs.com',
  15. 'license': 'GPL-3 or any later version',
  16. 'summary': 'Mass Editing',
  17. 'uninstall_hook': 'uninstall_hook',
  18. 'depends': ['base'],
  19. 'data': [
  20. 'security/ir.model.access.csv',
  21. 'views/mass_editing_view.xml',
  22. ],
  23. 'installable': True,
  24. 'application': False,
  25. 'auto_install': False,
  26. }