Reported on 29-05-2014

Bug #1324930 reported by jainelson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
npd-1
Fix Committed
Medium
santhoshkumar

Bug Description

Here are the issues that our team has found out during the usage of the product:
1. Scheduling calls from customers are going to logged calls.
         Clicked on customer, searched for customer, clicked on calls, it went to logged call but it should go to schedule calls

2. In logged call list, when trying to create an opportunity, which gave a warning.

3. Please enable emails for all operations.

4. None of the user is able to see the calendar of the other user.

Revision history for this message
santhoshkumar (santhoshkumar-k) wrote :

The below fields are removed from required.

297 'ind_segment':fields.many2one('indus.segment', 'Industry Segment', select=True, track_visibility='onchange', required=True),
298 'telesale_exec':fields.many2one('res.users', 'Telesales Executive', select=True, track_visibility='onchange', help="Select Telesale executive", required=True),
299'B_unit':fields.many2one('crm.case.businessunit','Business Unit',required=True),
302 'product':fields.many2one('product.product','Product', required=True),

And the XML file got change in required fields.

173 <field name="ind_segment" required="1"/>

174<field name="pros_ch" required="1" />

175 <field name="telesale_exec" required="1" />

176 <field name="B_unit" required="1"/>

177 <field name="product" required="1"/>

Changed in npd-1:
status: New → Fix Committed
assignee: nobody → santhoshkumar (santhoshkumar-k)
Changed in npd-1:
importance: Undecided → High
importance: High → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.