
Search In
If you want to writing test case, you have to add javascript code in your Odoo manifest files.For example see below code.
{
'name': "Demonstration of web/javascript tests",
'category': 'Hidden',
'depends': ['web'],
'test': ['static/t
In javacsript function first we have to move on src file and open the .js file and go one step further by creating a javascript file, name it tutorial_editor.js and place it into the static folder.
For example you can see below.
Hello Guys,
If you are looking set database configuration in Codelgniter. Please follow the below step for the same::
1) Open the file application/config/database.php and complete the below information:
$db['default']['hostname'] = 'localhost';
$db
I am currently using xlrd in python to read excel sheet.
In column 1 contains test titles and column 37 contains test step. In column 1, there are some cell values like heading/Test case etc. I want to read all the rows in column 37 which are in bet
Installation of Subscription Module in Open ERP
Step 1:- Install -> Subscription Module.
Step 2:- Go to Settings -Technical - Automation - Recurring Types -create record must be Invoice.
Step 3:- Go to Settings - Technical -Automation- Rec
Hello Guys,
Here, I am writing code for get session attribute in velocity. First of all set session attribute in view.jsp or class of the portlet then get session attribute in velocity template.
Follow below steps to implement.
step : 1 put below
If you are looking to change the image or color of the widget when it is clicked or focused, Here is the code snippet that explains it:-
Step 1:- set the widget in an XML file for which you want to applying selector:-
<ImageView
android:
Step 1: Configure web.xml, add <multipart-config>
<multipart-config>
<max-file-size>1234</max-file-size>
<max-request-size>5678</max-request-size>
</multipart-config>
Step 2: Con
#include<string.h>
int main() {
int number1, number2;
char str[10];
printf("\nEnter a Number:::");
scanf("%d", &number1);
sprintf(str, "%d", number1);//step 1
strrev(str);//step 2
number2 = atoi(str);//step 3
pri
Hello,
This blog will help you to change the cursor color of Android EditText View by creating custom XML file under app's drawable folder.
By using following steps you can do it.
Step-1 Create a custom xml file custom_edit_text.xml under res/
