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

Method setUser_id

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

Sets the user_id. @param user_id the new user_id

(int user_id)

Source from the content-addressed store, hash-verified

227 * the new user_id
228 */
229 public void setUser_id(int user_id) {
230 this.user_id = user_id;
231 }
232
233 /**
234 * Gets the partner_id.

Callers 3

loginMethod · 0.95
setFromBundleMethod · 0.95
fillFromAccountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected