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.

24 lines
710 B

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