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': 'Blackbox Hardware Driver',
|
|
|
|
'category': 'Point of Sale',
|
|
|
|
'sequence': 6,
|
|
|
|
'summary': 'Hardware Driver for Belgian Fiscal Data Modules',
|
2018-01-16 11:34:37 +01:00
|
|
|
'website': 'https://flectrahq.com/page/point-of-sale',
|
2018-01-16 06:58:15 +01:00
|
|
|
'description': """
|
|
|
|
Fiscal Data Module Hardware Driver
|
|
|
|
==================================
|
|
|
|
|
|
|
|
This module allows a Point Of Sale client to communicate with a
|
|
|
|
connected Belgian Fiscal Data Module.
|
|
|
|
|
|
|
|
This module does **not** turn an Odoo Point Of Sale module into a certified
|
|
|
|
Belgian cash register. It allows the communication on with a certified Fiscal
|
|
|
|
Data Module but will not modify the behaviour of the Point of Sale.
|
|
|
|
""",
|
|
|
|
'depends': ['hw_proxy'],
|
|
|
|
'external_dependencies': {'python': ['serial']},
|
|
|
|
}
|