public OdooRpcRequest()
 {
     this.context = new OdooUserContext();
 }
Ejemplo n.º 2
0
 internal void Reset()
 {
     this.IsLoggedIn  = false;
     this.UserId      = null;
     this.UserContext = new OdooUserContext();
 }