
Search In
If you are looking how to create menuItem and make them visible or invisible on certain condition, here is way to create menuItems:-
Step 1:- Create items on menu.xml:-
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:c
If you are looking to create BadgeCount view in android toolbar, here is the way to code it:-
Step 1:- Create badgeCount layout file say badgecount.xml :-
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:la
Hello reader's, In this post we discussed about "Forgot Password using ajax in wordpress".
In the below code, forgot password screen appear user fill their email address into the text box and click submit button, after that a new password will gener
If you want Initial Setup & AvaTax Configuration in Odoo-9 follow the below steps->
Step-1 Install Ava Tax Modules
Step-2 Setup > Installed Modules > Search for AvaTax
Click “Install” button
Step-3 Accounting > Configuration >
Marketing is the backbone of every small and big organization. Nowadays big companies are investing and focusing more on Marketing. Without strong marketing, its very hard for a company to survive in the market. Marketing can be defined in differen
In Odoo9 Widgets are the GUI elements that can perform some controlling tasks. In Odoo9, we can see a few of widgets that have significance in the views like statuses of the any process, seeing states of an object, or getting lists out of huge data,
SQL(Structured Query Language) is a computer language used for storing, retrieving and management of data in Relational Database Management System(RDBMS).
The commands of SQL can be categorize into following categories :
1. DDL : DDL stands for Data
In this blog, We will see how to configure CSRF protection and how to make AngularJS allowed to send information with a CSRF token to the server.
In AngularJS, $http service reads a token from a cookie which is named by default XSRF-TOKEN and sets it
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 Guys!
Testing is a very most important part of any project. Without good testing, a good product is uncertain. We have different frameworks available for testing the product functionality.
We have a good framework JUnit available in Java. Which
