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.

20 lines
551 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Savoir-faire Linux
  3. # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
  4. {
  5. 'name': 'Web No Bubble',
  6. 'version': '11.0.1.0.0',
  7. 'author': 'Savoir-faire Linux, '
  8. 'Odoo Community Association (OCA)',
  9. 'website': 'https://github.com/OCA/web',
  10. 'license': 'AGPL-3',
  11. 'category': 'Web',
  12. 'summary': 'Remove the bubbles from the web interface',
  13. 'depends': ['web'],
  14. 'data': [
  15. 'views/web_no_bubble.xml',
  16. ],
  17. 'installable': True,
  18. 'application': False,
  19. }