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
773 B

# Copyright (C) 2017 - Today: GRAP (http://www.grap.coop)
# Copyright (C) 2017 - Today: Akretion (http://www.akretion.com)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Point of Sale - timeout",
"summary": "Set the timeout of the point of sale",
"version": "13.0.1.0.1",
"category": "Sales/Point Of Sale",
"website": "https://odoo-community.org/",
"author": "GRAP, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["point_of_sale"],
"images": ["static/description/pos_config.png"],
"data": ["views/view_pos_config.xml", "views/templates.xml"],
"qweb": ["static/src/xml/pos_timeout.xml"],
"installable": True,
}