To resolve Severe Assertion Error in openerp follow these step given below
After getting sever assertion error then first :
Step1- In pgAdmin run the following query:
update ir_module_module set state = 'installed' where state = 'to install'
Step2- Go to account/account_assert_test.xml
Step3- Comment our everything in the tag.
Step4- Go to OpenERP, and update account module.
Severe Assertion Error Note:
you may get this error because of some other reason sometimes so first go to cmd-prompt and run this(openerp-server.log) command for the openerp logs, for more on errors in details.
0 Comment(s)