Hi Joël, ERPPeek has some great functionalities! (I like the idea to store configurations, maybe I will steal that ;) ). I've started OERPLib a couple of years now, and the main purpose was to provide an API as close as possible to the one proposed by OpenERP on the server-side (to reduce as much as possible the learning gap for new OpenERP developers), while making it simpler on some points. That's why I made the choice to not implement an API similar to ActiveRecord (or others), in order to follow the "OpenERP way" :)
Regards, Le Tue, 19 Feb 2013 16:19:25 +0100, Joël Grand-Guillaume <[email protected]> a écrit : > Dear Sébastien, > > Thanks for this great contributions ! I want to also share ERPpeek > library that has more or less the same features (I do not know the > exact differences...) : > > * http://erppeek.readthedocs.org/en/latest/ > * https://pypi.python.org/pypi/ERPpeek > > We do use this one @ Camptocamp... also integrated with our new beta > testing tools (https://launchpad.net/oerpscenario) > > What I love in this one is the way it more or less use the same > principle than ActiveRecord in Ruby, e.g. : > > client.ResUsers.create({'login': 'joe', 'name': 'Joe'}) or > client.AccountInvoice.get(12) > > Best regards, > > > Joël > > > Le 19 févr. 2013 à 13:42, Sébastien ALIX <[email protected]> > a écrit : > > > OERPLib is a client library to OpenERP server. It aims to provide an > > easy way to remotely pilot an OpenERP server. > > > > ... > > ___________ > > > > -- > > Camptocamp > Innovative Solutions by Open Source Experts > > Joël Grand-Guillaume > Division Manager - Business Solutions > > www.camptocamp.com > -- Sébastien ALIX ABF Osiell Immeuble Oméga Rue Jean-Marie David 35740 PACÉ Tél: 09 72 36 91 08 E-mail: *[email protected] <mailto:[email protected]> Site: *http://www.osiell.com _______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

