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

Method setAvatar

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

Sets the avatar. @param avatar the new avatar

(String avatar)

Source from the content-addressed store, hash-verified

303 * the new avatar
304 */
305 public void setAvatar(String avatar) {
306 this.avatar = avatar;
307 }
308
309 /**
310 * Gets the database.

Callers 3

loginMethod · 0.95
setFromBundleMethod · 0.95
fillFromAccountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected