26 lines
827 B
Python
26 lines
827 B
Python
{
|
|
'name': 'Citizen ZPL Printer',
|
|
'version': '18.0.1.0.0',
|
|
'category': 'Inventory/Hardware',
|
|
'summary': 'Print ZPL labels directly to Citizen Printer via Network',
|
|
'description': """
|
|
This module allows printing ZPL labels directly to a Citizen ZPL printer using its IP address.
|
|
It adds a "Print Barcode" button to Inventory Receipts and Manufacturing Orders.
|
|
""",
|
|
'author': 'Antigravity',
|
|
'depends': ['stock', 'mrp'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/res_config_settings_views.xml',
|
|
'views/stock_picking_views.xml',
|
|
'views/mrp_production_views.xml',
|
|
'views/citizen_zpl_report.xml',
|
|
'wizard/citizen_printer_wizard_views.xml',
|
|
],
|
|
|
|
|
|
'installable': True,
|
|
'application': False,
|
|
'license': 'LGPL-3',
|
|
}
|