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

Search In

How to call custom create method if method is not defined in Odoo?

If you want to call custom create method if method is not defined then follow the following code in your .py file. if values.get('acquirer_id'): acquirer = self.pool['payment.acquirer'].browse(cr, uid, values.get('acquirer_id'), contex

How to manage the point of sale payment method in Odoo?

If you want to manage the point of sale payment method then follow the following code in your .py file.   import time import pos_box_entries from openerp import netsvc from openerp.osv import osv, fields from openerp.tools.translate import

Listview items sets to default after scrolling

I have list view which uses base adapter class for each item view, when I make changes in one item of list view and scroll the list view the changed item sets to default value, I need to retain my values even after scrolling. @Override public View

Saving image in Base64 into database

In SQL server we have scenarios where we need to store image into the databse One way is to store image URL into the database by creating it into a folder Other way is to store entire image into the databse For doing that you need to create column

  • 201
Custom Admin Module Hello World in Magento

Hello Readers, This tutorial will guide you about how to create custom admin module in magento to print simple text Hello World in the backend. To accomplish this, follow the below steps: Step 1: Create folder Evon/Helloworld inside app/code/local

Multiple Progress Bar using HTML, CSS and jQuery

Hello readers, In this tutorial I will guide you to create "Multiple Progress Bar using HTML, CSS and jQuery" which will helps to animate all progressbar's on a single click.   In mine code, I have set the max value for each div l

Spinning Preloader

Hello reader's, we all have seen preloaders whenever we visit any website, at the loading time it appears at the window panel. I have just tried to create a preloader using bright colours with a punch of animation over it which therefore seems to

An Overview to HTML5

What is HTML5? It is a Hyper Text Markup Language which is used for structuring and presenting content on Internet. It is the current version for HTML. Its previous version was HTML 4.01. It is the 5'th version of the HTML standard. It'

New Concept to Build HTML for big projects

We all know that for any web page or website, HTML is compulsory. HTML is the necessary platform to develop the website. Many times when I created HTML templates, I faced the issue to do the changes and had to do copy paste the changed content in eac

How to create a Installer Script to perform operation on database in magento ?

In magento sometimes we need to add fields to the existing table or create a new table for our module, for this purpose we are required to write the installer script instead or performing the operation directly on database.   Lets see how we c

1 65 76
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: