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.

26 lines
807 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2013 Therp BV (<http://therp.nl>).
  3. # Copyright 2015 Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  4. # Copyright 2015 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  6. {
  7. "name": "Clickable many2one fields for tree views",
  8. "summary": "Open the linked resource when clicking on their name",
  9. "version": "9.0.1.0.0",
  10. "category": "Hidden",
  11. "website": "https://odoo-community.org/",
  12. "author": "Therp BV, "
  13. "Tecnativa, "
  14. "Odoo Community Association (OCA)",
  15. "license": "AGPL-3",
  16. "application": False,
  17. "installable": True,
  18. "depends": [
  19. 'web',
  20. ],
  21. "data": [
  22. 'data/ir_config_parameter.xml',
  23. 'views/asset.xml',
  24. ],
  25. }