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

Method setOne2ManyCol

src/com/odoo/orm/OEHelper.java:283–285  ·  view source on GitHub ↗
(String column)

Source from the content-addressed store, hash-verified

281 }
282
283 public void setOne2ManyCol(String column) {
284 mOne2ManyCols.add(column);
285 }
286
287 public boolean skipOne2Many(String column) {
288 if (mOne2ManyCols.contains(column)) {

Callers 1

handleResultArrayMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected