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

Search In

How to create a specific page layout in Odoo?

If you want to create a specific page layout in OpenERP(Odoo) follow the below mentioned code in your .xml file: - <!--?xml version="1.0" encoding="utf-8" ?--> <openerp> <data> <!-- === Demo Page === --> <templa

The setDate() Method in Javascript

To set the day of the month (1-31), we use setDate() method Example <!DOCTYPE html> <html> <body> <h1>Evon technologies</h1> <p>The Example of setDate() method to set the date of a month</p> <p id="z">

How to use Classical inheritance in openERP/Odoo ?

When using the _inherit and _name attributes together, Odoo creates a new model using the existing one as a base. The new model gets all the fields, methods and meta-information from its base. For example you can take idea from b

Handle NSLog in iPhone sdk

Through this code we can use NSLOG whenever required. Write this snippet in some common file(say utility) so that it would be easily handled throughout the project. Make sure class should import utility class to handle NSLog. All you need is to chang

serialize and unserialize function in php

Serialize is a function which is used to convert a storable representation of a value. It converts an array into string containing a byte stream representation of a value. <?php $serializeddata = serialize(array('apple', 'mango', 'banana

Applications on SD card moving back to Phone

Hi, I am using Yuphoria 5010 and Lenovo Vibe K5 smart phones running stock Android 5.1.1. Both the phones are installed with 16 GB Class 10 memory cards.   I moved many applications to the SD card. Now, whenever these apps are updated, they g

Javascript getDay() method

JavaScript getDay() Method Return the day of the week: var d = new Date(); var n = d.getDay(); This method is used for getting the days of week from 0-6 for the date specified. in this 0 stand for sunday and 1 stand for monday. Syntax is Date.get

Javascript Access the Elements of an Array

In an Array , elements are zero-indexed i.e first element of an array is at index 0 and the last element is at the index equal to the value of array length minus 1 (array.lenght-1) Example -> var name = [ ' first ' , ' second '] ; console.log( n

A numeric only text box in web application

A lot many times when creating web applications it so happens that we need to accept numeric vales i.e. which accepts positive, negative numbers , whole numbers or decimal numbers. Its easy, show a message on the page that the particular field needs

9 Useful Tips on How to Attract New Audience to Your Blog Content

When it comes to driving traffic to their blog, every great blogger will encounter problems. As an owner of a blog, you are working hard to create and deliver valuable content. You make it easy and helpful. You consistently post every week. You are p

1 355 423
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: