This question has been flagged

Hello,
I'm changing product category getting access error - its occurs in product.product table alone for both user and non user login But when change product category in product.template table, its able to do onchange there.

Avatar
Discard
Best Answer

I have the exact same problem on my odoo 15 instance,final found solution is that use update instead of write within “@onchange” methods to avoid this error.

Avatar
Discard