mirror of
https://github.com/bringout/oca-ocb-hw.git
synced 2026-04-23 07:02:08 +02:00
Initial commit: Hw packages
This commit is contained in:
commit
a9d00500da
161 changed files with 10506 additions and 0 deletions
24
odoo-bringout-oca-ocb-hw_escpos/hw_escpos/__manifest__.py
Normal file
24
odoo-bringout-oca-ocb-hw_escpos/hw_escpos/__manifest__.py
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
|
||||
{
|
||||
'name': 'ESC/POS Hardware Driver',
|
||||
'category': 'Sales/Point of Sale',
|
||||
'sequence': 6,
|
||||
'website': 'https://www.odoo.com/app/point-of-sale-hardware',
|
||||
'summary': 'Hardware Driver for ESC/POS Printers and Cashdrawers',
|
||||
'description': """
|
||||
ESC/POS Hardware Driver
|
||||
=======================
|
||||
|
||||
This module allows Odoo to print with ESC/POS compatible printers and
|
||||
to open ESC/POS controlled cashdrawers in the point of sale and other modules
|
||||
that would need such functionality.
|
||||
|
||||
""",
|
||||
'external_dependencies': {
|
||||
'python' : ['pyusb','pyserial','qrcode'],
|
||||
},
|
||||
'installable': False,
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue