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

Search In

How to delete provisions fields in OpenERP(Odoo)?

In provisions fields first we have to go in .py file (Python file) After that we have to decide where we want delete fields and then write the python code of that field. use below code in .py(python file): cr.execute('SELECT id FROM account_cashfl

How to Remove followers linked to old partner in OpenERP(Odoo)?

In followers linked to old partner fields first we have to go in .py file (Python file) After that we have to decide where we want to remove followers linked to old partner fields and then write python code to that field from start to end. Use below

How to Follow all records of new notification models in OpenERP(Odoo)?

In followers all records and new notification models, first we have to go in .py file (Python file) After that we have to decide where we want all records and new notification models of followers and then write below python code to that field at star

How to update the sequence of number and checks the value encoded on the wizard in OpenERP(Odoo)?

To update sequence to number and checks from the value encoded in the wizard, first we have to go in .py file (Python file) After that we have to decide where we want to update the sequence to number and then write python code to that field from star

Blink Animation in android

Blink Animation in android Here I write code for blinking any components like TextView, ImageView etc. Here I just use AlphaAnimation class of Animation . TextView textMessageCenter; textMessageCenter = (TextView)rootView.findViewById(R.id.text_me

How to know free space in sdcard android

I have written code to know free space in sdcard Here I use StatFs class to do this. I just multiple available blocks which I got from getAvailableBlocks() and block size from getBlockSize(). StatFs st = new StatFs(Environment.getExternalStorage

How to fix “Headers already sent” error in PHP

Hello Readers! You all got this error many times before and I am sure all PHP programmer at-least once got this error. To solve this error you can solve use solution as per your problem level: Possible Solution 1: You may have left blank spaces be

How to check a particular date is within past 24 hours or not?

Sometimes we need to check whether a date is within past 24 hours or not. Generally we implement this kind of functionality when we create an AuthToken or a code that we want to to be valid for some time duration. Example: In the below example I'm c

How to check if uploading file is in .csv extension using PHP

Hello Reader!, If you are looking for verify the uploading file with the correct extension with .csv only. Then you use the PHP code as below:- $allowed = array('csv'); //you can mentions all the allowed file format you need to accept, like .jpg, g

How to use Symbols in Odoo ?

Odoo Python Class : use case for code in api v8, underscore lowercase notation for old api. And Variable name use following classes and Api to given below. use camelcase for model variable use underscore lowercase notation for common variable. since

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