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
24 lines
710 B
# Copyright 2017 Akretion <raphael.reverdy@akretion.com>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Switch Context Warning",
|
|
"summary": "Show a warning if current user, company or database "
|
|
"have been switched in another tab or window.",
|
|
"version": "12.0.2.0.0",
|
|
"category": "web",
|
|
"website": "https://github.com/OCA/web",
|
|
"license": "AGPL-3",
|
|
"author": "Akretion, "
|
|
"Odoo Community Association (OCA)",
|
|
"depends": [
|
|
'web',
|
|
],
|
|
"data": [
|
|
"view/view.xml",
|
|
],
|
|
"qweb": [
|
|
"static/src/xml/switch_context_warning.xml",
|
|
],
|
|
'installable': True,
|
|
"application": False,
|
|
}
|