Sunday, May 1, 2022
1 change · master
Miscellaneous changes
When trying to add/remove an employee on the "Invoicing" tab on the project form view for a big internal project, this decreases the execution time from 20 minutes / timeout to 12 seconds, by decreasing drastically the execution time of _get_last_sol_of_customer on sale_line_id recomputation (_compute_sale_line) TaskID: 2836314 Forward-Port-Of: odoo/odoo#90257 Forward-Port-Of: odoo/odoo#90141
Original PR description
When trying to add/remove an employee on the "Invoicing" tab on the project form view for a big internal project, this decreases the execution time from 20 minutes / timeout to 12 seconds, by decreasing drastically the execution time of _get_last_sol_of_customer on sale_line_id recomputation (_compute_sale_line) TaskID: 2836314 Forward-Port-Of: odoo/odoo#90257 Forward-Port-Of: odoo/odoo#90141