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

Search In

How to use compound context in OpenERP/Odoo ?

The context is like a "magic" argument that the web client will always give to the server when calling a method. The context is a dictionary containing multiple keys. One of the most important key is the language of the user, used by the server to tr

How to open and close div using css

Hello! readers, There is an example to show a div on click using only css. You can use it as popup box also. --css-- .show , .hide{color:#FC6} #contain {display: none; border:1px solid #999;padding:10px;width:200px;margin-top:10px} .show:focus

Solution for Pods-prefix.pch error

In Xcode 6.1 and above versions sometimes we get this Pods-prefix.pch error. To resolve this issue you just need to follow simple steps. Quit Xcode. Go to Libarary > Developer > Xcode > Derived Data Remove All Derived Data. Do not forget

Best way to get iOS, MAC OS version

Many times we need to make check for iOS version as it Apple changes its API from version to version. For this reason Apple provide the safest way to achieve it, which is "NSFoundationVersionNumber". It returns on which version device is running. It

How to get distance by mysql query

If you would like to get distance between two places with mysql query. You can use below query to find air distance between two places. Example :: Suppose you want to get air distance between all employee's home and office location. To run this quer

How to make the X-path in OpenERP (Odoo)?

In X-Path first we have to go in View_XML file (XML file) After that we have to decide where we want X-Path and then give Initial to last Path to that field. See below View_Xml code in Xml file . <?xml version="1.0" encoding="utf-8"?> <op

JSONP concept

JSONP stands for JSON with padding. All the browsers follow the same origin policy. You can not send XMLHttpRequest to other domain. To prevent this security, we need to use the JSONP in ajax request. When we request a ajax call to the remote server

How to Edit __openerp__.py in theme module in odoo-9 ?

If you want to edit __openerp_.py in odoo-9 ,for example you can use below code. { 'name':'Tutorial theme', 'description': 'A description for your theme.', 'version':'1.0', 'author':'Your name', 'data': [ ], 'category': 'Theme/Creativ

Read records in Odoo9

When we face any issue in database records value at that situation we use read records value and record data is accessible with the read() method, which takes a list of ids (as returned bysearch()) and optionally a list of fields to fetch.

how to import jquery in joomla

Hello readers, today I guide you "to import jQuery in Joomla" This can be a rule which we all utilize to guarantee that only 1 content involving jQuery can be imported. The idea merely tests to see in the event jQuery is already been imported and i

1 379 423
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: