diff --git a/web_x2many_delete_all/__manifest__.py b/web_x2many_delete_all/__manifest__.py index 2e211ae94..43e3bf8f1 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)',