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

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