Class OdooConstants
java.lang.Object
ch.helvethink.odoo4java.serialization.OdooConstants
Simple constants class
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classMethods of the Odoo RPC APIstatic final classPagination optionstatic final classServices of the Odoo RPC API -
Field Summary
Fields -
Method Summary
-
Field Details
-
ODOO_INSTROSPECTION_MODEL
Odoo XML-RPC API Introspection for models- See Also:
-
ODOO_FETCH_FIELDS_API
Odoo XML-RPC API fetch fields method- See Also:
-
ATTRIBUTES_FOR_FETCHED_FIELDS
Odoo XML-RPC API attributes we want to fetch when fetching fields of a model -
MANDATORY_FIELD_FOR_ACCESSING_MODEL
Odoo XML-RPC API specific field. When this field does not exist it means that the model is not accessible through API.- See Also:
-