Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

A demonstration module in Odoo

If you want to demonstration module in OpenERP(Odoo) follow the below mentioned step: for creation of any module in Odoo you have to make five files,given below- 1-__init__.py // its indicate the  import instructions for various Python files

How to make typical module structure in OpenERP/Odoo?

In Odoo module is contained in its own directory within the server/bin/addons directory in the server installation. profile_module name, in which we put an empty __init__.py file (as every directory Python imports must contain .py file like in below

Installing SSL certificate on apache2

SSL or Secure Socket Layer ascertains that all data passed between the web server and the web browser remain private and secure. It is the standard security technology for engendering an encrypted connection between a web server and a web browser. To

How to create and delete zip folders using PHP

Hello Reader's, If you want to make folder zip functionality through website then PHP give you to do this. PHP uses  ZipArchive() to create the zip files from the destination path provided. So lets get started working creating a zip folder.

Basic openerp module directory structure and _init_.py

Basic openerp module directory structure:- In OpenErp all module of openerp server are located in the server/addons directory and creates all new module in openerp, to do this follow this step:- first step is, create a subdirectory in the server

How to read data from CSV file

In PHP it is very easy to read data from CSV file using fgetcsv(), which is used to read data from a CSV file. This function reads each line of a CSV file and assign values into an array. The function returns the array of CSV fields. It returns FALSE

How to Save Data in Android

In below example I have created a save data app code in android. In this save data we can save our data and then load the back-up. In this I have also described how to make save data. public class MainActivity extends Activity { EditText editT

Selenium Webdriver - to handle file downloading

Sometimes you have to download file by clicking on link and button on your application.In webdriver you can not handle window dialogue box for this you have to do some browser setting.   Webdriver provides FirefoxProfile inbuilt class and it

Configuration and Authentication using OpenSSH key

Secure Shell (SSH) is a cryptographic network for operating network services securely over an unsecured network. A common example is for remote login into a system by an user.  Installation :  Generally it comes already installe

Install the OpenOffice in Linux and start it's services

To install the OpenOffice follow the below steps: 1- To uninstall Libreoffice(if installed) type the below command from terminal sudo apt-get remove --purge libreoffice* #if installed 2- To install OpenOffice run the below command from terminal

1 16 130
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: