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

Method getO2MRecord

src/com/odoo/orm/OEDataRow.java:86–88  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

84 }
85
86 public OEO2MRecord getO2MRecord(String key) {
87 return (OEO2MRecord) _data.get(key);
88 }
89
90 public List<String> keys() {
91 List<String> list = new ArrayList<String>();

Callers 1

createViewMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected