Sets the host. @param host the new host
(String host)
| 341 | * the new host |
| 342 | */ |
| 343 | public void setHost(String host) { |
| 344 | this.host = host; |
| 345 | } |
| 346 | |
| 347 | public static OEUser current(Context context) { |
| 348 | return OdooAccountManager.currentUser(context); |
no outgoing calls
no test coverage detected