odoo/addons/base/static/src
Xavier Morel deed2ac28c [FIX] incorrect traversal of the tree: field handling the parent-child relationship *must not* be hardcoded (it's provided by fields_view_get)
Also parent records provide the ids of their children directly, and fvg gives the name of the field in which these children live, there is no need to perform a search + read for every level of the tree past the first one, just perform a read() of the provided ids

bzr revid: xmo@openerp.com-20110809085628-klvic2fmlvfmxjt3
2011-08-09 10:56:28 +02:00
..
css [FIX] Minor Changes For Selection Field. 2011-07-27 16:56:17 +05:30
img [MERGE] trunk. 2011-07-04 10:48:25 +05:30
js [FIX] incorrect traversal of the tree: field handling the parent-child relationship *must not* be hardcoded (it's provided by fields_view_get) 2011-08-09 10:56:28 +02:00
xml [FIX] incorrect traversal of the tree: field handling the parent-child relationship *must not* be hardcoded (it's provided by fields_view_get) 2011-08-09 10:56:28 +02:00
base.html [imp] m2o, added context menu, made most actions work correctly 2011-06-09 19:08:51 +02:00