server-tools/base_exception/tests
Laurent Mignon (ACSONE) b5099bc51e [IMP] base_exception: Improves performances
Before this change, the inverse relation from the exception to the records linked to the exception was read to determine if the rule should be added or removed from the rule detected for the current records. On large database with non blocking exceptions this lead to a performance issues since this issues a read of all the SO where the exception has been applied. With this change, we only read the information from the current records
2023-07-04 15:36:50 +02:00
..
__init__.py [REF] Refactor test 2022-11-16 16:52:00 -03:00
purchase_test.py [IMP] base_exception: Improves performances 2023-07-04 15:36:50 +02:00
test_base_exception.py [FIX] base_exception: Fix tests and add odoo_test_helper as dependency 2022-11-16 16:52:00 -03:00