Commit Graph

9 Commits

Author SHA1 Message Date
Christophe Simonis 63e4d9b572 [IMP] sed -i '' -e 's/connection/session/g'
bzr revid: chs@openerp.com-20120814152900-8r84kyz0qy1hwkvz
2012-08-14 17:29:00 +02:00
Xavier Morel 514c63288c [FIX] change dataset.read_index to be implemented in terms of dataset.read_ids, not in terms of model.first() as not all model data is kept/transferred (filters are not bubbled?)
bzr revid: xmo@openerp.com-20120322142540-x3j9p7kub2px6p6v
2012-03-22 15:25:40 +01:00
Xavier Morel e6f5d4c211 [ADD] Model API, reimplement DataSet/DataSetSearch on top of it (as much as possible)
TODO: traversal state API, removing even more method (e.g. completely remove DataSet.call in the Python API)

bzr revid: xmo@openerp.com-20120227135626-yxqh0gc6jwrdkshs
2012-02-27 14:56:26 +01:00
Xavier Morel b8efd17bbb [REM] todos
bzr revid: xmo@openerp.com-20120227102820-t5hmrrsbcd5pcw61
2012-02-27 11:28:20 +01:00
Xavier Morel db670cff7a Nonliteral domains, name_search w/ nonliteral domains
bzr revid: xmo@openerp.com-20120227102605-wvn1osn1wxgbdiio
2012-02-27 11:26:05 +01:00
Xavier Morel 859991dda7 [ADD] nonliterals in dataset tests
bzr revid: xmo@openerp.com-20120227085128-6ymxpa93pr59vjmb
2012-02-27 09:51:28 +01:00
Xavier Morel f67ddedd2a [ADD] read_slice spec tests
bzr revid: xmo@openerp.com-20120224122620-ji9h2sckpxx3kask
2012-02-24 13:26:20 +01:00
Xavier Morel 27dfa4d12b [ADD] a bunch of tests of the dataset API (translation of javascript dataset calls to XMLRPC ones)
bzr revid: xmo@openerp.com-20120224105753-hqf7o9xwwkc0xcok
2012-02-24 11:57:53 +01:00
Xavier Morel 0ff97e4929 [ADD] testing scaffold which does not hit the OpenERP server
bzr revid: xmo@openerp.com-20120223123416-2zvxy6nqbe9gdhhw
2012-02-23 13:34:16 +01:00