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

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