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.

23 lines
606 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': '10.0.1.0.0',
  7. 'author': 'Savoir-faire Linux',
  8. 'maintainer': (
  9. 'Savoir-faire Linux,'
  10. 'Odoo Community Association (OCA)'
  11. ),
  12. 'website': 'https://www.savoirfairelinux.com',
  13. 'license': 'AGPL-3',
  14. 'category': 'Web',
  15. 'summary': 'Remove the bubbles from the web interface',
  16. 'depends': ['web'],
  17. 'data': [
  18. 'views/web_no_bubble.xml',
  19. ],
  20. 'installable': True,
  21. 'application': False,
  22. }