Browse Source

[ADD] Use readme directory instead of README.md

pull/412/head
Wolfgang Pichler 5 years ago
parent
commit
2bb391c5d4
  1. 77
      pos_fix_search_limit/README.rst
  2. 1
      pos_fix_search_limit/readme/CONTRIBUTORS.rst
  3. 3
      pos_fix_search_limit/readme/CREDITS.rst
  4. 8
      pos_fix_search_limit/readme/DESCRIPTION.rst
  5. 4
      pos_fix_search_limit/readme/HISTORY.rst
  6. 2
      pos_fix_search_limit/readme/ROADMAP.rst
  7. 5
      pos_fix_search_limit/readme/USAGE.rst

77
pos_fix_search_limit/README.rst

@ -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
<https://github.com/OCA/{project_repo}/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 <https://odoo-community.org/logo.png>`_.
Contributors
------------
* Raphaël Reverdy <raphael.reverdy@akretion.com> (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.

1
pos_fix_search_limit/readme/CONTRIBUTORS.rst

@ -0,0 +1 @@
* Raphaël Reverdy <raphael.reverdy@akretion.com> (https://www.akretion.com)

3
pos_fix_search_limit/readme/CREDITS.rst

@ -0,0 +1,3 @@
The development of this module has been financially supported by:
* Akretion

8
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.

4
pos_fix_search_limit/readme/HISTORY.rst

@ -0,0 +1,4 @@
12.0.1.0.0 (2019-11-20)
~~~~~~~~~~~~~~~~~~~~~~~
* [MIG] Migrated to Odoo 12

2
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.

5
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
Loading…
Cancel
Save