web/web_confirm_window_close/__manifest__.py

20 lines
541 B
Python

# 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',
],
}