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

Method skipOne2Many

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

Source from the content-addressed store, hash-verified

285 }
286
287 public boolean skipOne2Many(String column) {
288 if (mOne2ManyCols.contains(column)) {
289 return true;
290 }
291 return false;
292 }
293
294 private boolean handleResultArray(OEFieldsHelper fields, JSONArray results,
295 boolean removeLocalIfNotExists) {

Callers

nothing calls this directly

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected