[ADD]: Images: document_ftp, document_ics, email_template, event

bzr revid: vro@tinyerp.com-20110315113252-vwkvqm06wb28zgjv
This commit is contained in:
vro 2011-03-15 17:02:52 +05:30
parent 196bbb99d8
commit f872742018
4 changed files with 19 additions and 9 deletions

View File

@ -24,7 +24,10 @@
'name': 'Integrated FTP Server with Document Management System',
'version': '1.99',
'category': 'Generic Modules/Others',
'description': """This is a support FTP Interface with document management system.
'description': """
This is a support FTP Interface with document management system.
================================================================
With this module you would not only be able to access documents through OpenERP
but you would also be able to connect with them through the file system using the
FTP client.
@ -46,6 +49,7 @@
'installable': True,
'active': False,
'certificate': '00934787762705016005',
'images': ['images/1_configure_ftp.jpeg','images/2_document_browse.jpeg','images/3_document_ftp.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,7 +24,10 @@
'name': 'Support for iCal based on Document Management System',
'version': '1.0',
'category': 'Generic Modules/Others',
'description': """Allows to synchronise calendars with others applications.""",
'description': """
Allows to synchronise calendars with others applications.
=========================================================
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['document', 'crm'],
@ -34,5 +37,6 @@
'installable': True,
'active': False,
'certificate': '0071242387229',
'images': ['images/1_config_calendars.jpeg','images/2_doc_type_ics.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -28,7 +28,8 @@
"category" : "Added functionality",
"depends" : ['marketing', 'base_tools'],
"description": """
Email Template is extraction of Power Email basically just to send the emails.
Email Template is extraction of Power Email basically just to send emails.
==========================================================================
""",
"init_xml": ['email_template_scheduler_data.xml'],
"update_xml": [
@ -43,6 +44,7 @@
"installable": True,
"active": False,
"certificate" : "00817073628967384349",
'images': ['images/1_email_account.jpeg','images/2_email_template.jpeg','images/3_emails.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,19 +24,18 @@
'name': 'Event',
'version': '0.1',
'category': 'Generic Modules/Association',
'description': """Organization and management of Event.
'description': """
Organization and management of Events.
======================================
This module allow you
* to manage your events and their registrations
* to use emails to automatically confirm and send acknowledgements for any registration to an event
* ...
A dashboard for associations that includes:
* Registration by Events (graph)
Note that:
- You can define new types of events in
Events / Configuration / Types of Events
- You can access predefined reports about number of registration per event or per event category in:
Events / Reporting
Association / Configuration / Types of Events
""",
'author': 'OpenERP SA',
'depends': ['crm', 'base_contact', 'account', 'marketing'],
@ -58,5 +57,6 @@
'installable': True,
'active': False,
'certificate': '0083059161581',
'images': ['images/1_event_type_list.jpeg','images/2_events.jpeg','images/3_registrations.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: