mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[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:
committed by
duongtq
parent
7f4fb18130
commit
032ab920bb
24
printer_zpl2/__openerp__.py
Normal file
24
printer_zpl2/__openerp__.py
Normal file
@@ -0,0 +1,24 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2016 SYLEAM (<http://www.syleam.fr>)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Printer ZPL II',
|
||||
'version': '9.0.1.0.0',
|
||||
'category': 'Printer',
|
||||
'author': 'SYLEAM, Odoo Community Association (OCA)',
|
||||
'website': 'http://www.syleam.fr/',
|
||||
'license': 'AGPL-3',
|
||||
'external_dependancies': {
|
||||
'python': ['zpl2'],
|
||||
},
|
||||
'depends': [
|
||||
'base_report_to_printer',
|
||||
],
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'views/printing_label_zpl2.xml',
|
||||
'wizard/print_record_label.xml',
|
||||
],
|
||||
'installable': True,
|
||||
}
|
||||
Reference in New Issue
Block a user