From 209c04d509f32899d88cab140abff8f9f9060b23 Mon Sep 17 00:00:00 2001 From: tarteo Date: Fri, 11 Nov 2016 01:22:16 +0100 Subject: [PATCH] [FIX] Flake8 --- web_x2many_delete_all/__manifest__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web_x2many_delete_all/__manifest__.py b/web_x2many_delete_all/__manifest__.py index 2e211ae9..43e3bf8f 100644 --- a/web_x2many_delete_all/__manifest__.py +++ b/web_x2many_delete_all/__manifest__.py @@ -4,7 +4,9 @@ { 'name': 'X2many Delete All Button', - 'summary': 'Adds a button to x2many fields that removes all linked records', + 'summary': """ + Adds a button to x2many fields that removes all linked records + """, 'version': '10.0.1.0.0', 'category': 'Web', 'author': 'Onestein,Odoo Community Association (OCA)',