# Copyright 2018 Ivan Yelizariev # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). { "name": """Multi-Brand Mailing""", "summary": """Use single Backend to manage several Websites""", "category": "Discuss", # "live_test_url": "http://apps.it-projects.info/shop/product/website-multi-company?version=11.0", "images": ["images/main.jpg"], "version": "11.0.1.0.0", "application": False, "author": "IT-Projects LLC, Ivan Yelizariev", "support": "apps@it-projects.info", "website": "https://it-projects.info/team/yelizariev", "license": "LGPL-3", "price": 230.00, "currency": "EUR", "depends": ["ir_config_parameter_multi_company", "web_website", "mail",], "external_dependencies": {"python": [], "bin": []}, "data": ["views/website_views.xml",], "demo": [], "qweb": [], "post_load": None, "pre_init_hook": None, "post_init_hook": "post_init_hook", "uninstall_hook": "uninstall_hook", "auto_install": False, "installable": True, # "demo_title": "Email Addresses per Website", # "demo_addons": [ # ], # "demo_addons_hidden": [ # ], # "demo_url": "DEMO-URL", # "demo_summary": "Use single Backend to manage several Websites", # "demo_images": [ # "images/MAIN_IMAGE", # ] }