From 50b43e957d34d720d0ceee0a997f4040a7a1ce12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Kawala?= Date: Wed, 13 May 2020 16:05:40 +0200 Subject: [PATCH] V12 migration. --- pos_accented_search/README.rst | 10 +++++----- pos_accented_search/__init__.py | 1 - .../{__openerp__.py => __manifest__.py} | 4 +--- pos_accented_search/static/description/index.html | 6 +++--- 4 files changed, 9 insertions(+), 12 deletions(-) rename pos_accented_search/{__openerp__.py => __manifest__.py} (87%) diff --git a/pos_accented_search/README.rst b/pos_accented_search/README.rst index 1b7725f5..57de6975 100644 --- a/pos_accented_search/README.rst +++ b/pos_accented_search/README.rst @@ -14,13 +14,13 @@ Point of Sale - Accented Product Search :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github - :target: https://github.com/OCA/pos/tree/9.0/pos_accented_search + :target: https://github.com/OCA/pos/tree/12.0/pos_accented_search :alt: OCA/pos .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/pos-9-0/pos-9-0-pos_accented_search + :target: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_accented_search :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/184/9.0 + :target: https://runbot.odoo-community.org/runbot/184/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -44,7 +44,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -83,6 +83,6 @@ Current `maintainer `__: |maintainer-fkawala| -This module is part of the `OCA/pos `_ project on GitHub. +This module is part of the `OCA/pos `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/pos_accented_search/__init__.py b/pos_accented_search/__init__.py index 7c68785e..e69de29b 100644 --- a/pos_accented_search/__init__.py +++ b/pos_accented_search/__init__.py @@ -1 +0,0 @@ -# -*- coding: utf-8 -*- \ No newline at end of file diff --git a/pos_accented_search/__openerp__.py b/pos_accented_search/__manifest__.py similarity index 87% rename from pos_accented_search/__openerp__.py rename to pos_accented_search/__manifest__.py index 451c3adc..f320d8a1 100644 --- a/pos_accented_search/__openerp__.py +++ b/pos_accented_search/__manifest__.py @@ -1,9 +1,7 @@ -# -*- coding: utf-8 -*- -# @author: François Kawala # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': "Point of Sale - Accented Product Search", - 'version': '9.0.0.0.2', + 'version': '12.0.0.0.2', 'category': 'Point of Sale', 'summary': 'Point of Sale - Product search works regardless of accented characters', 'author': "Le Nid, Odoo Community Association (OCA)", diff --git a/pos_accented_search/static/description/index.html b/pos_accented_search/static/description/index.html index eb909179..0364d692 100644 --- a/pos_accented_search/static/description/index.html +++ b/pos_accented_search/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/pos Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/pos Translate me on Weblate Try me on Runbot

This add-on makes pos product search insensitive to accented characters in the product name. For instance, café will match both cafe and café.

Table of contents

@@ -392,7 +392,7 @@ name. For instance, café will match both cafe and café.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -419,7 +419,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

fkawala

-

This module is part of the OCA/pos project on GitHub.

+

This module is part of the OCA/pos project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.