Browse Source

[IMP] beesdoo_website_portal: black formatter

pull/156/head
Vincent Van Rossem 4 years ago
parent
commit
748e198ba0
  1. 25
      beesdoo_website_portal/__manifest__.py

25
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,
}
Loading…
Cancel
Save