You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.5 KiB
44 lines
1.5 KiB
# Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
|
|
# Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
|
|
# License MIT (https://opensource.org/licenses/MIT).
|
|
{
|
|
"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": "12.0.1.0.1",
|
|
"application": False,
|
|
"author": "IT-Projects LLC, Ivan Yelizariev",
|
|
"support": "apps@itpp.dev",
|
|
"website": "https://it-projects.info/team/yelizariev",
|
|
"license": "Other OSI approved licence", # MIT
|
|
"price": 230.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",
|
|
# ]
|
|
}
|