
Search In
In OpenERP first create custom module and inherits the hr module in your existing module.
Follow these step given below
Step1- First create existing module like as test and than create .py file in your own module like as a test.py file and
Google Play has a feature to publish multiple apk with the same package name and different device configuration. For multiple apk's each apk has different version code and signed with the same certificate.
This feature is useful while your appli
A regular instance method can be used by all the instances of that class and all of them will inherit their behavior from its class. But what if we want a particular instance to have a specific behavior that no other instance can have that is where s
The lambda expressions is introduced in java 8 and easy to use. Lamda expression automatically read the params type and return the same type value.
Like we have an anonymous class to implement some listener in it like this :
button.addTouchListene
Hello Readers,
Data Binding is a concept which is used to bring/display data in UI controls from source object. DataBinding in WPF is binding between the source object and the destination UI element. With data binding in WPF you can take data from a
We all have seen a paint application in our PCs or laptops. So, here we are going to build a simple application which uses different colors to draw on the screen :-
Lets start with making the UI. Drag an UIImageView and UIView in the Main.st
To perform mouse hover function over a main menu which has sub elements, for this we have to chain all the actions that we want to achieve in one go.
In order to perform it, first move on to the main menu element which has sub elements an
This blog includes zoom and bouncing In animation on view. If we want to present view like popUp alert then it include two animation-
first is zoom and second is bouncing.These two animation can be achieved by affinity transform.Scaling, rotation, a
Hey there!
There are never enough things to do with CSS. We may think of the weirdest stuff, and CSS makes it possible. One such thought that popped into my mind was of transparent background. We have used colors and images as backgrounds. But
Hello Readers,
To learn canvas you have basic understanding of HTML and JavaScript.
The HTML5 <canvas> tag gives you way to draw graphics via scripting (JavaScript). You can use it for photo compositions, graph and animation. All core H
