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

Search In

How to use Stock Warehouse in OpenERP(Odoo)?

Step-1 Install the warehouse module. Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file - class stock_warehouse(osv.osv): _name = "stock

An element could not be located on the page using the given search parameters

I tried to run the below code public class TestSelendroidApp { public static AndroidDriver driver; public static void main(String[] args) throws MalformedURLException, InterruptedException { File app = new File("E:\software\selendroid-t

How to get the Select Dropdown Option Value after Click on Button

Hello Readers, If I want to Select Drop down Option Value after Click on Button (not submit) then we use the below code: <select name="option"> <option value="http://findnerd.com">Findnerd</option> <option value="http://faceboo

Friend Function in C++

Friend Function:- Friend Function is Friendly to all the classes which can be declared as a friend of that class. "Friendship is given not taken" this statement means to say the friend is always declared by the class it self. when any class can use f

How to get session attribute in velocity template in liferay

Hello Guys, Here, I am writing code for get session attribute in velocity. First of all set session attribute in view.jsp or class of the portlet then get session attribute in velocity template. Follow below steps to implement. step : 1 put below

How to change your default database to MYSQL on eclipse with Liferay

During your first attempt of installing Liferay with eclipse, if you were unable to set your database configuration as MYSQL and it still shows the default database.Then there is a quick solution to this problem. Steps that should be followed : 1.

jsjd 67iu 3h26

2 mg: Light blue nontransparent physical body with a light blue nontransparent cap regarding "2 MILLIGRAMS" printed on the cap 4 milligrams: White nontransparent physical body regarding a blue nontransparent cap regarding "4 MILLIGRAMS" published o

Create a custom token in Drupal

Drupal in it's core have lots of tokens which are basically shortcode or placeholder for any kind of information related to Node, User or System itself. Get a complete list of available tokens in Drupal from: https://www.drupal.org/node/390482 If y

How to copy invoice automatically in OpenERP(Odoo)?

Step-1 install the account_invoice_copy module. Step-2 After that customize .py file in account_invoice_copy module. In below example, I have custmozied .py file. You can directly copy the below python code in your .py file - def copy(self, c

Draw Circle in HTML Canvas

Draw circle in HTML: In this article I will show you how we can draw circle in HTML canvas. To draw circle in web page we will use Canvas API, we will draw the circle on canvas using the arc() method. Following is the simple example to draw circle on

1 525 949
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: