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

9 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2015-Today Akretion (http://www.akretion.com)
  3. # @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Web - Custom Element Number in ListView',
  7. 'summary': 'Allow users to set manually a quantity of items to display'
  8. ' in a tree view',
  9. 'version': '9.0.1.0.0',
  10. 'category': 'web',
  11. 'author': "GRAP,Akretion,Odoo Community Association (OCA)",
  12. 'website': 'https://odoo-community.org/',
  13. 'license': 'AGPL-3',
  14. 'depends': [
  15. 'web',
  16. ],
  17. 'data': [
  18. 'views/templates.xml',
  19. ],
  20. 'installable': True,
  21. }