Expand description
The Odoo “ORM” pseudo-service
This isn’t really an Odoo “service”, but instead is another layer of abstraction
over the object execute
and execute_kw
methods, providing a nicer interface
with better type checking.
Structs§
- Check
Access Rights - Check model access rights (according to
ir.model.access
) - Check
Access Rights Response - Response to a
CheckAccessRights
request - Check
Access Rules - Check model access rules (according to
ir.rule
) - Check
Access Rules Response - Check
Field Access Rights - Check the user access rights on the given fields
- Check
Field Access Rights Response - The response to a
CheckFieldAccessRights
request - Copy
- Copy a record
- Copy
Response - Create
- Create a new record (or set of records)
- Create
Response - The response to a
Create
requests - Exists
- Check if the record(s) exist in the Odoo database
- Exists
Response - The response to an
Exists
call - GetExternal
Id - Fetch the XMLID for the given record(s)
- GetExternal
IdResponse - The response to a
GetExternalId
request - GetMetadata
- Return some metadata about the given record(s)
- GetMetadata
Response - The response to a
GetMetadata
request - GetXml
Id - Fetch the XMLID for the given record(s)
- GetXml
IdResponse - The response to a
GetXmlId
request - Name
Create - Create a new record, passing only the
name
field - Name
Create Response - NameGet
- Fetch the
display_naame
for the given record(s) - Name
GetResponse - The response to a
NameGet
request - Name
GetResponse Item - An individual
NameGet
response item - Name
Search - Search for records based on their
name
field - Name
Search Response - Name
Search Response Item - Read
- Read data from a record (or set of records)
- Read
Group - Read some grouped data from a record (or set of records)
- Read
Group Response - The response to a
ReadGroup
request - Read
Response - The response to a
Read
request - Search
- Return the ids of records matching a domain
- Search
Count - Return the count of records matching a domain
- Search
Count Response - The response to a
SearchCount
request - Search
Read - Perform a
search
andread
in one call - Search
Read Response - Search
Response - The response to a
Search
request - Unlink
- Delete a record (or set of records)
- Unlink
Response - Write
- Write data to a record (or set of records)
- Write
Response - The response to a
Write
request
Enums§
- Access
Operation - An access operation type
- Create
Response Item - Container for the
CreateResponse
items - Create
Vals - The values to a
Create
request