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

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