
Search In
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
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
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
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
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
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
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
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
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 =
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
