Commit Graph

7 Commits

Author SHA1 Message Date
Roman Zoller
a06f4d163f add a full screen preview option to the tree image widget
Images can now be displayed in 3 different ways:
- 'inline':    display image directly in tree view (default)
- 'icon':      display only an icon, show a full screen preview
               of the picture on click
- 'thumbnail': display image directly in tree view, show a
               full screen preview of the picture on click
2015-11-13 16:21:14 +01:00
Leonardo Donelli
09feead204 [web_tree_image] Add support resize option
set resize="<width>,<height>" in the field tag definition to
make the server return a resized version of the image.
Useful for saving bandwidth when dealing with large images and to
have uniform image sizes (aspect ratio is mantained by filling
emtpy areas with transparent background)
2015-10-09 16:12:37 +02:00
Yannick Vaucher
89ac30b00a Add missing default oca icons 2015-08-18 11:09:01 +02:00
Stefan Rijnhart
f100b33f94 [IMP] Widget name 'image' instead of 'tree_image' 2014-12-08 10:34:32 +01:00
Stefan Rijnhart
e497db6780 [RFR] Move module description to README
[FIX] rst line endings
[IMP] Comment on arbitrary media subtype
2014-12-08 10:28:21 +01:00
Stefan Rijnhart
794fc63c1c [IMP] Handle binary fields. Courtesy of Marcel van der Boom 2014-12-05 19:27:37 +01:00
Stefan Rijnhart
4a1c3e8dec [ADD] web_tree_widget 2014-12-05 19:02:10 +01:00