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 Software Upgrader',
|
2018-01-16 12:05:52 +01:00
|
|
|
'author' : 'Odoo S.A',
|
2018-01-16 06:58:15 +01:00
|
|
|
'category': 'Point of Sale',
|
2018-01-16 11:34:37 +01:00
|
|
|
'website': 'https://flectrahq.com/page/point-of-sale',
|
2018-01-16 06:58:15 +01:00
|
|
|
'sequence': 6,
|
|
|
|
'summary': 'Allows to remotely upgrade the PosBox software',
|
|
|
|
'description': """
|
|
|
|
PosBox Software Upgrader
|
|
|
|
========================
|
|
|
|
|
|
|
|
This module allows to remotely upgrade the PosBox software to a
|
|
|
|
new version. This module is specific to the PosBox setup and environment
|
|
|
|
and should not be installed on regular Odoo servers.
|
|
|
|
|
|
|
|
""",
|
|
|
|
'depends': ['hw_proxy'],
|
|
|
|
'installable': False,
|
|
|
|
}
|