Django Rental Management
When you enter in the system you will be redirected to login page. If you are registered use then Sign In with your […]
Django Report App
Report Details View : In Django app, we have provide 3 different types of report like CSV, PDF, EXCEL. If you need […]
Odoo Mass Payment
Click here to download the module Features Generate Mass Payment for customer/vendor invoice. Manage the Journal Entry for mass payment. Generate report […]
Paypal payment gateway connection in Django
Use Paypal Payment Integration in Jobseeker Website We have implemented solution for allowing payment process via Paypal from Django. We are still improving […]
How to change default Python version in Ubuntu ?
Sometimes, you may require to change default python version of your linux operating system. you can accomplish it by using following steps. First […]
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. […]