Commit Graph

6 Commits

Author SHA1 Message Date
Xavier Morel 9b0cc92b66 [ADD] grouping to the Model/Query API, but filtering looks completely broken
bzr revid: xmo@openerp.com-20120302154759-8ihi5p1ffygiyhw3
2012-03-02 16:47:59 +01:00
Xavier Morel 2c2df2b325 [FIX] Model#call not working correctly if the second argument (after method) is the kwargs
bzr revid: xmo@openerp.com-20120302100742-p1wrg44ght8d3cdy
2012-03-02 11:07:42 +01:00
Xavier Morel 8225ef6c99 [ADD] small doc for Connection#rpc
bzr revid: xmo@openerp.com-20120301103049-u2b208awbv6e67xb
2012-03-01 11:30:49 +01:00
Xavier Morel 9022aae8cb [ADD] core Traverser API
There are still questions over how it'll work, and if it can work at all

bzr revid: xmo@openerp.com-20120301102117-zxd89ffcvo2n32nw
2012-03-01 11:21:17 +01:00
Xavier Morel 923e947917 [ADD] small Model examples
bzr revid: xmo@openerp.com-20120229141754-2mr8b6sm6es2j4wb
2012-02-29 15:17:54 +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