mirror of https://github.com/OCA/web.git
[REF] web_tree_dynamic_colored_field: Black python code
parent
fef6fa4944
commit
240dd5e041
|
@ -1,19 +1,15 @@
|
||||||
# Copyright 2015-2018 Camptocamp SA, Damien Crier
|
# Copyright 2015-2018 Camptocamp SA, Damien Crier
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||||
{
|
{
|
||||||
'name': 'Colorize field in tree views',
|
"name": "Colorize field in tree views",
|
||||||
'summary': 'Allows you to dynamically color fields on tree views',
|
"summary": "Allows you to dynamically color fields on tree views",
|
||||||
'category': 'Hidden/Dependency',
|
"category": "Hidden/Dependency",
|
||||||
'version': '12.0.1.0.0',
|
"version": "12.0.1.0.0",
|
||||||
'depends': ['web'],
|
"depends": ["web"],
|
||||||
'author': "Camptocamp, Therp BV, Odoo Community Association (OCA)",
|
"author": "Camptocamp, Therp BV, Odoo Community Association (OCA)",
|
||||||
'license': 'AGPL-3',
|
"license": "AGPL-3",
|
||||||
'website': 'https://github.com/OCA/web',
|
"website": "https://github.com/OCA/web",
|
||||||
'demo': [
|
"demo": ["demo/res_users.xml"],
|
||||||
"demo/res_users.xml",
|
"data": ["views/web_tree_dynamic_colored_field.xml"],
|
||||||
],
|
"installable": True,
|
||||||
'data': [
|
|
||||||
'views/web_tree_dynamic_colored_field.xml',
|
|
||||||
],
|
|
||||||
'installable': True,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue