server-tools icon indicating copy to clipboard operation
server-tools copied to clipboard

[14.0][IMP] base_exception: New Exception Type "By python code batch"

Open raumschmiede-joshuaL opened this issue 4 months ago • 2 comments

Hello.

If a code exception is checked on a lot of records, the performance can be slow as the exception's code must be evaled for each record. For better performance I added by_py_code_batch so that every record in self can be checked.

Almost the same as the existing type by_method, but now with front end code

raumschmiede-joshuaL avatar Aug 18 '25 12:08 raumschmiede-joshuaL

Hi @sebastienbeau, @hparfr, some modules you are maintaining are being modified, check this out!

OCA-git-bot avatar Aug 18 '25 12:08 OCA-git-bot

@mt-software-de and @i-vyshnevska

raumschmiede-joshuaL avatar Aug 18 '25 12:08 raumschmiede-joshuaL