26 lines
641 B
Python
26 lines
641 B
Python
{
|
|
# App information
|
|
"name": "Fusion Labels Print",
|
|
"version": "19.0.1.0.0",
|
|
"category": "Hidden",
|
|
"summary": "Product label printing without download.",
|
|
"license": "OPL-1",
|
|
"depends": [
|
|
"fusion_labels",
|
|
],
|
|
# Views
|
|
"data": [
|
|
"views/print_product_label_templates.xml",
|
|
"wizard/print_product_label_views.xml",
|
|
],
|
|
# Author
|
|
"author": "Nexa Systems Inc",
|
|
"website": "https://nexasystems.ca",
|
|
"maintainer": "Nexa Systems Inc",
|
|
"support": "support@nexasystems.ca",
|
|
# Technical
|
|
"installable": True,
|
|
"auto_install": False,
|
|
"application": False,
|
|
}
|