
Search In
How to set the incoming email servers in OpenERP (Odoo)?
Step-1 Go to settings -> General Settings
Step-2 Click on configure incoming email servers->Create
Step-4 Name->Server Type ->POP Server
Step-5 Click On Server Information
Step-6
In this Android Video Tutorial, I am giving giving a simple and basic demonstration on activity and layout creation.
I have also mentioned activities deceleration in the manifest and also how we make the particular activity as launcher activity
Procurement Exceptions means A Procurement Exception occurs when the system cannot find a way to fulfill a procurement. Some exceptions will resolve themselves automatically, but others require manual intervention.
To Create Procurement Exceptions
If you want to create a model in OpenERP use like below code -
from openerp.osv import fields, osv
class course(osv.osv):
_name='course'
_columns= {
'name':fields.char("Name",size=128,domain=[('name', '=',2)]),
If you want to create a specific page layout in OpenERP(Odoo) follow the below mentioned code in your .xml file: -
<!--?xml version="1.0" encoding="utf-8" ?-->
<openerp>
<data>
<!-- === Demo Page === -->
<templa
Gradient Mesh in Illustrator
Gradient Mesh, is an advance tool that allows us to create gradients in any shapes. The result in artwork as it has come right from the Photoshop. Every designer have his/her own way that how they apply gradient mesh on t
Converting any .sxw report file that we create using Open Office is very easy and useful for future usages, as it helps creating reports for our module.
Follow the simple steps:
Create your report and send to server, created dailycash.sxw.
In O
if you are planing to create an e Commerce application from scratch then there are possibilities that you will create Categories section in your application. Now at the beginning you may be asking yourself what is the best way to create multi-level c
To create Product Categories in openerp-7 follow these below mentioned step:-
Step1- Install product module
Step2- Go to Warehouse-> Configuration -> Products->Product Categories
and create new Category.
See the below screen-shot for mor
To Creating Outgoing Mail Server in openerp-6.1
Follow these step given below:-
1. Go to Setting->Configuration->Email->Outgoing Mail Servers, and create
2. In Description field, give an appropriate name, example: localhost
3. SMTP Server,