
Search In
If you want to read some file from assest folder of your project then first you have to get assest folder file named read.txt.
InputStream class is used to read data or content from file, network or from memory, we can also use this input stream wit
To make workflow transitions in OpenERP/Odoo ?
If you want to make workflow transitions in OpenERP(Odoo) follow the below mentioned code and paste it in your workflow_xml file:
<record id="trans_idea_draft_confirmed" model="workflow.transition"&
If you want to use WebServices
in OpenERP(Odoo) follow the below mentioned code and paste it in your WebServices – XML-RPC
file:
import xmlrpclib
define HOST, PORT, DB, USER, PASS
url = 'http://%s:%d/xmlrpc/common' % (HOST,PORT)
sock = xmlrpclib.
If you want to install OpenERP-9 (Odoo9) in windows 7,8 and 10 follow the below mentioned steps:-
Step-1 Go to the link->"https://nightly.odoo.com/9.0/nightly/exe/
Step-2 Select->latest exe file like->odoo_9.0.latest.exe -> (Latest Date)
Hello All,
Working with ASP.NET C#, I wanted to serialize a class to a file which will be later de Serialize to access its properties and delegates, and to do this we have following block of code :
Structure of the class to be Serialized :
[Serial
As per maven project structure, there is a resource folder where all application related properties will be added. Implementation of log4j in MAVEN application,
Create log4j.properties file inside resource folder and paste below code lines:
# Dire
Linux Directory Structure
Hello friends welcome to findnerd. Today I will let you know the directory structure of linux. Every Operating System has its directory structure in which system files are stored. The following directories are commonly foun
Jersey Rest API also know as JAX-RS "Java API for RESTful Web Services" is a an open source web service framework which is used to develop Java RESTful WEB Services.
In this tutorial we will learn to upload multiple file using Jersey REST API.
To kno
In previous blog we added openCV android sdk and native libraries in our project so that we can use sdk.
Here we will show camera in our Android app using openCV sdk.
in your activity's xml file add this :
<org.opencv.android.JavaCameraVie
I will show you the easiest solution, by far, is to use SQLiteAssetHelper. You add your existing sqlite database in a specified location in your project's assets/ directory, then use SQLiteAssetHelper to access your database (much same as you would