Skip to content

Kangaroo is an OpenObject client/wrapper for Ruby, based on ActiveModel. It provides CRUD access to OpenERP objects via XMLRPC. It's fast and provides default data for new objects.

License

Notifications You must be signed in to change notification settings

kayoom/kangaroo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kangaroo

Overview

Kangaroo is an OpenObject client/wrapper for Ruby, based on ActiveModel. It provides CRUD access to OpenERP objects via XMLRPC. It's fast and provides a lot of neat features.

Documentation and Feedback

Please give us some feedback especially on the documentation, which surely requires a lot of work.

Quick Start

gem install kangaroo

kang -u admin -p admin -d some_database
> Oo::Res::Country.limit(5).order(:name).all
# +------+-----------------------------+
# | code | name                        |
# +------+-----------------------------+
# | DZ   | Algeria                     |
# | AS   | American Samoa              |
# | AD   | Andorra, Principality of    |
# | AO   | Angola                      |
# | AI   | Anguilla                    |
# +------+-----------------------------+

a lot more here

Development

Homepage: http://kangaroogem.org

SCM: https://github.com/kayoom/kangaroo

Issues: http://github.com/kayoom/kangaroo/issues

Rubygems: https://rubygems.org/gems/kangaroo

About

Kangaroo is an OpenObject client/wrapper for Ruby, based on ActiveModel. It provides CRUD access to OpenERP objects via XMLRPC. It's fast and provides default data for new objects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages