You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
651 B
19 lines
651 B
# © 2014-2016 Aurélien DUMAINE
|
|
# © 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Point of Sale - LED Customer Display",
|
|
"version": "12.0.1.0.1",
|
|
"category": "Point Of Sale",
|
|
"summary": "Manage LED Customer Display device from POS front end",
|
|
"author": "Aurélien DUMAINE,GRAP,Akretion,Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["point_of_sale"],
|
|
"data": [
|
|
"views/assets.xml",
|
|
"views/view_pos_config.xml",
|
|
],
|
|
"demo": ["demo/pos_config.xml"],
|
|
"installable": True,
|
|
}
|