Expand description
Upload and restore an Odoo dump to a new database
Docs TBC
Reference: odoo/service/db.py
See also: odoo/service/db.py
Fields§
§passwd: String
§b64_data: String
§copy: bool
Trait Implementations§
source§impl JsonRpcParams for Restore
impl JsonRpcParams for Restore
type Container<T> = OdooApiContainer<Restore>
type Response = RestoreResponse
fn build(self) -> JsonRpcRequest<Self>
source§impl OdooApiMethod for Restore
impl OdooApiMethod for Restore
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