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.

23 lines
669 B

  1. # coding: utf-8
  2. # © 2013-2015 Therp BV (<http://therp.nl>)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
  4. {
  5. "name": "Window actions for client side paging",
  6. "summary": ("Allows a developer to trigger a pager to show the previous "
  7. "or next next record in the form view"),
  8. "author": "Therp BV,Odoo Community Association (OCA)",
  9. "version": "10.0.1.0.0",
  10. "category": "Technical",
  11. "depends": [
  12. 'web',
  13. ],
  14. 'data': [
  15. 'views/assets.xml',
  16. ],
  17. 'demo': [
  18. 'demo/demo_action.xml',
  19. ],
  20. 'installable': True,
  21. 'license': 'AGPL-3',
  22. 'url': 'https://github.com/oca/web',
  23. }