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.

23 lines
696 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": "Shows a warning if current company has been switched in another tab or window."
  7. "version": "0.1",
  8. "category": "web",
  9. "website": "https://github.com/OCA/web/blob/8.0/web_switch_company_warning",
  10. "license": "AGPL-3",
  11. "author": "Akretion / Odoo Community Association (OCA)",
  12. "depends": [
  13. 'web',
  14. ],
  15. "data": [
  16. "view/view.xml",
  17. ],
  18. "qweb": [
  19. "static/src/xml/switch_company_warning.xml",
  20. ],
  21. "installable": True,
  22. "application": False,
  23. }