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.

38 lines
1.3 KiB

  1. # Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  2. # License MIT (https://opensource.org/licenses/MIT).
  3. {
  4. "name": """Multi-Brand Mailing""",
  5. "summary": """Use single Backend to manage several Websites""",
  6. "category": "Discuss",
  7. # "live_test_url": "http://apps.it-projects.info/shop/product/website-multi-company?version=11.0",
  8. "images": ["images/main.jpg"],
  9. "version": "11.0.1.0.0",
  10. "application": False,
  11. "author": "IT-Projects LLC, Ivan Yelizariev",
  12. "support": "apps@itpp.dev",
  13. "website": "https://it-projects.info/team/yelizariev",
  14. "license": "Other OSI approved licence", # MIT
  15. "price": 230.00,
  16. "currency": "EUR",
  17. "depends": ["ir_config_parameter_multi_company", "web_website", "mail"],
  18. "external_dependencies": {"python": [], "bin": []},
  19. "data": ["views/website_views.xml"],
  20. "demo": [],
  21. "qweb": [],
  22. "post_load": None,
  23. "pre_init_hook": None,
  24. "post_init_hook": "post_init_hook",
  25. "uninstall_hook": "uninstall_hook",
  26. "auto_install": False,
  27. "installable": True,
  28. # "demo_title": "Email Addresses per Website",
  29. # "demo_addons": [
  30. # ],
  31. # "demo_addons_hidden": [
  32. # ],
  33. # "demo_url": "DEMO-URL",
  34. # "demo_summary": "Use single Backend to manage several Websites",
  35. # "demo_images": [
  36. # "images/MAIN_IMAGE",
  37. # ]
  38. }