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.

27 lines
851 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. # Copyright 2017 Sodexis <dev@sodexis.com>
  6. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  7. {
  8. "name": "Clickable many2one fields for tree views",
  9. "summary": "Open the linked resource when clicking on their name",
  10. "version": "10.0.1.0.0",
  11. "category": "Hidden",
  12. "website": "https://odoo-community.org/",
  13. "author": "Therp BV, "
  14. "Tecnativa, "
  15. "Odoo Community Association (OCA)",
  16. "license": "AGPL-3",
  17. "application": False,
  18. "installable": True,
  19. "depends": [
  20. 'web',
  21. ],
  22. "data": [
  23. 'data/ir_config_parameter.xml',
  24. 'views/asset.xml',
  25. ],
  26. }