|
@ -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 <yelizariev@it-projects.info> |
|
|
|
|
|
|
|
|
|
|
|
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. |