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

Search In

Stitched Effect using CSS

we can achieve numerous effects by simply using CSS, we just need to use our innovativeness and creativity. This time, as the title recommends, we are making stitched effect by simply using CSS. For creating stitched effect, first, we have 

How to make loops and special fields in OpenERP/Odoo ?

If you want to make loops and special fields in OpenERP use below code - def get_totals(self, cr, uid, ids): countries = {} for sale in self.browse(cr, uid, ids): country = sale.partner_invoice_id.country countries.setdefault(country, 0.0) countr

What is .axd file in ASP.Net

An .axd file is a HTTP Handler file. There are two types of .axd files. ScriptResource.axd WebResource.axd These are files which are generated at runtime whenever you use ScriptManager in your Web app. This is being generated only once when you de

difference between PHP isset() vs empty() vs is_null()

PHP has different types of built-in functions which can be used to check the value of a variable. Basically there are three useful functions you can use for test the value of a variable i.e. isset(), empty() and is_null(). All these php function retu

Setup Virtual Host

As the name suggested, Virtual Host is a technique to create a virtual URL of a website. For example on the local server we generally run a project like http://localhost/xyz but if you want to run this project like http://www.xyz.com on your local sy

How to Move Make Objects by Adding Force in Unity

There are two methods to make object move in unity: By changing its Transform (Position). By adding Force by using AddForce() method. In this blog I have mentioned, how we can make object move by adding force. Force and Velocity both are componen

Change the Page indicator dot in iPhone PageCotrol

To change page indicator dot in iPhone pagecontrol follow the below steps and set of codes. Open The Xcode and Create a new project Name it as MyPageControl select the project and right click and add new files and select a cocoatouch File and inhe

netw

Ping   Ping is used to check the response from other terminals in the network. It will give you details related to the network you rare in and its status with request. Ping returns different responses depending on the computer in question. Th

How to put the invoice link and partner_id on the account_move ?

If you want to put the invoice link and partner_id on the account_move follow the following code : invoice_id = fields.Many2one('account.invoice', oldname="invoice") partner_id = fields.Many2one('res.partner', string='Partner', index=True, ond

How to check and complete value of journal entry method in Odoo

If you want to check and complete value of journal entry method in Odoo follow the following code:   if 'account_id' not in vals or 'journal_id' not in vals: raise UserError(_("It is mandatory to specify an account and a journal t

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