Olivier Dony (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-877978-odo into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #877978 in OpenERP Addons: "Calendar view of Opportunities uses the 
Create Date to position the event on the calendar instead of Next Action Date"
  https://bugs.launchpad.net/openobject-addons/+bug/877978

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-877978-odo/+merge/79838

Fixed calendar view of opportunities: using date_action field as date_start to 
position the event in the calendar and make it actually usable.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-877978-odo/+merge/79838
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-877978-odo.
=== modified file 'crm/crm_lead_view.xml'
--- crm/crm_lead_view.xml	2011-10-02 17:31:16 +0000
+++ crm/crm_lead_view.xml	2011-10-19 15:17:00 +0000
@@ -284,7 +284,7 @@
         <field name="priority" eval="2"/>
         <field name="arch" type="xml">
             <calendar string="Leads Generation"
-                date_start="create_date" color="user_id">
+                date_start="date_action" color="user_id">
                 <field name="name" />
                 <field name="partner_name" />
                 <field name="partner_address_id" />

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to