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
468 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Thomas Rehn (initOS GmbH)
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. 'name': 'User-friendly Offline Warning',
  6. 'version': '8.0.1.0.0',
  7. 'author': 'initOS GmbH, Odoo Community Association (OCA)',
  8. 'depends': [
  9. 'web',
  10. ],
  11. 'data': [
  12. 'views/assets.xml',
  13. ],
  14. 'description': "",
  15. 'test': [],
  16. 'installable': True,
  17. 'auto_install': False,
  18. 'license': 'AGPL-3',
  19. }