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

# -*- coding: utf-8 -*-
# © <2015> <Akretion, OCA>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Multicompany - Switch Company Warning",
"summary": "Show a warning if current company has been switched"
" in another tab or window.",
"version": "8.0.0.1.0",
"category": "web",
"website": "http://akretion.com",
"license": "AGPL-3",
"author": "Akretion, Odoo Community Association (OCA)",
"depends": [
'web',
],
"data": [
"view/view.xml",
],
"qweb": [
"static/src/xml/switch_company_warning.xml",
],
"installable": True,
"application": False,
}