
Search In
Generally we use qunit assertions for web's test .If any module are not working proper then we use qunit assertions in odoo server.Assertions having following list .
1-async()
Instruct QUnit to wait for an asynchronous operation.
2- deepEqual()
A
Hi again,
In this article, we’re going to focus on another important concept of responsive design, i.e. the 'Viewport Meta Tag'.
View-Port Overview
The viewport meta tag was introduced by Apple to help web developers improve the wa
Functions of Resource Selection by RMS.
RMS means “Resource Management System”.RMS plays an important role in the resource Selection Process. This is a very important resource selection process by resource management system through matching finger
While designing an HTML form, a lot of time there is a requirement of custom form elements. Below is a tutorial on how to create some nice custom select box with CSS and jQuery.
<div class="selectBox">
<div class="s


Game Engine Overview
In the last decade, video games have gained immense popularity. More and more video games for PCs and smartphones are being released, while traditional consoles are partially lagging behind. It is becoming more and more
You can create form view in odoo by using below code in .xml file
There are two ways to create a Form View in Odoo.
1. Existing Form
2. Simple Form View.
1- Existing form – Here you have to inherit form view and change this form view in odoo.
&l
In the below example I have described how to get data from assets folder. Firstly I have created txt.json file in assets folder. In txt.json file I have added JSON data. Now See In MainActivity code I have created loadJSONFromAsset() method, in this
An animation takes place when the style of an element changes.
To use the animation by CSS3 we have to define some keyframes. These @keyframes will be having the styles of an element at particular time.
For the CSS3 animation we need to specify the
Sass stands for "Syntactically Awesome Style Sheets". It is compatible with all CSS versions available.
If your CSS is getting complex, harder to maintain, here you can take the help of preprocessor. Sass allows you to create variabl
In the previous session, we learnt the basics of media queries and covered some points about how they are used to achieve responsiveness in web design. In this part, we’ll continue with other important aspects of the same.
As we are well aware
