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.

19 lines
619 B

  1. # Copyright 2015-2018 Camptocamp SA, Damien Crier
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  3. {
  4. 'name': 'Colorize field in tree views',
  5. 'summary': 'Allows you to dynamically color fields on tree views',
  6. 'category': 'Hidden/Dependency',
  7. 'version': '12.0.1.0.0',
  8. 'depends': ['web'],
  9. 'author': "Camptocamp, Therp BV, Odoo Community Association (OCA)",
  10. 'license': 'AGPL-3',
  11. 'website': 'https://github.com/OCA/web',
  12. 'demo': [
  13. "demo/res_users.xml",
  14. ],
  15. 'data': [
  16. 'views/web_tree_dynamic_colored_field.xml',
  17. ],
  18. 'installable': True,
  19. }