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.

18 lines
565 B

  1. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  2. {
  3. 'name': "Point of Sale - Accented Product Search",
  4. 'version': '12.0.1.0.1',
  5. 'category': 'Point of Sale',
  6. 'summary': 'Point of Sale - Product search works regardless of accented characters',
  7. 'author': "Le Nid, Odoo Community Association (OCA)",
  8. 'website': "https://github.com/OCA/pos",
  9. 'license': 'AGPL-3',
  10. 'maintainers': ['fkawala'],
  11. 'depends': [
  12. 'point_of_sale',
  13. ],
  14. 'data': [
  15. 'views/templates.xml',
  16. ],
  17. 'installable': True,
  18. }