Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Odoo-mobile/framework
/ getIsGroup
Method
getIsGroup
src/com/odoo/support/SyncValue.java:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
public
Boolean getIsGroup() {
68
return
isGroup;
69
}
70
71
public
void
setIsGroup(Boolean isGroup) {
72
this.isGroup = isGroup;
Callers
1
generateLayout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected