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.

25 lines
723 B

7 years ago
7 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2017 Akretion <raphael.reverdy@akretion.com>
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. "name": "Multicompany - Switch Company Warning",
  6. "summary": "Show a warning if current company has been switched"
  7. " in another tab or window.",
  8. "version": "10.0.0.1.0",
  9. "category": "web",
  10. "website": "http://akretion.com",
  11. "license": "AGPL-3",
  12. "author": "Akretion, "
  13. "Odoo Community Association (OCA)",
  14. "depends": [
  15. 'web',
  16. ],
  17. "data": [
  18. "view/view.xml",
  19. ],
  20. "qweb": [
  21. "static/src/xml/switch_company_warning.xml",
  22. ],
  23. 'installable': True,
  24. "application": False,
  25. }