You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed old alias *odoo_rpc_client.orm.record.RecordRelations
Added search_count method to objects (models)
Added create_record method to objects (models)
Added tests for Odoo 11
Added overloads of operators (+, +=) for recordlists
Removed local database connector, because it is difficult to test it,
and it is not used so often as xml-rpc and json-rpc connectors
May be in future it will have it's own python package.