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.

22 lines
653 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2016 Onestein (<http://www.onestein.eu>)
  3. # Copyright 2019 Sunflower IT (<http://www.sunflowerweb.nl>)
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. 'name': 'Fullscreen',
  7. 'summary': 'Adds a fullscreen mode button',
  8. 'author': 'Onestein, Sunflower IT, Odoo Community Association (OCA)',
  9. 'license': 'AGPL-3',
  10. 'website': 'https://github.com/OCA/web/',
  11. 'category': 'Extra Tools',
  12. 'version': '10.0.1.0.0',
  13. 'depends': ['web'],
  14. 'data': [
  15. 'views/web_fullscreen_view.xml'
  16. ],
  17. 'qweb': [
  18. 'static/src/xml/*.xml'
  19. ],
  20. 'installable': True,
  21. }