Commit Graph

8 Commits (5f723b210627f88160c0eee696d815f0b44a6ff5)

Author SHA1 Message Date
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
CarlosRoca13 9e5173a529 [FIX] base_exception: Fix tests and add odoo_test_helper as dependency 2022-11-16 16:52:00 -03:00
Sébastien BEAU e08dc1d578 [REF] Refactor test
use odoo-test-helper
split test so one test do one thing
2022-11-16 16:52:00 -03:00
Sébastien BEAU 0992d09738 [IMP] add method exception 2022-11-16 16:52:00 -03:00
Jared Kipe 6ac2e7b225 [MIG] base_exception: Migration to 13.0 2022-11-16 16:52:00 -03:00
Jared Kipe 1100cd5dbc [IMP] base_exception: black, isort 2022-11-16 16:52:00 -03:00
Iván Todorovich 44638455eb [MIG] dict.iteritems() does not exist in Python3 2022-11-16 16:52:00 -03:00
Mourad dd29ddf6ed [FIX] temp model test access rule & fix OCA remarks 2022-11-16 16:52:00 -03:00