From 8081b9d96a3f449feefbc1e3bca30aa7f33a886e Mon Sep 17 00:00:00 2001 From: eric <3licoC0rp> Date: Mon, 18 Apr 2016 19:37:39 +0800 Subject: [PATCH] improve openerp.py indentation --- business_requirement/__openerp__.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/business_requirement/__openerp__.py b/business_requirement/__openerp__.py index a11311af6f..d3a72ab974 100644 --- a/business_requirement/__openerp__.py +++ b/business_requirement/__openerp__.py @@ -19,18 +19,18 @@ 'views/business_view.xml', ], 'image': [ - 'static/description/icon.png', - 'static/img/bus_req.png', - 'static/img/bus_req_alias.png', - 'static/img/bus_req_approved.png', - 'static/img/bus_req_cancel.png', - 'static/img/bus_req_confirmed.png', - 'static/img/bus_req_cust_story.png', - 'static/img/bus_req_done.png', - 'static/img/bus_req_drop.png', - 'static/img/bus_req_tags.png', - 'static/img/bus_req_tags2.png', - 'static/img/bus_req_tree.png' + 'static/description/icon.png', + 'static/img/bus_req.png', + 'static/img/bus_req_alias.png', + 'static/img/bus_req_approved.png', + 'static/img/bus_req_cancel.png', + 'static/img/bus_req_confirmed.png', + 'static/img/bus_req_cust_story.png', + 'static/img/bus_req_done.png', + 'static/img/bus_req_drop.png', + 'static/img/bus_req_tags.png', + 'static/img/bus_req_tags2.png', + 'static/img/bus_req_tree.png' ], 'license': 'AGPL-3', 'installable': True,