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.

27 lines
970 B

  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. "images": ["images/main.jpg"],
  8. "version": "11.0.1.0.1",
  9. "application": False,
  10. "author": "IT-Projects LLC, Ivan Yelizariev",
  11. "support": "apps@itpp.dev",
  12. "website": "https://twitter.com/OdooFree",
  13. "license": "Other OSI approved licence", # MIT
  14. "price": 230.00,
  15. "currency": "EUR",
  16. "depends": ["ir_config_parameter_multi_company", "web_website", "mail"],
  17. "external_dependencies": {"python": [], "bin": []},
  18. "data": ["views/website_views.xml"],
  19. "demo": [],
  20. "qweb": [],
  21. "post_load": None,
  22. "pre_init_hook": None,
  23. "post_init_hook": "post_init_hook",
  24. "uninstall_hook": "uninstall_hook",
  25. "auto_install": False,
  26. "installable": True,
  27. }