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

Method setIsactive

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

Sets the isactive. @param isactive the new isactive

(boolean isactive)

Source from the content-addressed store, hash-verified

284 * the new isactive
285 */
286 public void setIsactive(boolean isactive) {
287 this.isactive = isactive;
288 }
289
290 /**
291 * Gets the avatar.

Callers 4

logoutUserMethod · 0.95
loginMethod · 0.95
setFromBundleMethod · 0.95
fillFromAccountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected