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

Search In

 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 remove p tag and br tag in default wordpress editor

Hello readers, today I will guide you to "remove <p> tag and <br> tag in default WordPress editor in admin panel". In WordPress editor its a default functionality to add <p> tag and <br> tag. While creating a new post, every

How to make gradient in backgound of a div

Hello Readers if you need to show mix colored in the background of the div then instead of using the photoshop images you can also do it by using CSS3. Lets see the code css for this:- background:-webkit-gradient(radial, 165 0, 0, 220 -257, 465, fr

How to handle a longpolling request in openerp

In openerp to handle a long-polling request, we need to bypass private attribute access because we do not know before starting that the thread and handles a long-polling request and rename the thread to avoid tests waiting for a long-polling. Example

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 inherit and add new fields in account module in openerp

In openerp first install account module and inherit the views of account module and pass the id of account module views form xml file then give reference in your own module and add your new fields in xml file. Use this code in your own module in xml

How to reset the form using Angular JS

Hello Reader's If you want to reset your html form then the easiest way to do it is by using Angular JS. Lets see its example as below:- <div ng-app="myApp" ng-controller="formCtrl"> <form novalidate> First Name:<br> <

How to send SMTP email with gmail account

Hello Friends, If you are looking to implement SMTP email via gmail account. Please follow the below code: $mailObj = new PHPmailObjer; $mailObj->SMTPDebug = 3; //SMTP debugging on. $mailObj->isSMTP(); $mailOb

1 372 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: