changes
This commit is contained in:
34
fusion_labels/fusion_labels/__manifest__.py
Normal file
34
fusion_labels/fusion_labels/__manifest__.py
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
# App information
|
||||
"name": "Fusion Labels",
|
||||
"version": "19.0.1.0.0",
|
||||
"category": "Extra Tools",
|
||||
"summary": "Print custom product labels with barcode.",
|
||||
"license": "OPL-1",
|
||||
"depends": [
|
||||
"product",
|
||||
],
|
||||
# Views
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"data/product_data.xml",
|
||||
"data/print_label_type_data.xml",
|
||||
"report/product_label_reports.xml",
|
||||
"report/product_label_templates.xml",
|
||||
"wizard/print_product_label_views.xml",
|
||||
"views/res_config_settings_views.xml",
|
||||
],
|
||||
"demo": [
|
||||
"demo/product_demo.xml",
|
||||
],
|
||||
"images": ["static/description/icon.png"],
|
||||
# Author
|
||||
"author": "Nexa Systems Inc",
|
||||
"website": "https://nexasystems.ca",
|
||||
"maintainer": "Nexa Systems Inc",
|
||||
"support": "support@nexasystems.ca",
|
||||
# Technical
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
"application": True,
|
||||
}
|
||||
Reference in New Issue
Block a user