[ADD]: Images: lunch, mail_gateway, marketing, marketing_campaign

bzr revid: vro@tinyerp.com-20110316074733-rlpnvdspeguh3fnc
This commit is contained in:
vro 2011-03-16 13:17:33 +05:30
parent 2b9e24c407
commit d4672f80ac
4 changed files with 26 additions and 10 deletions

View File

@ -23,8 +23,10 @@
"name": "Lunch Module",
"author": "OpenERP SA",
"Description": """
The lunch module is for keeping record of the order placed and payment of the orders.
The products are defined under categories and the payment records are maintained user wise
The lunch module is for keeping a record of the order placed and payment of the orders.
=======================================================================================
The products are defined under categories and the payment records are maintained user-wise.
Every user has a cashbox which keeps track of the amount paid for a particular order.
""",
@ -52,6 +54,7 @@
"test": ['test/test_lunch.yml', 'test/lunch_report.yml'],
"installable": True,
"certificate" : "001292377792581874189",
'images': ['images/cash_moves.jpeg','images/lunch_orders.jpeg','images/products.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -23,9 +23,12 @@
'name': 'Email Gateway System',
'version': '1.0',
'category': 'Generic Modules/Mail Service',
'description': """The generic email gateway system allows to send and receive emails
* History for Emails
* Easy Integration with any Module""",
'description': """
The generic email gateway system allows to send and receive emails.
===================================================================
* History of emails
* Easy integration with any module""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['base'],
@ -40,5 +43,6 @@
'installable': True,
'active': False,
'certificate': '001056784984222247309',
'images': ['images/customer_history.jpeg','images/messages_form.jpeg','images/messages_list.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -26,7 +26,12 @@
"depends" : ["base"],
"author" : "OpenERP SA",
"category": 'Generic Modules/Marketing',
"description": "Menu for Marketing",
"description": """
Menu for Marketing.
===================
Contains the installer for marketing-related modules.
""",
'website': 'http://www.openerp.com',
'init_xml': [],
'update_xml': [
@ -38,5 +43,6 @@
'installable': True,
'active': False,
'certificate' : '00598574977629228189',
'images': ['images/config_marketing.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,7 +21,7 @@
{
"name" : "marketing_campaign",
"name" : "Marketing Campaign",
"version" : "1.1",
"depends" : ["marketing",
"document",
@ -31,15 +31,17 @@
"author" : "OpenERP SA",
"category": 'Generic Modules/Marketing',
"description": """
This module provides leads automation through marketing campaigns (campaigns can in fact be defined on any resource, not just CRM Leads).
This module provides leads automation through marketing campaigns (campaigns can in fact be defined on any resource, not just CRM Leads).
=========================================================================================================================================
The campaigns are dynamic and multi-channels. The process is as follows:
* Design marketing campaigns like workflows, including email templates to send, reports to print and send by email, custom actions, etc.
* Define input segments that will select the items that should enter the campaign (e.g leads from certain countries, etc.)
* Run you campaign in simulation mode to test it real-time or accelerated, and fine-tune it
* You may also start the real campaign in manual mode, where each action requires manual validation
* Finally launch your campaign live, and watch the statistics as the campaign does everything fully automatically.
* Finally launch your campaign live, and watch the statistics as the campaign does everything fully automatically.
While the campaign runs you can of course continue to fine-tune the parameters, input segments, workflow, etc.
Note: If you need demo data, you can install the marketing_campaign_crm_demo module, but this will also install the CRM application as it depends on CRM Leads.
""",
'website': 'http://www.openerp.com',
@ -58,5 +60,6 @@ This module provides leads automation through marketing campaigns (campaigns can
'installable': True,
'active': False,
'certificate' : '00421723279617928365',
'images': ['images/campaigns.jpeg','images/email_account.jpeg','images/email_templates.jpeg','images/segments.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: