odoo/openerp
Xavier Morel 2ffcff8fa9 [ADD] qweb: handling of t-att=mapping
Changed render_att_att to return an iterable of pairs instead of a pair, and
dispatched t-att on whether its result is a Mapping.

Also changed qweb test runner so it uses ordereddict for JSON mapping in
params, otherwise iteration order (and thus order of attributes in output) is
unpredictable and results don't/can't match expectations (as both are
strings).

Note that this relies on JS implementation details wrt iteration order of
mappings. Tests would probably be somewhat less brittle if rendering output
was parsed to XML... if that's possible (?)
2014-10-06 19:13:44 +02:00
..
addons [ADD] qweb: handling of t-att=mapping 2014-10-06 19:13:44 +02:00
cli [ADD] initial theme guide + scaffolding 2014-09-02 12:43:17 +02:00
conf [MERGE] openerp.pooler is deprecated. 2013-03-27 17:40:45 +01:00
modules [FIX] api: clear environments on module installation 2014-10-02 17:46:25 +02:00
osv [IMP] fields: split multi-purpose '_origin' into 'column' and 'inherited' 2014-10-01 16:00:44 +02:00
report [REM] report: remove openerp/report/pyPdf 2014-09-16 15:42:02 +02:00
service Forward port of branch saas-3 up to fc9fc3e 2014-10-06 15:52:23 +02:00
tests [MERGE] Forward-port saas-5 up to acbdac4 2014-08-14 14:56:57 +02:00
tools [MERGE] Forward-port of 7.0 up to 9b1a9c9 2014-09-29 19:39:02 +02:00
workflow [IMP] workflow: add sequence for ordering workflow transitions (split/join mode especially for XOR) 2014-08-05 12:26:28 +02:00
PKG-INFO [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
__init__.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
api.py [FIX] api: clear environments on module installation 2014-10-02 17:46:25 +02:00
exceptions.py [ADD] doc: new documentation, with training tutorials, and new scaffolding 2014-08-22 17:51:20 +02:00
fields.py [FIX] models: fields_get() shall not return info about fields not set up yet 2014-10-06 11:56:03 +02:00
http.py Fix two possible AsciiErrors when an exception occurs 2014-09-29 09:05:58 -04:00
import_xml.rng [MERGE] ir-ui-view split active and show_customize 2014-08-31 16:56:44 +02:00
loglevels.py [REF] logging: removed pseudo log-level TEST. 2013-03-26 16:58:44 +01:00
models.py [FIX] models: fields_get() shall not return info about fields not set up yet 2014-10-06 11:56:03 +02:00
netsvc.py [FIX] Packaging: Wndows: wrong handler used when logging to file 2014-09-19 11:17:13 +02:00
pooler.py [IMP] registry: avoid every direct access registry.db, and rename attribute as registry._db 2014-04-09 15:35:15 +02:00
release.py [REL] Odoo 8.0 2014-09-18 12:11:18 +02:00
sql_db.py [FIX] removed bad comments from previous commit 2014-09-05 17:12:49 +02:00