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.

20 lines
616 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 - Accented Product Search",
  6. 'version': '9.0.0.0.2',
  7. 'category': 'Point of Sale',
  8. 'summary': 'Point of Sale - Product search works regardless of accented characters',
  9. 'author': "Le Nid, Odoo Community Association (OCA)",
  10. 'website': "https://github.com/OCA/pos",
  11. 'license': 'AGPL-3',
  12. 'maintainers': ['fkawala'],
  13. 'depends': [
  14. 'point_of_sale',
  15. ],
  16. 'data': [
  17. 'views/templates.xml',
  18. ],
  19. 'installable': True,
  20. }