Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Odoo-mobile/framework
/ modelToTable
Method
modelToTable
src/com/odoo/orm/SQLHelper.java:176–178 ·
view source on GitHub ↗
(String model)
Source
from the content-addressed store, hash-verified
174
}
175
176
public
String modelToTable(String model) {
177
return
model.replaceAll(
"\\."
,
"_"
);
178
}
179
}
Callers
4
createTable
Method · 0.95
createMany2ManyRel
Method · 0.95
dropMany2ManyRel
Method · 0.95
dropTable
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected