'Mass Mail' is an OpenERP module developed by Zesty Beanz, which addresses the email marketing concerns in a business. The module allows users to flexibly handle mass emailing. The major features of the module are as follows
'Automated Task E-mails' is a functionality developed by Zesty Beanz for Automating Task notification emails in OpenERP Project Management. The functionality is achieved as a separate module by extending the project managemnet module in OpenERP.
OpenERP have many methods for creating reports, on which webkit reports have some special features which makes an enviornment for easy and faster creation of reports, particularly for a web developer.
The main features are:
Magento is a good platform for front end of your web shop and Open ERP acts as a perfect back office application supporting all the business processes required by a company.
Connector Features
Search views are a new feature of OpenERP supported in OpenERP version 6. It creates a customized search panel, and is declared quite similarly to a form view, except that the view type and root element change to search instead of form. After declaring a search view, it will be used automatically for all tree views on the same model.

Schedulers are one of the most attractive features of OpenERP. As the name implies they can schedule any activity like sending email, checking stock quantity, synchronizations, invoice and purcahse operations, etc... A scheduler executes a particular function at regular intervals, without human interference.
Adding a sequence for records in OpenERP is very simple. For making a field a sequence type, we need to create new sequence or use existing sequence. For creating a sequence, we need to create two type of objects, one is “ir.sequence.type” and other “ir.sequence”. The example to create these records are given below..
OpenObject uses modules as feature containers, to foster maintainable and robust development. The functionality in OpenERP is provided by modules.
Module Composition
A module may contain any of the following elements:
business objects: declared as Python classes extending the osv.osv OpenObject class
data : views, menu, workflows, demo data etc..
wizards : stateful interactive forms