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

Search In

Manifest file __openerp__.py in OpenERP

In OpenERP all the content is included in Manifest file __openerp__.py. This file, which must be a Python dict literal, is responsible to- 1- Determine the XML files that will be parsed during the initialization of the server. 2- Determine the depe

How to Upload Multiple Files to Drive Using HTML Form

Input tag has many type for the values. for e.g input type "button" defines the input like button. In the same way input type "file" defines a box to upload a file to drive. <input type="file" name="u

View same file side by side in Visual Studio

While using Visual Studio, there could be a need to compare two different areas of code etc from a single file. In other editors like notepad++ or sublime, same task can be easily achieved by opening the same file twice, but in Visual Studio this can

How to Creating a ZIP File using PHP

Hello Readers, This post helps you to create a ZIP file using PHP. <form name="zip" method="post"> <input type="checkbox" name="files[]" value="book.pdf" /> <input type="checkbox" name="files[]" value="doc.pdf" /> <input type="

How to open remote server folder using python?

If you want to open remote server folder using python in OpenERP(Odoo) follow the below mentioned code and paste it in your (Python).py file: → def copy_folder(src, dest): if not os.access(dest, os.W_OK): return(False) cmd = ['xcopy'

How to get any File Name to PHP File using Command Line?

In Ubuntu system, first check for the PHP. For checking open the terminal, using command **Ctrl +Alt +T** and type whereis php If PHP present in system, above command display the path of PHP Make a PHP file from where you can access it: &

How to change product id in your account module in OpenERP(Odoo-8)?

In OpenERP, create a custom module like: demo and then create file like: demo.py file in your demo module and demo.py file pass in your other file __init__.py file. And then create other file demo.xml file and pass this file in your other file like a

File upload using ajax

File uploading is the basic requirement of web development. Many times we have to upload single or multiple files on our server then we can not upload big files using form submit. We have to use the in-build jquery plugins for the file upload. These

Enable curl in xampp?

For this modify the php.ini files in your xampp folder.These three file you have to change to enable curl library with XAMPP in Windows Browse and open these 3 files C:\Program Files\xampp\apache\bin\php.ini C:\Program Files\xampp\php\php.ini C:\Pr

die() function in PHP

die() function is error handling method in PHP which used to handle a error in web application. It's also used to check whether the function is work properly or not. <?php $file=fopen("myfile.txt","r"); ?> If myfile.txt file does not exist,

1 9 129
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: