odoo/addons/web
Thibault Delavallée 35ac2be207 [MERGE] MyNotChatterTask: image resize.
This revision adds standard image field names and sizes (image: 1024x1024; image_medium: 180x180; image_small: 50x50, the last two being function fields). This web-side branch holds the field name change for the topbar avatar. It also adds 2 CSS classes when using images: oe_image_small and oe_image_medium, that fix the max-width and mex-height to respectively 50x50 and 180x180 px.
Misc :
- deleted oe_kanban_gravatar CSS class
- renamed oe_kanban_avatar_toto to oe_kanban_avatar_smallbox; this class is used only in res.partner form view, for child partners.

bzr revid: tde@openerp.com-20120807131300-i6helnvao10o0go7
2012-08-07 15:13:00 +02:00
..
common [IMP] once more small improvement to cache-control 2012-07-27 17:09:55 +02:00
controllers [FIX] Binary image controller should not crash on virtual ids 2012-08-07 12:58:13 +02:00
i18n Launchpad automatic translations update. 2012-07-31 05:10:54 +00:00
static [MERGE] MyNotChatterTask: image resize. 2012-08-07 15:13:00 +02:00
test [FIX] dependencies handling in modules listing of web client 2012-03-06 15:20:10 +01:00
test_support [ADD] nonliterals in dataset tests 2012-02-27 09:51:28 +01:00
__init__.py [FIX] imports to handle conflicts with e.g. web.py in embedded mode 2012-02-10 11:34:26 +01:00
__openerp__.py [REM]remove view editor unnecessary code. 2012-08-01 16:49:29 +05:30