add ics on crm profile
authorNajlaa <nel@silver>
Wed, 29 Oct 2008 12:48:14 +0000 (13:48 +0100)
committerNajlaa <nel@silver>
Wed, 29 Oct 2008 12:48:14 +0000 (13:48 +0100)
bzr revid: nel@silver-20081029124814-gdhfiflxplbkupib

addons/crm_configuration/crm_config.py
addons/crm_configuration/crm_config_view.xml

index db7a2a2..173a0c5 100644 (file)
@@ -87,6 +87,7 @@ class crm_menu_config_wizard(osv.osv_memory):
         'opportunity' : fields.boolean('Business Opportunities', help="Tracks identified business opportunities for your sales pipeline."),
         'jobs' : fields.boolean('Jobs Hiring Process', help="Help you to organise the jobs hiring process: evaluation, meetings, email integration..."),
         'board_document':fields.boolean('Document Management', help= "The Document Management System of Open ERP allows you to store, browse, automatically index, search and preview all kind of documents (internal documents, printed reports, calendar system). It opens an FTP access for the users to easily browse association's document."),
+        'document_ics':fields.boolean('Shared Calendar', help=" Will allow you to synchronise your Open ERP calendars with your phone, outlook, Sunbird, ical, ..."),
         'bugs' : fields.boolean('Bug Tracking', help="Used by companies to track bugs and support requests on softwares"),
         'fund' : fields.boolean('Fund Raising Operations', help="This may help associations in their fund raising process and tracking."),
         'helpdesk' : fields.boolean('Help Desk Operations', help="This may help your Help Desk."),
index c5f3bf2..58588ab 100644 (file)
@@ -21,6 +21,7 @@
                     <field name="fund"/>
                     <field name="helpdesk"/>
                     <field name="board_document"/>
+                    <field name="document_ics"/>
                     <group col="4" colspan="4">
                         <button icon="gtk-cancel" name="action_cancel" type="object" special="cancel" string="Cancel"/>
                         <button icon="gtk-go-forward" name="action_create" string="Next" type="object"/>