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

  1. # -*- coding: utf-8 -*-
  2. # @author: François Kawala
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  4. {
  5. 'name': "Point of Sale - Clear product search on click",
  6. 'version': '9.0.0.0.1',
  7. 'category': 'Point of Sale',
  8. 'summary': 'Point of Sale - Clear product search when user clicks on a product.',
  9. 'author': "Le Nid, Odoo Community Association (OCA)",
  10. 'website': "http://www.lenid.ch",
  11. 'license': 'AGPL-3',
  12. 'depends': [
  13. 'point_of_sale',
  14. ],
  15. 'data': [
  16. 'views/templates.xml',
  17. ],
  18. 'installable': True,
  19. }