Trait odoo_api::jsonrpc::request::OdooWebMethod
source · pub trait OdooWebMethodwhere
Self: Sized + Debug + Serialize + JsonRpcParams<Container<Self> = OdooWebContainer<Self>>,
Self::Container<Self>: Debug + Serialize,{
fn describe(&self) -> &'static str;
fn _build(self) -> JsonRpcRequest<Self> { ... }
}
Expand description
An Odoo “Web” request type
Required Methods§
Provided Methods§
sourcefn _build(self) -> JsonRpcRequest<Self>
fn _build(self) -> JsonRpcRequest<Self>
Build self
into a full JsonRpcRequest