
Search In
While writing codes in your application for insert delete update select you majorly does it with the help of stored procedures.
So for that we can have stored procedures that can be parameterized or without parameters.
So for that w
In Odoo first, you have to install accounting module and in our system add existing fields and inherit the accounting module in our own module.
We will follow these step given below:
Step1- First we create our own module and inherits the ac
Hello
Today's blog post provides a short description of the tasks that need to carried out for Web Search Configuration.
How to add an entity like Variant
Remove the previous entity.parent configuration like:
entity.Article.
Bootstrap is an open-source web design framework from Twitter.
Bootstrap framework makes it easy for a developer to create a layout for an application. There are predefined CSS classes for creating common components such as widgets, elements, lists,
Hello Readers,
The below blog shows the pagination in Joomla.
When we use the pagination in Joomla, we require the model and the view to write the code.
Suppose we have a component (com_example).Open the component file (com_example/models/items.ph
What is a Malware?
The word Malware is the abbreviated form of Malicious Software. Malware is basically a software maliciously programmed by the online attackers like hackers, spammers, scammers and others with the intention of harming data or devic
As technologies are growing everybody is moving towards website. Desktop app are also getting converted into web and mobile apps are now getting converted in hybrid web app. So you can analyze the future will be on website development. So the we
In OpenERP first, install the account module and then create the own module and relate it to the fields payment term in account module.
Follow these steps given below:
Step1- First create add_penalty.py file in your own module and pass this file in
The JDBC/ODBC driver is the type 1 driver it is also known as JDBC-ODBC bridge. It is ODBC driver to connect the database that convert the JDBC calls to ODBC function calls. Type 1 driver is fully platform dependent and use the native libraries of op
Hi All,
Today we are going to discuss, how we can find application version in Ionic Framework App.
Let's start by creating new Ionic Framework project with Android and iOS platform.
To create a new Project follow below command:
ionic start demoProj
