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

Method getModuleInstance

src/com/odoo/support/Module.java:124–126  ·  view source on GitHub ↗

Gets the module instance. @return the module instance

()

Source from the content-addressed store, hash-verified

122 * @return the module instance
123 */
124 public Object getModuleInstance() {
125 return moduleInstance;
126 }
127
128 /**
129 * Sets the module instance.

Callers 3

onCreateMethod · 0.80
onUpgradeMethod · 0.80
drawerItemsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected