1
2
3
4
5
//! The Odoo "ORM" pseudo-service
//!
//! This isn't really an Odoo "service", but instead is another layer of abstraction
//! over the object `execute` and `execute_kw` methods, providing a nicer interface
//! with better type checking.