
Search In
If you want to create automated action in odoo, you have to go in .xml file and decide the action menu.
1- The first step is to create a model and to create some fields on this model->
class test_demo(models.Model):
_name = 'test.d
When a group of people is working on the same project then it's mandatory to have any version control system, so that everyone can work without having any conflict. Git is one of the popular distributed version control systems that we have.
There
Introduction-
The ListView control does not have paging capabilities. DataPager control provides Paging capabilities by using
PagedControlID property. In ListView, we can use the DataPager
control and customize the num
How to integrate Google Places Autocomplete in Javascript?
Places Autocomplete is the web service provided by google. It returns place predictions in response to an HTTP request. Running example can be seen here: http://www.geocodezip.com/v3_SO
Hi Reader’s,
This blog includes the concept of implementing autolayout programatically. This can be done in two ways:-
1.NSLayoutConstraint Class
2.VisualFormat
Below is an example which includes a UITextField creation and th
The business is all about relationships. But many people need to keep track of countless conversations to work with. And all these interactions can be in different stages of the sales pipeline. It is a challenge that confronts many businesses and thi
Enabling caching .
Caching is enabled in three step.
1) Create a writable directory on your server where you want strored the cache files.
2) Set the path to your cache folder in your application/config/database.php file.
3) Enable the cachi
Hello Guys,
Facebook has provided us facility to custom profile URL but some time we need some Facebook ID number for any reason.
So, Below are the step by step procedure /screenshots to get your fb profile ID number:
Step 1:
Open the Profile page.
In PHP programming, Many times we have seen and used different operators of PHP. This article demonstrate the difference between the operators which looks identical but used for different operations. In PHP we have three types of equal sign (=) opera
Here is the blog which describes that how you can play around with path & patterns. This feature helps you to fill any pattern along the desired path, it is however semi hidden. Below are the simple steps:
1.Select the Pen tool(P)and create a pa
