add ics documents in profiles
authorNajlaa <nel@silver>
Wed, 29 Oct 2008 12:53:30 +0000 (13:53 +0100)
committerNajlaa <nel@silver>
Wed, 29 Oct 2008 12:53:30 +0000 (13:53 +0100)
bzr revid: nel@silver-20081029125330-xt62fi4nghov8tsu

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

index 173a0c5..e04b5d8 100644 (file)
@@ -86,7 +86,6 @@ class crm_menu_config_wizard(osv.osv_memory):
         'lead' : fields.boolean('Leads', help="Allows you to track and manage leads which are pre-sales requests, the very first contact with a customer request."),
         '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."),
index 58588ab..64b63f1 100644 (file)
@@ -20,7 +20,6 @@
                     <field name="bugs"/>
                     <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"/>
index 5b14525..3ada7e0 100644 (file)
@@ -36,7 +36,6 @@ class profile_association_config_install_modules_wizard(osv.osv_memory):
         'hr_expense':fields.boolean('Expenses Tracking', help="Tracks the personal expenses process, from the employee expense encoding, to the reimbursement of the employee up to the reinvoicing to the final customer."),
         'project':fields.boolean('Project Management'),
         '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, ..."),
         'segmentation':fields.boolean('Segmentation'),
         'crm_configuration' : fields.boolean('Partner Relation & Calendars'),
         'project_gtd':fields.boolean('Getting Things Done', help="GTD is a methodology to efficiently organise yourself and your tasks. This module fully integrates GTD principle with OpenERP's project management."),
index 116d7d0..5076433 100644 (file)
@@ -14,7 +14,6 @@
                     <separator string="Relationship Management" colspan="4"/>
                     <field name="crm_configuration"/>
                     <separator string="" colspan="4"/>
-                    <field name="document_ics"/>
                     <field name="board_document"/>
                     <label string="" colspan="2"/>
                     <group col="4" colspan="2">