调整机台二维码使用A4打印机

This commit is contained in:
胡尧
2025-04-24 09:58:27 +08:00
parent 2b0648d9bc
commit 5a61b3b459
8 changed files with 96 additions and 65 deletions

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
{
'name': '机企猫 打印模块',
'version': '1.0',
'summary': """ 包含机台二维码,程序单打印等 """,
'author': '机企猫',
'website': 'https://www.jikimo.com',
'category': '机企猫',
'depends': ['sf_manufacturing', 'sf_maintenance', 'base_report_to_printer'],
'data': [
],
'application': True,
'installable': True,
'auto_install': False,
'license': 'LGPL-3',
}