odoo/openerp/tests/addons
Xavier Morel 789c0d8a6b [ADD] Conversions from field values to "html" content
> many2one --> mettre <br/> si multi-line, html escape le reste (ex:
> adresse sur un event, on a du mettre dans un <pre> mais ce n'est pas
> bien)

> text --> mettre <br/> si multi-line, html escape le reste (ex:
> description d'un produit, à droite)

> char --> normalement pas de multi-line

> fields.binary --> t-field on image field ne semble pas fonctionner
> en écriture (la photo d'une fiche produit)

(validates that the binary field's content is image data by opening it
with PIL, then generates an <img> tag)

TODO:

> fields.float --> utiliser le digits pour formatter les decimals
> correctement (ex: prix d'un produit, à deux décimales)

> On aura aussi besoin d'un widget="currency", un peu comme dans la
> vue form du client web.

bzr revid: xmo@openerp.com-20130926133850-ab14h241q878jbom
2013-09-26 15:38:50 +02:00
..
test_convert [IMP] move testing of xml conversion alongside test data to ensure tests only run if module on addons_path/loaded 2013-04-29 14:23:17 +02:00
test_converter [ADD] Conversions from field values to "html" content 2013-09-26 15:38:50 +02:00
test_exceptions [FIX] safe_eval: better exception handling: 2013-03-20 14:22:38 +01:00
test_impex [FIX] Previous `[iMP]` was broken. 2013-02-25 11:55:23 +01:00
test_limits [IMP] test_limits/test_uninstall: added access rules. 2012-11-16 14:14:39 +01:00
test_uninstall [IMP] test_limits/test_uninstall: added access rules. 2012-11-16 14:14:39 +01:00
test_workflow [REM] workflows: removed temporary run.py script from the tests. 2013-07-31 17:11:04 +02:00