
Search In
In OpenERP first we inherit to the rating.rating object and then we create the kanban. if the auto_validation_kanban_state is activated then apply the modification of the kanban state according to the given rating. And then return the action to see a
Hello Friends,
If you are looking to update php.ini file in your server and getting permission issue with this like I was getting the issue "bash: /etc/php5/apache2/php.ini: Permission denied......" to resolve this problem, I have done the
In OpenERP first we create user's in user's form. Then the access of user's models res_users and pass the ids of the user's. After passing ids of the user's then user's selection will active and Return a tuple.
Use this funct
In OpenERP first we create the user's in user form. Then the user clicks the selection's icon in the web client, compose a default action for the model in the user's selection and Return the action that contains all of this and vali
If you forget the username or password to of the Magento admin panel,you can recover or change it from Magento database from phpyadmin. Most of the times forget password or username do not work, so we can use this method to recover magento admin pane
On viewing the responsive website in our mobile device, the responsiveness of the website can be maintained via @media queries but on double click to the web page it will make a zoom effect in the device and than the horizontal scroll will appear in
Git is a version control system which keeps the track of changes made in the source code. There are many times, we do not want to upload the credentials file on git because those will be visible to all the stakeholders. Also, there are many files tha
how to prevent countdown timer for being restart when you hit refresh in your browser
<div id="quiz-time-left"> </div>
<script type="text/javascript">
var total_seconds = 60*10 ;
var minutes = parseInt(total_seconds/60);
When we present the viewcontroller it slides from bottom to top but, if we want to change the slide position then we have to use the animation for the UIView. By using animation we just change the frames of UIView.
If we want to present the co
Hi Reader's,
Welcome to FindNerd, today we are going to discuss what is the use of fgets in PHP ?
If you want a function that returns a line from an open file and after a specific length(the length that is specified by yo
