
Search In
Step-1 Install partner_res module.
Step-2 After that, install partner_res module.
In below example, I have customised partner_report module. You can directly use the below partner_res module in your addons and run in Odoo server.
import time
fro
Hello!!
HTML 5 provides an API, called "Web SQL" API. It is new feature in HTML5 and it also helps to the developer for doing CRUD operation on the client side. It give the permission to client side for doing some operation:-
Create a D
I want to upload my captured images from camera to my 000webhost.com server using the volley library.
I want where I am getting wrong and suggest me full code solution.
I have tried to write the code, But its not working.
I am getting error as
"Different ways for returning a view in ASP.NET MVC"
In this article we are going to learn about different ways that can be used to return a View in Asp .Net MVC.
There are different ways for returning a view in Asp .Net M
In the below example I have clearly described how to use AsyncTask.
First of all you should know what is AsyncTask ?
AsyncTask is an abstract class provided by android which helps us to use the UI thread properly. AsyncTask class allows
There are various methods used in Joomla to display query results according to the requirement. They are as follows:
Single Value Result :
loadResult():
loadResult() method is used when a database query returns a single value. It is basically us
Asynchronous Nature of Delegates
Delegates are defined as function pointer i.e act as a pointer to methods in the application.
Example of Delegate :-
using System;
namespace ConsoleApplication2
{
public delegate int D
The quantifier operators analyse a collection of items on some condition and return a boolean value if any or all the items in collection satisfy a condition.
In linq, We have three types of Quantifier Operators:-
1. All
2. Any
3
Nowadays you must have seen while longing in many apps provides the login option directly using Facebook, Twitter, Linkedin and Google account, this process saves the time of filling a long registration form and also makes the user to login easily an
In this tech-driven world where every information is available on the internet, it is very important for all the businesses to stay updated with the going technology for achieving success in their respective fields. They must accept the new strategy
