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

Method setUsername

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

Sets the username. @param username the new username

(String username)

Source from the content-addressed store, hash-verified

208 * the new username
209 */
210 public void setUsername(String username) {
211 this.username = username;
212 }
213
214 /**
215 * Gets the user_id.

Callers 3

loginMethod · 0.95
setFromBundleMethod · 0.95
fillFromAccountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected