changes
This commit is contained in:
45
fusion_labels/fusion_labels_pro/__manifest__.py
Normal file
45
fusion_labels/fusion_labels_pro/__manifest__.py
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
# App information
|
||||
"name": "Fusion Labels Pro",
|
||||
"version": "19.0.1.0.0",
|
||||
"category": "Extra Tools",
|
||||
"summary": "Professional product barcode label builder and designer.",
|
||||
"license": "OPL-1",
|
||||
"depends": [
|
||||
"fusion_labels_print",
|
||||
"link_tracker",
|
||||
],
|
||||
# Views
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"report/product_label_reports.xml",
|
||||
"report/product_label_templates.xml",
|
||||
"views/print_product_label_template_views.xml",
|
||||
"views/print_product_label_section_views.xml",
|
||||
"views/res_config_settings_views.xml",
|
||||
"views/templates.xml",
|
||||
"views/res_users_views.xml",
|
||||
"data/print_product_label_template_data.xml",
|
||||
"data/print_product_label_section_data.xml",
|
||||
"wizard/print_product_label_preview_views.xml",
|
||||
"wizard/print_product_label_views.xml",
|
||||
"wizard/print_product_label_template_add_views.xml",
|
||||
"wizard/product_label_layout_views.xml",
|
||||
],
|
||||
"demo": [
|
||||
"data/product_pricelist_demo.xml",
|
||||
"data/res_company_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,
|
||||
"price": "245.00",
|
||||
"currency": "USD",
|
||||
}
|
||||
Reference in New Issue
Block a user