akretion / ooor

Odoo Ruby JSON client. Emulates ActiveRecord enough (as much as Mongoid; Implements ActiveModel) to make Rails development with an Odoo datastore straightforward
MIT License
199 stars 59 forks source link

Dump register models #130

Closed alexander-arce closed 8 years ago

alexander-arce commented 8 years ago

It's possible dump register models into yml file ?

rvalyi commented 8 years ago

nothing special other than pure Ruby is implemented for that in Ooor. If your idea is may be to compare models between Odoo instance (is it?), then may be in your app you should create some helper module for that that you may include into Ooor::Base for instance.