MCPcopy 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

createTableMethod · 0.95
createMany2ManyRelMethod · 0.95
dropMany2ManyRelMethod · 0.95
dropTableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected