# coding: utf-8 # Copyright 2013 Therp BV () # 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': "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', ], }