
Search In
Important Notesa. Please ensure that you clear the browser cache to ensure proper functioning of the changed user interface. Steps to clear browser cache :press Ctrl-Shift-Delete (Windows) or Command-Shift-Delete (Mac).Select ‘C
If you want to setup Google Drive in OpenERP (Odoo) follow the below mentioned steps: -
Step-1 install Google Drive⢠integration module.
Step-2 Go to the Settings menu and click it.
Step-3 Go to Google Drive ->Template
Step-4 Go to T
Static testing:- Static testing is done without executing the code. It is done manually to find errors in the code, requirement documents, test plans, test cases and design documents to find errors in early stage of life cycle. As it is carried out i
Android give facility to change the view of a Toast. Sometimes we need to show message on a better way to user .
Here I am writing code to implement custom Toast. I make a separate layout for Toast .
Here I am showing a ImageView and TextView on a
Today we are going to discuss the diffence between return false and preventDefault. We mostly use these scripts but don't know their working so let's go we first discuss the preventDefault.
A) PreventDefault: it is helpful to stop the default behavi
Usability testing is a Black Box testing technique. It is the best way to know how end/real users experience our application/website. Its a technique to know how user friendly our application is and whether real users feel comfortable with our applic
What is Equivalence partitioning:-
Equivalence partitioning is also known as Equivalence Class Partitioning or ECP. In Equivalence Class Partitioning is a method that split/cut-up the input data of a software unit into separation/division/classes/pa
Hello Readers,
Generally, we use the $this->request and $this->data in cakephp to get and post the data in application as well as in API's. So, below we describe in brief about the request.
$this->request:
Above, request is the default req
While creating any Login or Registration UI in iOS we ask user to enter their email id. To avoid wrong data entry we can validate entered data by using a simple validation method. Below method will return you a BOOL value. Here it is:-
-(BOOL)valid
If you want to generating basic view in Odoo follow this below step-
Step-1 Go to .xml file and generating basic view like below code.
<!--?xml version="1.0" encoding="utf-8"?-->
<openerp>
<data>
<record id="action_atten
