How to load different languages into OpenERP ?
As we all know that OpenERP is a multilingual ERP system. We can add as many languages as we want. Each user may […]
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 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 […]