From a9d9b085c7df3ffc2c25b94bc9525863552f203b Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Sat, 14 Mar 2015 12:52:32 +0200 Subject: [PATCH] update description --- web_last_viewed_records/README.rst | 47 ++++++++++++++++++++++++++---- 1 file changed, 42 insertions(+), 5 deletions(-) diff --git a/web_last_viewed_records/README.rst b/web_last_viewed_records/README.rst index 649b3b72..4d7295c2 100644 --- a/web_last_viewed_records/README.rst +++ b/web_last_viewed_records/README.rst @@ -1,9 +1,46 @@ -The idea is taken from SugarCRM's "Last viewed" feature. +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg + :alt: License -This module doesn't affect on server performance, because it uses browser's localStorage to save history. But dissadvantage is that history is not synced accross browsers. +Last viewed records +=================== -FIXME: doesn't work in a res.config view +The module shows links to last viewed records and pages. -Tested on 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d. +The module doesn't affect on server performance, because it uses +browser's localStorage to save history. But dissadvantage is that +history is not synced accross browsers. -Further information and discussion: https://yelizariev.github.io/odoo/module/2015/02/18/last-viewed-records.html +Usage +===== + +There are no any settings to configure. Just install module and continue to use odoo in a usual way. You will see links to last visited pages. + +For further information, please visit: + + * https://yelizariev.github.io/odoo/module/2015/02/18/last-viewed-records.html + +Known issues / Roadmap +====================== + + * FIXME: doesn't work in a res.config view + +Credits +======= + +Contributors +------------ + +* Ivan Yelizariev + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://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 http://odoo-community.org.