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, }