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

Method setTimezone

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

Sets the timezone. @param timezone the new timezone

(String timezone)

Source from the content-addressed store, hash-verified

265 * the new timezone
266 */
267 public void setTimezone(String timezone) {
268 this.timezone = timezone;
269 }
270
271 /**
272 * Checks if is isactive.

Callers 3

loginMethod · 0.95
setFromBundleMethod · 0.95
fillFromAccountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected