2018-01-16 06:58:15 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
2018-01-16 11:34:37 +01:00
|
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
{
|
|
|
|
'name': 'PosBox Homepage',
|
2018-01-16 12:05:52 +01:00
|
|
|
'author' : 'Odoo S.A',
|
2018-01-16 06:58:15 +01:00
|
|
|
'category': 'Point of Sale',
|
|
|
|
'sequence': 6,
|
2018-01-16 11:34:37 +01:00
|
|
|
'website': 'https://flectrahq.com/page/point-of-sale',
|
2018-01-16 06:58:15 +01:00
|
|
|
'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,
|
|
|
|
}
|