← Back to team overview

openerp-india team mailing list archive

[Bug 1283093] [NEW] [7.0]When scheduling a call from the Logged calls views, the default state is Done instead of Open

 

Public bug reported:

As the title says.

I was able to fix this by changing the context of the action_schedule
button for Schedule Call in
addons/crm/wizard/crm_phonecall_to_phonecall_view.xml:

line 22: <button name="action_schedule" type="object" string="Schedule
Call" context="{'default_state': 'open'}" attrs="{'invisible' :
[('action', '!=', 'schedule')]}" class= "oe_highlight"/>

I don't know if/how I can push this to the official repo.

** Affects: openobject-addons
     Importance: Undecided
         Status: New


** Tags: crm

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1283093

Title:
  [7.0]When scheduling a call from the Logged calls views, the default
  state is Done instead of Open

Status in OpenERP Addons (modules):
  New

Bug description:
  As the title says.

  I was able to fix this by changing the context of the action_schedule
  button for Schedule Call in
  addons/crm/wizard/crm_phonecall_to_phonecall_view.xml:

  line 22: <button name="action_schedule" type="object" string="Schedule
  Call" context="{'default_state': 'open'}" attrs="{'invisible' :
  [('action', '!=', 'schedule')]}" class= "oe_highlight"/>

  I don't know if/how I can push this to the official repo.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1283093/+subscriptions


Follow ups

References