Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Options group properties in Odoo

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

Odoo Form views

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

How to Disable Wordpress Updates

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

Add logo in theme customize option in wordpress

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

How to Edit fields label in module in openerp

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

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

How to Update Modules List in OpenERP-7.0 ?

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

How to install Appium on Windows

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

how to create filter in openerp?

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

How to Set default timezone in cakephp

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  

1 50 130
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: