pub struct List {
pub document: bool,
}
Expand description
List the databases currently available to Odoo
Docs TBC
Reference: odoo/service/db.py
See also: odoo/service/db.py
Fields§
§document: bool
Trait Implementations§
source§impl JsonRpcParams for List
impl JsonRpcParams for List
type Container<T> = OdooApiContainer<List>
type Response = ListResponse
fn build(self) -> JsonRpcRequest<Self>
source§impl OdooApiMethod for List
impl OdooApiMethod for List
source§fn describe(&self) -> (&'static str, &'static str)
fn describe(&self) -> (&'static str, &'static str)
Describe the JSON-RPC service and method for this type
source§fn _build(self) -> JsonRpcRequest<Self>
fn _build(self) -> JsonRpcRequest<Self>
Build
self
into a full JsonRpcRequest