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

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