product-attribute icon indicating copy to clipboard operation
product-attribute copied to clipboard

[FIX] [18.0] product_state: inefficient post_install_hook

Open PieterPaulussen opened this issue 8 months ago • 1 comments

With databases containing a large set of products, the post install hook which populates the values in the database for existing products was inefficient. The ORM could not handle this dataset. Instead, we should use direct SQL to set the appropriate values directly.

PieterPaulussen avatar Apr 17 '25 13:04 PieterPaulussen

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

OCA-git-bot avatar Apr 17 '25 13:04 OCA-git-bot

Can you please fix pre-commit?

bosd avatar Nov 21 '25 16:11 bosd