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

  1. # © 2017 Onestein (<http://www.onestein.eu>)
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'List Range Selection',
  5. 'summary': """
  6. Enables selecting a range of records using the shift key
  7. """,
  8. 'version': '12.0.1.0.0',
  9. 'category': 'Web',
  10. 'author': 'Onestein,Odoo Community Association (OCA)',
  11. 'website': 'https://github.com/oca/web',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'web',
  15. ],
  16. 'data': [
  17. 'templates/assets.xml'
  18. ],
  19. 'installable': True,
  20. 'application': False,
  21. }