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.
 
 
 
 
 

19 lines
541 B

# coding: utf-8
# Copyright 2013 Therp BV (<http://therp.nl>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Check for unsaved data when closing browser window',
'version': '10.0.1.0.0',
'author': "Devang Pipaliya - Dreambits,Therp BV,"
"Odoo Community Association (OCA)",
'category': 'Usability',
'website': 'https://github.com/oca/web',
'license': 'AGPL-3',
'installable': True,
'data': [
'views/assets.xml',
],
'depends': [
'web',
],
}