Technical Test July 2017
By taking this test you agree to fill it honestly and without any external help.
Instructions:
1. When the time limit in bottom right corner reaches 0, you will not be able to edit your answers and must submit the survey
2. There is 1 point for correct answer, 0 points for no answer and -1 point for incorrect answer.
3. Only 1 answer is correct for every question
Results are available in your employee form, using the "tests taken" smart-button
Good luck and may you not need it
Technical Knowledge Test
1.
2. A customer wants that only sales manager can see button “Confirm” in sales order. How to do it?
3.You need to upgrade module X, but unexpectedly, your Odoo has an error and even you cannot open and login to Odoo. The best solution for this case is ...
4. I have data from purchase order with order date (field order_date) 2017-01-01, then I want to edit it to become 2017-02-02, so I extend write function:
def write(self, vals):
How can I get the previous value of field order date (2017-01-01)?
5. I want to search from res.partner to get all customers with name ABC, from belgium or germany, whose language is not english. Choose the correct domain here:
6. We have a model named sale.order.line. Current situation is that data already reaches 1.000.000 rows. We need to have a total of price_subtotal in a function from the beginning. What is the best way to calculate it?
7. Choose INCORRECT function inside model account.journal (class AccountJournal):
8. I create a module named pci_product and I create a new group user like in the box below. I want this group to only have access to Create and Read to model product.product from module product. Choose the correct row data from ir.model.access.csv: