[ADD] Add printer_zpl2 module (#66)

* [FIX] printer_tray: Allow to call print_option with no report

* [ADD] Add printer_zpl2 module
This commit is contained in:
Sylvain Garancher
2017-04-04 19:23:07 +02:00
committed by duongtq
parent 7f4fb18130
commit 032ab920bb
14 changed files with 1734 additions and 0 deletions

6
printer_zpl2/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2016 SYLEAM (<http://www.syleam.fr>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import models
from . import wizard