__manifest__.py 672 B

12345678910111213141516171819202122232425
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. {
  4. 'name': 'IoT Box Homepage',
  5. 'category': 'Sales/Point of Sale',
  6. 'sequence': 6,
  7. 'website': 'https://www.odoo.com/app/point-of-sale-hardware',
  8. 'summary': 'A homepage for the IoT Box',
  9. 'description': """
  10. IoT Box Homepage
  11. ================
  12. This module overrides Odoo web interface to display a simple
  13. Homepage that explains what's the iotbox and shows the status,
  14. and where to find documentation.
  15. If you activate this module, you won't be able to access the
  16. regular Odoo interface anymore.
  17. """,
  18. 'installable': False,
  19. 'license': 'LGPL-3',
  20. }