ooor icon indicating copy to clipboard operation
ooor copied to clipboard

Odoo Ruby JSON client. Emulates ActiveRecord enough (as much as Mongoid; Implements ActiveModel) to make Rails development with an Odoo datastore straightforward

Results 32 ooor issues
Sort by recently updated
recently updated
newest added

Hi i have created this ir.model.field: `#[1, "Administrator"], "create_uid"=>[1, "Administrator"], "model_id"=>[157, "Información de un proveedor de producto"], "groups"=>[], "serialization_field_id"=>false}, @attributes= {"domain"=>"[]", "select_level"=>true, "create_date"=>"2016-08-11 09:41:08", "write_date"=>"2016-08-11 09:41:08", "on_delete"=>"set null", "selection"=>nil, "relation"=>nil,...

Hello, I'm trying to get data from OOOR. He return "changed?" error. I'm running on Rails 5 ` # return : undefined method `changed?' for nil:NilClass # when trying :...

Based off master branch because develop is behind. I'm trying to make a docker container to run the test suite against. The openerp-server command works, but 74/80 tests fail with...

Code from readme fails in Odoo v10 (Rails 4 or 5 and Ruby 2.3.1) with Ooor master branch: ``` so = SaleOrder.new so.on_change('onchange_partner_id', :partner_id, 1, 1, false) ``` This fails...

see https://github.com/mrkn/pycall.rb https://www.practicalai.io/using-scikit-learn-machine-learning-library-in-ruby-using-pycall as an option: try a layer requiring a valid python path to look with see if it is faster than JSON/RPC if it is faster it could...

enhancement

Use ActiveSupport Hash#to_query instead: https://apidock.com/rails/v4.2.7/Hash/to_query

enhancement

TODO document somewhere: - devise - simple_form - kaminari - bootstrap-kaminari-views - bootstrap-sass - cells - sinatra

enhancement

would make it easier to start see https://github.com/rails/activestorage/blob/37f7cf8daf0faaf90e6b5548244e6038097097b3/lib/tasks/activestorage.rake or https://github.com/rails/activestorage/blob/37f7cf8daf0faaf90e6b5548244e6038097097b3/lib/tasks/activestorage.rake

enhancement

if we pass a wrong username, then we see that kind of loop: ``` D, [2016-05-10T18:21:34.687202 #2717] DEBUG -- : OOOR object service: rpc_method: execute, db: db, uid: false, pass:...

bug