i
Flexsin Technologies
Filter interviews by
Odoo uses ORM (Object Relational Mapping) to interact with the database. It provides methods like create, write, unlink, etc.
ORM stands for Object Relational Mapping
Odoo uses ORM to interact with the database
ORM provides methods like create, write, unlink, etc.
create method is used to create a new record in the database
write method is used to update an existing record in the database
unlink method is used to delete a re
@api.onchange is a decorator in Odoo that triggers a function when a field value is changed.
Used to update other fields or perform some action when a field value is changed
Can be used to validate input or compute values
Can be used in combination with @api.depends to trigger a function when dependent fields are changed
Top trending discussions
posted on 26 Oct 2023
Logical and reasoning
Programs using loops are used to repeat a block of code multiple times until a certain condition is met.
Loops like 'for' and 'while' are commonly used in Python to iterate over a sequence of elements or execute a block of code until a condition is satisfied.
Example: for i in range(5): print(i) will print numbers from 0 to 4.
Nested loops can be used to iterate over multiple sequences or perform complex iterations.
Exampl...
based on 1 interview
Interview experience
Programmer
38
salaries
| ₹3 L/yr - ₹9.5 L/yr |
Software Developer
32
salaries
| ₹2.8 L/yr - ₹7 L/yr |
Senior Programmer
24
salaries
| ₹4 L/yr - ₹8.6 L/yr |
Software Engineer
22
salaries
| ₹2 L/yr - ₹5.4 L/yr |
Business Development Executive
19
salaries
| ₹1.8 L/yr - ₹3.8 L/yr |
TCS
Infosys
Wipro
HCLTech