mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 10:12:06 +00:00
23 lines
721 B
Python
23 lines
721 B
Python
# Copyright 2017 Creu Blanca
|
|
# Copyright 2020 ForgeFlow S.L.
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Barcode action launcher",
|
|
"version": "2.0.1.0.1",
|
|
"category": "Extra Tools",
|
|
"website": "https://gitlab.com/flectra-community/server-ux",
|
|
"author": "Creu Blanca, ForgeFlow, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"application": False,
|
|
"summary": "Allows to use barcodes as a launcher",
|
|
"depends": ["barcodes"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/barcode_templates.xml",
|
|
"wizard/barcode_action_view.xml",
|
|
],
|
|
"demo": ["demo/barcode_action_demo.xml"],
|
|
}
|