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

Method setPartner_id

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

Sets the partner_id. @param partner_id the new partner_id

(int partner_id)

Source from the content-addressed store, hash-verified

246 * the new partner_id
247 */
248 public void setPartner_id(int partner_id) {
249 this.partner_id = partner_id;
250 }
251
252 /**
253 * Gets the timezone.

Callers 3

loginMethod · 0.95
setFromBundleMethod · 0.95
fillFromAccountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected