diff --git a/pos_fix_search_limit/README.rst b/pos_fix_search_limit/README.rst deleted file mode 100644 index 0b238001..00000000 --- a/pos_fix_search_limit/README.rst +++ /dev/null @@ -1,77 +0,0 @@ -.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png - :target: https://www.gnu.org/licenses/agpl - :alt: License: AGPL-3 - -==================== -Pos Fix Search Limit -==================== - -This module makes the distinction between the limit of search results -and the limit of product displayed. - -Without this module, if you have many products, all the searches are limited -to 100 firsts results. - -This module increase the limit of search results to a high number -and keep the number of product displayed to 100. - - -Usage -===== - -This module is a dependecy of other modules like pos_product_template. - -.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas - :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/184/10.0 - -Known issues / Roadmap -====================== - -* Display a last element like "More products" to let the user know his search has been truncated. -* Truncate the list of partners with the display limit. - -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 smash it by providing detailed and welcomed feedback. - -Credits -======= - -Images ------- - -* Odoo Community Association: `Icon `_. - -Contributors ------------- - -* Raphaël Reverdy (https://www.akretion.com) - -Do not contact contributors directly about support or help with technical issues. - -Funders -------- - -The development of this module has been financially supported by: - -* Akretion - -Maintainer ----------- - -.. image:: https://odoo-community.org/logo.png - :alt: Odoo Community Association - :target: https://odoo-community.org - -This module is maintained by the OCA. - -OCA, or the Odoo Community Association, is a nonprofit organization whose -mission is to support the collaborative development of Odoo features and -promote its widespread use. - -To contribute to this module, please visit https://odoo-community.org. diff --git a/pos_fix_search_limit/readme/CONTRIBUTORS.rst b/pos_fix_search_limit/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..296e72d1 --- /dev/null +++ b/pos_fix_search_limit/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Raphaël Reverdy (https://www.akretion.com) diff --git a/pos_fix_search_limit/readme/CREDITS.rst b/pos_fix_search_limit/readme/CREDITS.rst new file mode 100644 index 00000000..fdc8ca1e --- /dev/null +++ b/pos_fix_search_limit/readme/CREDITS.rst @@ -0,0 +1,3 @@ +The development of this module has been financially supported by: + +* Akretion diff --git a/pos_fix_search_limit/readme/DESCRIPTION.rst b/pos_fix_search_limit/readme/DESCRIPTION.rst new file mode 100644 index 00000000..7f893b61 --- /dev/null +++ b/pos_fix_search_limit/readme/DESCRIPTION.rst @@ -0,0 +1,8 @@ +This module makes the distinction between the limit of search results +and the limit of product displayed. + +Without this module, if you have many products, all the searches are limited +to 100 firsts results. + +This module increase the limit of search results to a high number +and keep the number of product displayed to 100. \ No newline at end of file diff --git a/pos_fix_search_limit/readme/HISTORY.rst b/pos_fix_search_limit/readme/HISTORY.rst new file mode 100644 index 00000000..21116ee5 --- /dev/null +++ b/pos_fix_search_limit/readme/HISTORY.rst @@ -0,0 +1,4 @@ +12.0.1.0.0 (2019-11-20) +~~~~~~~~~~~~~~~~~~~~~~~ + +* [MIG] Migrated to Odoo 12 diff --git a/pos_fix_search_limit/readme/ROADMAP.rst b/pos_fix_search_limit/readme/ROADMAP.rst new file mode 100644 index 00000000..993c7a7c --- /dev/null +++ b/pos_fix_search_limit/readme/ROADMAP.rst @@ -0,0 +1,2 @@ +* Display a last element like "More products" to let the user know his search has been truncated. +* Truncate the list of partners with the display limit. \ No newline at end of file diff --git a/pos_fix_search_limit/readme/USAGE.rst b/pos_fix_search_limit/readme/USAGE.rst new file mode 100644 index 00000000..599bc22d --- /dev/null +++ b/pos_fix_search_limit/readme/USAGE.rst @@ -0,0 +1,5 @@ +This module is a dependency of other modules like pos_product_template. + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/184/10.0 \ No newline at end of file