
Search In
Kanban view defined as “A kanban view shows a set of cards possibly grouped in columns” it is important for odoo module to describe xml functionality. For example you can see below code which is use in .xml file.
<record model="ir.ui.view" i
Hello Everyone,
In this blog, we will be learning about that how to use AJAX in cakePHP. There is not much difference of using Ajax with cakePHP or with HTML.
Ajax is defined as Asynchronous JavaScript. It is a client-side scripting language that com
Sometimes we are required to upload multiple images in our CakePHP application and at the same time to show them on that page.
Let's see how we can do it.
In our view file like as we have done in post add file of view. In our form of type =>
Working as a freelance writer can be really liberating as you get to set your own work schedules and are not pegged to a single location (workspace), among other benefits. However, to enjoy these benefits, you need to actually get some gigs. Getting
Previous Blogs
Intialize git repostiory
First Commit
Now viewing our past commit logs we do with git log, and this will show us the log of commits that have taken place till now.
naveen@naveen:/var/www/html/RND/symfony_sites/symfony_todoapp$
I am trying to build Dynamic Left outer join Linq query.
I took help from StackOverflow page titled "How do I do a left outer join with Dynamic Linq?"
I am getting the following error in "SelectMany&quo
Most businesses across the world suffer from cybercrime and data fraud once in a while. Frauds are not lethal for a business but also hamper their growth and damage their reputation among the customers. After all, nobody wants to give their data and
According to the Federal Reserve System, Americans owe over $1.7 trillion in student debt. This makes student loans the largest source of debt in the United States. Another research suggests that more than half of 2019 graduates had a student loan.
Using the Amazon SES SMTP Interface to Send Email
To send email using the Amazon SES SMTP interface, you will need the following:
An AWS account. For more information, see Signing up for AWS.
The SMTP interface hostname and port number. The hostna
BeanPostProcessor :- It is an interface that defines callback methods by which you can provide your own instantiation logic and your own custom logic before and after the bean creation. along with this you can perform some additional logic or your
