Hello,
I'm encountering a ReadOnlySqlTransaction error when installing a custom module on Odoo 18. This module has a dependency on the 'account' module and is deployed on Odoo.sh. Interestingly, this error only occurs during the testing process, and not during regular operations.
The error message is as follows:
psycopg2.errors.ReadOnlySqlTransaction: cannot execute INSERT in a read-only transaction
Has anyone experienced this issue, or does anyone have any suggestions on how to resolve or work around it? Any guidance would be greatly appreciated!
Thanks!