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

Search In

How to override the function and confirm the sale order when transaction is done in openerp

To override the function first install the sale module and override the class sale.order and set draft and use feedback function as show in given below code def feedback(self, cr, uid, data, acquirer_name, context=None): tx = None r

How to remove borders of a portlet in liferay

Hello Guys Now, We are removing borders of a portlet in liferay that added using tag as below : <liferay-portlet:runtime portletName="customSocialNotifications_WAR" /> You can use below attribute available in same tag as defaultPreference

How to disable Updates in WordPress ?

The simplest way to disable word-press updates by installing and activating Disable Updates Manager plugin from the given below link. [https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/][1] WordPress updates disable by Manually if

How to create a specific page layout in odoo-9

To create a specific page layout in odoo-9 you have to first install odoo website builder module and after then at the top you need to ass a whole list of services and provide the possibility of settings to the user interface for the rest of the page

 How to Extend the default Header in odoo-9

If you want to extend the default header in odoo-9 , use the below code. <Customize header> <template id="custom_header" inherit_id="website.layout" name="Custom Header"> // this is a header template. <Assign an id> <xpath ex

 How to Create a theme module in odoo-9

If you want to create a theme module first you have to check _init.py file and __openERP.py file. After that you need to inherit the package theme to an Odoo module. main folder- Create a folder and name it like this: theme followed by yo

How to update your theme in odoo-9

Theme is most important part of odoo website and its is also use to make odoo website. When the themes have been installed only after then XML files loaded, and whenever you make changes on an xml file then each and ever time you will have to force r

How to invoke installed application through appium ?

The first step after the starting the Appium server is to launch or invoke the installed application through the script. First we should set the desired capabilities and then launch the application. DesiredCapabilities capabilites = new DesiredCapab

How to set values of select box dynamically using Jquery

Hello Reader's if your building the html 5 based web form and want to set the value of select box via Jquery then you can learn it from code as below:- First you need to set the value from html page <input type = "text" id = "txtEmail" value =

How to integrate time zone in jquery calender

Hello Reader's If you are making the html 5 form then you can integrate the user time zone in the date time calender also, Lets see the example below:- first you have to downoad the JS an CSS file from here Now you have to create an html page and l

1 286 408
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: