Apr 17, 2013

[SOLVED] openerp7 xmlrpclib.Fault: Fault could not serialize access due to concurrent update

hmm... today i wanna share about how to SOLVED openerp7 xmlrpclib.Fault: Fault could not serialize access due to concurrent update, its happen when you create serial inserting or other operation on loop, on my case, its happen when i migrate hundreds of users and employee to openerp 7,. the solution is, just make it slower, give 2 seconds...
Read more ...

Apr 16, 2013

[SOLVED] OpenERP7 No handler found, openerp.modules.module: Couldn't load module web

hi all, today i share just simple trick to solve OpenERP7 No handler found, openerp.modules.module: Couldn't load module web, well..  here's the steps :  actually, its often happen when you are missing some files during loading. just simple to check it. 1. check the missing files : shutdown the openerp server : /etc/init.d/openerp stop run it manually : (on my case)  python /home/febru/workspace/openerp7/openerp-server...
Read more ...

Apr 10, 2013

[SOLVED] openerp 7 backup access DB denied

Hi all, just want to share a simple trick solution for OpenERP 7 - Backup ACCESS DENIED it happen when you want to backup your openerp 7 database, this issue related to   https://lists.launchpad.net/openerp-india/msg23993.html well, here's the simple solution : 1. login as postgres or other user (except root) 2. run openerp...
Read more ...