Browse Source

Fix typo + url in manifest.

pull/488/head
Francois Kawala 4 years ago
committed by François Kawala
parent
commit
8ee059e635
  1. 8
      pos_accented_search/README.rst
  2. 2
      pos_accented_search/__openerp__.py

8
pos_accented_search/README.rst

@ -2,11 +2,11 @@
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3 :alt: License: AGPL-3
======================================================
Point of Sale -
======================================================
====================================================
Point of Sale - Product search for accented products
====================================================
This add-on make pos product search insensitive to accented characters in the product
This add-on makes pos product search insensitive to accented characters in the product
name. For instance, café will match both cafe and café. name. For instance, café will match both cafe and café.
Installation Installation

2
pos_accented_search/__openerp__.py

@ -7,7 +7,7 @@
'category': 'Point of Sale', 'category': 'Point of Sale',
'summary': 'Point of Sale - Product search works regardless of accented characters', 'summary': 'Point of Sale - Product search works regardless of accented characters',
'author': "Le Nid, Odoo Community Association (OCA)", 'author': "Le Nid, Odoo Community Association (OCA)",
'website': "http://www.lenid.ch",
'website': "https://github.com/OCA/pos",
'license': 'AGPL-3', 'license': 'AGPL-3',
'depends': [ 'depends': [
'point_of_sale', 'point_of_sale',

Loading…
Cancel
Save