From c28d6f9c02e80dbae92b9c76b552290d994bf3b1 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 9 Jan 2020 14:44:28 +0100 Subject: [PATCH] [REF] web_tree_dynamic_colored_field: Black python code --- .../__manifest__.py | 26 ++++++++----------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/web_tree_dynamic_colored_field/__manifest__.py b/web_tree_dynamic_colored_field/__manifest__.py index 13e207f11..3cda70693 100644 --- a/web_tree_dynamic_colored_field/__manifest__.py +++ b/web_tree_dynamic_colored_field/__manifest__.py @@ -1,19 +1,15 @@ # Copyright 2015-2018 Camptocamp SA, Damien Crier # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { - 'name': 'Colorize field in tree views', - 'summary': 'Allows you to dynamically color fields on tree views', - 'category': 'Hidden/Dependency', - 'version': '12.0.1.0.0', - 'depends': ['web'], - 'author': "Camptocamp, Therp BV, Odoo Community Association (OCA)", - 'license': 'AGPL-3', - 'website': 'https://github.com/OCA/web', - 'demo': [ - "demo/res_users.xml", - ], - 'data': [ - 'views/web_tree_dynamic_colored_field.xml', - ], - 'installable': True, + "name": "Colorize field in tree views", + "summary": "Allows you to dynamically color fields on tree views", + "category": "Hidden/Dependency", + "version": "12.0.1.0.0", + "depends": ["web"], + "author": "Camptocamp, Therp BV, Odoo Community Association (OCA)", + "license": "AGPL-3", + "website": "https://github.com/OCA/web", + "demo": ["demo/res_users.xml"], + "data": ["views/web_tree_dynamic_colored_field.xml"], + "installable": True, }