
Search In
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
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">
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
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
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
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
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
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
SEO keywords range from single words to complex phrases and are used in web copy to attract relevant search traffic.
However, keyword integration is just the beginning. When used properly, targeted SEO keywords should be used to inspire all page con
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
