
Search In
The Struts Framework is used to develop Web applications or we can say that it is a standard for developing Web applications. Its features are as:
1.It is an open source
2. It is based on the Model-View-Controller (MVC),
MVC levels has:
Model: App
To Add Extra Fields in account module in openerp use below code
In OpenERP Add Extra fields in account module to create new module name is invoice_cartage
and add these 4 file.
1- __init__.py file ---
import invoice_crtage
2- __openerp__.py fi
With Blackberry plug-in you can package the android apps for blackberry devices i.e can convert .apk applications files to .bar files which are compatible with the blackberry phones.
Also you can debug the applications using ADB proxy manager to veri
Hello Readers,
Screenshot plugin for Cordova/phonegap apps allows you to take screenshot of the current open screen and save it to phone storage.
First of all we need to install the following plugin through CLI:
$ cordova plugin add https
This tutorial will guide you about "How to enable CURL in PHP". CURL is one the most basic and essential requirement as it allows you to connect different protocols such as HTTP, HTTPS, FTP etc. By default CURL is not enable in php.ini file
In OpenERP first, we create a module and then inherits to the delegation and views both in your own module.
Follow these step shown below
Step1- First we create a module like as: test and then create a test.y file in an own module and pass this fil
In OpenERP first we will create the function and then create js file. After this the no Google doc were associated with a record, with the aim to create one then no config is associated with the res_model, and hence it will result a blank text
Database creation using PostgreSQL
To start work with postgres, you need to install Postgres. To download PostgreSQL 9.1, go through below link:
Download
To check that you are able to access psql, open cmd and fire command psql.
If you are getting
In Odoo-9 you have to create module and xmlrpc folder in server and install the apache2 in your system.
After this follow the step given below:
Step1- First create apache2 for our system using the command show below
sudo apt-get install apache2
Creating a module in OpenErp is very simple. All you need to know is the basic skeleton of any module to be used in the system. There are four major files that build up your module:
1.) init.py file
2.) openerp.py file
3.) mymodel.py file