i
RNF Technologies
Filter interviews by
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...
posted on 14 Apr 2023
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
SEO Analyst
50
salaries
| ₹1.4 L/yr - ₹3.7 L/yr |
Content Writer
44
salaries
| ₹2.1 L/yr - ₹4.8 L/yr |
Assistant Manager
41
salaries
| ₹4 L/yr - ₹10 L/yr |
Sales Consultant
41
salaries
| ₹3 L/yr - ₹7.6 L/yr |
Graphic Designer
22
salaries
| ₹1.9 L/yr - ₹6 L/yr |
TCS
Infosys
Wipro
HCLTech