25 lines
667 B
Python
25 lines
667 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'PosBox Homepage',
|
|
'category': 'Point of Sale',
|
|
'sequence': 6,
|
|
'website': 'https://flectrahq.com/page/point-of-sale',
|
|
'summary': 'A homepage for the PosBox',
|
|
'description': """
|
|
PosBox Homepage
|
|
===============
|
|
|
|
This module overrides Odoo web interface to display a simple
|
|
Homepage that explains what's the posbox and show the status,
|
|
and where to find documentation.
|
|
|
|
If you activate this module, you won't be able to access the
|
|
regular Odoo interface anymore.
|
|
|
|
""",
|
|
'depends': ['hw_proxy'],
|
|
'installable': False,
|
|
}
|