[ADD] tools.misc: new function append_to_html, can be used to inject blocks (html...
authorOlivier Dony <odo@openerp.com>
Fri, 31 Aug 2012 13:23:37 +0000 (15:23 +0200)
committerOlivier Dony <odo@openerp.com>
Fri, 31 Aug 2012 13:23:37 +0000 (15:23 +0200)
commitd37745559e951bed047bd293e293ce3087cf8f40
tree23fe6c285e84287c7ee5e27b28ccdb7dfe133b8a
parentfed157bcad8d9d181fdb2e3b42b11ad76c1a4325
[ADD] tools.misc: new function append_to_html, can be used to inject blocks (html or plaintext) to existing HTML snippets

bzr revid: odo@openerp.com-20120831132337-of2p1wlh5l4lpvez
openerp/tests/__init__.py
openerp/tests/test_misc.py [new file with mode: 0644]
openerp/tools/misc.py