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.

25 lines
790 B

  1. # Copyright 2013 Therp BV (<http://therp.nl>).
  2. # Copyright 2015 Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
  3. # Copyright 2015 Antonio Espinosa <antonio.espinosa@tecnativa.com>
  4. # Copyright 2017 Sodexis <dev@sodexis.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": "12.0.1.0.0",
  10. "category": "Hidden",
  11. "website": "https://github.com/OCA/web",
  12. "author": "Therp BV, "
  13. "Tecnativa, "
  14. "Camptocamp, "
  15. "Odoo Community Association (OCA)",
  16. "license": "AGPL-3",
  17. "installable": True,
  18. "depends": [
  19. 'web',
  20. ],
  21. "data": [
  22. 'views/assets.xml',
  23. ],
  24. }