MCPcopy Create free account
hub / github.com/Odoo-mobile/framework / setHost

Method setHost

src/com/odoo/support/OEUser.java:343–345  ·  view source on GitHub ↗

Sets the host. @param host the new host

(String host)

Source from the content-addressed store, hash-verified

341 * the new host
342 */
343 public void setHost(String host) {
344 this.host = host;
345 }
346
347 public static OEUser current(Context context) {
348 return OdooAccountManager.currentUser(context);

Callers 3

loginMethod · 0.95
setFromBundleMethod · 0.95
fillFromAccountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected