From 748e198ba0ef2865b641fc9febfd0b15a5595ee4 Mon Sep 17 00:00:00 2001 From: Vincent Van Rossem Date: Tue, 9 Jun 2020 11:36:47 +0200 Subject: [PATCH] [IMP] beesdoo_website_portal: black formatter --- beesdoo_website_portal/__manifest__.py | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/beesdoo_website_portal/__manifest__.py b/beesdoo_website_portal/__manifest__.py index 26e3d3a..bbfae4a 100644 --- a/beesdoo_website_portal/__manifest__.py +++ b/beesdoo_website_portal/__manifest__.py @@ -3,21 +3,16 @@ # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { - 'name': 'BEES coop Website Portal', - 'summary': """ + "name": "BEES coop Website Portal", + "summary": """ Extension of the Portal that prevent modification of sensible data by the users """, - 'author': 'Coop IT Easy SCRLfs', - 'license': 'AGPL-3', - 'version': '12.0.1.0.0', - 'website': "https://www.coopiteasy.be", - 'category': 'Cooperative management', - 'depends': [ - 'portal', - 'website' - ], - 'data': [ - 'views/portal_website_templates.xml', - ], - 'installable': True, + "author": "Coop IT Easy SCRLfs", + "license": "AGPL-3", + "version": "12.0.1.0.0", + "website": "https://www.coopiteasy.be", + "category": "Cooperative management", + "depends": ["portal", "website"], + "data": ["views/portal_website_templates.xml",], + "installable": True, }