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

Search In

html link

How can you create image as a link in html. You can make an image as an link as through following coding.This make your link more eye-catchy and you can also make logo as link thus making your page more effective. <a href="default.asp"> <

How to modifing Environment in Odoo?

If you need to modifiy your current context you may use the with_context() function. self.env['res.partner'].with_context(tz=x).create(vals) Be careful not to modify current RecordSet using this functionality: self = self.env['res.partner'].with_con

How to use thread in Odoo ?

In thread we have to move on .py file and after this using thread you have to create you own cursor and initiate a new environment for each thread. committing is done by committing the cursor,For example you can see below code. Environment.manage()

How to use New ids in Odoo ?

In new ids context all work is done in the cache. And after that check all function and ids in python file, and creating a record in a model with computed fields, the records of the recordset will be in memory only. At that time the id 

How to create coma separated string from an array

Hello Reader's if you have an array and you want it to converted into string with separated by coma then by using PHP you can do this as follow:- You have to use Implode function $arr = array(1,2,3,4,5,6,7,8,9); $string = rtrim(implode(',', $arr)

How to use javascript function in Odoo-9

In javacsript function first we have to move on src file and open the .js file and go one step further by creating a javascript file, name it tutorial_editor.js and place it into the static folder. For example you can see below.

How to delete an INDEX in a table in MySQL?

We can drop INDEX from table by using DROP INDEX statement, it is used to delete an index form a table. Syntax: ALTER TABLE table_name DROP INDEX index_name; Example: Suppose you have created an INDEX named "person_user_name_idx" on the "user_nam

C Structure

Im a Network Admin and start Learning Programming,I start with C and reading a book. anyone can help answer and explain to me how to come up with it. 1.Write a structure that is to be used with a binary tree. The structure is to hold title name and

Create a Custom Rake Task

Rake is a Ruby task management tool. Like in Unix we have 'make' utility. So we can say Rake is Ruby Make. It uses a Rakefile and .rake files to create a list of tasks. We can see all the Rake tasks available in our current directory by one o

How to remove ckeditor instance?

When we use CKEditor for a text area it creates an instance of an editor for this text area. But in some case, if we remove this element the instance of CKEditor not removed and it show on our browser, so for removing it completely we use <texta

1 40 370
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: