This question has been flagged
1 Reply
12447 Views

Hello,

I am getting the following error

InternalError: current transaction is aborted, commands ignored until end of transaction block

sometime suddenly this error appears, when there is no changes related to any query or xml uploaded into the repo.

I have noticed this is reported here.

 and seems closed now, but it should be fixed or working well with enterprise edition.

My current instance is using custom website theme, I believe that by upgrading website module manually it will solve the problem. because the similar error I have faced before with community too, but here odoo.sh upgrade install module,upgrades automatically, any way we could take control to upgrade specific module in odoo.sh?

How we could fix this database level error on enterprise instance?

 If anyone has faced similar kind of error and want share the idea how to resolve it, will be appreciated.

Looking forward,

Rgds, Anil kesariya

Avatar
Discard

in terminal or pycharm script parameter set : -d your_database_name -u your_module_name

Best Answer

Hi!

Try  "odoo-bin -u your_module_name" in the sh console


Regards


Avatar
Discard
Author

It's works! thanks.