How to create a module in OpenERP ?
It is very easy to create a module in OpenERP. Find the below displayed screens. We will code to result this output. Tree […]
How to backup and restore OpenERP database ?
There are two methods to perform backup and restore operation for OpenERP database. Lets go through step by step: Method 1: Using GUI […]
How to convert *.pyc to *.py files ?
Before few weeks I required to convert *.pyc to *.py files for one of my python project so thought to share with others. […]
How to make pgAdmin connection with PostgreSQL ?
I would like to discuss regarding pgAdmin connection with PostgreSQL. We will go with screenshots one by one. In first screen, I have […]