# Copyright 2018,2020 Ivan Yelizariev # Copyright 2018 Kolushov Alexandr # License MIT (https://opensource.org/licenses/MIT). # License OPL-1 (https://www.odoo.com/documentation/user/13.0/legal/licenses/licenses.html#odoo-apps) for derivative work. { "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": "13.0.2.0.0", "application": False, "author": "IT-Projects LLC, Ivan Yelizariev", "support": "apps@itpp.dev", "website": "https://twitter.com/OdooFree", "license": "OPL-1", "price": 115.00, "currency": "EUR", "depends": [ "ir_config_parameter_multi_company", "web_website", "mail", "test_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", # ] }