diff --git a/pos_accented_search/README.rst b/pos_accented_search/README.rst index 0790c7fc..c96511a6 100644 --- a/pos_accented_search/README.rst +++ b/pos_accented_search/README.rst @@ -2,11 +2,11 @@ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :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é. Installation diff --git a/pos_accented_search/__openerp__.py b/pos_accented_search/__openerp__.py index bc7550cb..47774c99 100644 --- a/pos_accented_search/__openerp__.py +++ b/pos_accented_search/__openerp__.py @@ -7,7 +7,7 @@ 'category': 'Point of Sale', 'summary': 'Point of Sale - Product search works regardless of accented characters', 'author': "Le Nid, Odoo Community Association (OCA)", - 'website': "http://www.lenid.ch", + 'website': "https://github.com/OCA/pos", 'license': 'AGPL-3', 'depends': [ 'point_of_sale',