
Search In
If you want to options group properties in OpenERP(Odoo) follow the below mentioned code in your .xml file: -
<template id="snippet_demo_opt" name="Snippet demo Options" inherit_id="website_less.snippet_options">
<xpath expr="//div[@data
If you want to make Form view in OpenERP(Odoo) follow the below mentioned code and paste it in your .xml file: -
<group colspan="4">
<group colspan="2" col="2">
<separator string="General stuff" colspan="2">
&l
If you would like to disable word-press updates please follow the below process:
Open your current selected Theme folder.
Open under this folder function.php and
put the below code at the end of this file
//To Disable Theme Updates # WP Version 3.0
Hello reader's today we discuss about "Add logo in theme customize option" in wordpress.
Open your function.php and paste the below code :-
/**
* Add logo in theme customize option
*/
add_action( 'customize_register', 'themename_customize_register
If you want to change or edit the label in module in OpenERP, follow the below example.
EXAMPLE:- change label like that in product form change label of list_price(Sale Price ) to list_price(Max Price) in product.product
.xml file-
<record
RECOVERY TESTING
It is the process of testing the application to check how well it recovers from crashes or disasters.
The steps involved in Recovery Testing are:
Introduce defect and crash the application – Somebody will guide us as how and when
If you want to import the customer data through csv file in OpenERP(Odoo) follow the below mentioned steps:-
Step-1 Go to Settings Menu and Click it.
Step-2 Go to Modules -> Update Modules List and Click it.
Step-3 Click on Update button
Appium is an open source tool for mobile automation. Appium is very user friendly and a powerful tool. The best part of this tool is to write test only once and then execute on different devices. This tool is also platform independent and we can conf
To create a filters in OpenErp,
First install product module and inherit view of product module and use filtering for particular fields and create filter in your own module. For example use this below code in .xml file
<record id="rent_product_s
Hellow Reader's ,
Some time we need to set default time zone in our applications.In this blog i am going to explain how you can do this.
This is a simple step for change the defualt timezone in cakephp.
Go to your project directory
Open  
