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

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