Browse Source

[IMP] update manifest

pull/331/head
Holger Brunn 8 years ago
parent
commit
5428d2748c
  1. 6
      web_tree_dynamic_colored_field/__openerp__.py

6
web_tree_dynamic_colored_field/__openerp__.py

@ -19,9 +19,10 @@
#
##############################################################################
{
'name': 'web tree dynamic colored field',
'name': 'Colorize field in tree views',
'summary': 'Allows you to dynamically color fields on tree views',
'category': 'Hidden',
'version': '8.0.1.0.0',
'version': '8.0.1.0.1',
'depends': ['web'],
'author': "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3',
@ -32,5 +33,4 @@
'qweb': [
'static/src/xml/*.xml',
],
'auto_install': False
}
Loading…
Cancel
Save