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.

51 lines
1.4 KiB

  1. # Copyright 2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
  2. # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
  3. {
  4. "name": """Email Addresses and Templates per Website""",
  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@it-projects.info",
  13. "website": "https://it-projects.info/team/yelizariev",
  14. "license": "LGPL-3",
  15. "price": 230.00,
  16. "currency": "EUR",
  17. "depends": [
  18. "ir_config_parameter_multi_company",
  19. "web_website",
  20. "mail",
  21. ],
  22. "external_dependencies": {"python": [], "bin": []},
  23. "data": [
  24. "views/website_views.xml",
  25. ],
  26. "demo": [
  27. ],
  28. "qweb": [
  29. ],
  30. "post_load": None,
  31. "pre_init_hook": None,
  32. "post_init_hook": "post_init_hook",
  33. "uninstall_hook": "uninstall_hook",
  34. "auto_install": False,
  35. "installable": False,
  36. # "demo_title": "Email Addresses per Website",
  37. # "demo_addons": [
  38. # ],
  39. # "demo_addons_hidden": [
  40. # ],
  41. # "demo_url": "DEMO-URL",
  42. # "demo_summary": "Use single Backend to manage several Websites",
  43. # "demo_images": [
  44. # "images/MAIN_IMAGE",
  45. # ]
  46. }