odoo/addons/hw_escpos/escpos
Joren Van Onder ad727be267 [FIX] hw_escpos: don't try too hard to close a printer
Although it might be a good idea to make sure a printer device is
properly closed, trying for >1 min to do so is too much. It can cause a
>1 min delay between receiving a receipt and actually printing. Also,
just because the device is not cleanly closed does not mean that it will
not work when we open it again.
2015-09-17 09:26:33 +02:00
..
LICENSE.txt [FIX] hw_escpos copyright notice 2015-02-10 14:24:54 +01:00
__init__.py [IMP] hw_escpos: get rid of printer whitelist 2015-08-26 15:12:39 +02:00
constants.py [FIX] hw_escpos: xmlescpos add cp936(GBK) encoding support 2015-07-02 10:43:21 +02:00
escpos.py [FIX] hw_escpos: xmlescpos add cp936(GBK) encoding support 2015-07-02 10:43:21 +02:00
exceptions.py [IMP] hw_escpos: don't replace a USBError exception with some string 2015-09-17 09:26:33 +02:00
printer.py [FIX] hw_escpos: don't try too hard to close a printer 2015-09-17 09:26:33 +02:00