changes
This commit is contained in:
25
fusion_labels/fusion_labels_print/__manifest__.py
Normal file
25
fusion_labels/fusion_labels_print/__manifest__.py
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
# 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,
|
||||
}
|
||||
Reference in New Issue
Block a user