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

  1. # © 2016 Serpent Consulting Services Pvt. Ltd. (support@serpentcs.com)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. 'name': 'Mass Editing',
  5. 'version': '11.0.1.0.1',
  6. 'author': 'Serpent Consulting Services Pvt. Ltd., '
  7. 'Tecnativa, '
  8. 'Odoo Community Association (OCA)',
  9. 'category': 'Tools',
  10. 'website': 'http://www.serpentcs.com',
  11. 'license': 'AGPL-3',
  12. 'summary': 'Mass Editing',
  13. 'uninstall_hook': 'uninstall_hook',
  14. 'depends': ['base'],
  15. 'data': [
  16. 'security/ir.model.access.csv',
  17. 'views/mass_editing_view.xml',
  18. ],
  19. 'installable': True,
  20. 'application': False,
  21. 'auto_install': False,
  22. }