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

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2018 Raphaël Reverdy - Akretion
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Cache name_get",
  6. "version": "10.0.1.0.1",
  7. "website": "https://github.com/OCA/web",
  8. "author": "Akretion, "
  9. "Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "category": "Usability",
  12. "summary": "Limit useless name_get requests",
  13. "maintainers": ["hparfr"],
  14. "depends": [
  15. 'web',
  16. ],
  17. "data": [
  18. 'views/view.xml',
  19. ],
  20. 'installable': True,
  21. }