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.
 
 
 
 

29 lines
1.1 KiB

# -*- coding: utf-8 -*-
{
'name': "pos_reset_search",
'summary': """
Reset search after click on product.""",
'description': """
The POS search workflow is to type-in product name until there is only on product left
to be selected. Then the user will select the product by typing on enter. To select a
product clears the search. This workflow is very efficient but it requires training.
This add-on complete the POS search workflow for beginers. This add-on enables users
to search and narrow down the product selection to a handfull of products. The user
can then use the mouse and click on the product to select. To click on product clears
the search. The default workflow remains usable for trained users. This new workflow
is deemed less efficient but has proven to help beginers.
""",
'author': 'Cooperative le Nid',
'website': "http://www.lenid.ch",
'license': 'AGPL-3',
'category': 'Point of Sale',
'version': '0.1',
'depends': ['point_of_sale'],
'data': [
'views/templates.xml',
],
}