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
667 B

  1. # -*- coding: utf-8 -*-
  2. # © <2015> <Akretion, OCA>
  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": "8.0.0.1.0",
  9. "category": "web",
  10. "website": "http://akretion.com",
  11. "license": "AGPL-3",
  12. "author": "Akretion / Odoo Community Association (OCA)",
  13. "depends": [
  14. 'web',
  15. ],
  16. "data": [
  17. "view/view.xml",
  18. ],
  19. "qweb": [
  20. "static/src/xml/switch_company_warning.xml",
  21. ],
  22. 'installable': False,
  23. "application": False,
  24. }