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.

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