← Back to team overview

openerp-india team mailing list archive

[Bug 1017484] Re: state Button is Missing in crm fundraising

 

** Changed in: openobject-addons
       Status: New => Confirmed

** Changed in: openobject-addons
   Importance: Undecided => Medium

** Changed in: openobject-addons
     Assignee: (unassigned) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)

-- 
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/1017484

Title:
  state Button is Missing  in crm fundraising

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  on runbot (Build 12409) [addons(6928) ,web(2606) and server(4207)]

  Step ----<>|:

  open a form view of fundraising [sales/fundraising/fundraising] there
  is no button to  change a state

  but in crm_fundraising_view.xml button is there 
                      <button name="case_close" string="Done" states="open,pending" type="object" />
                      <button name="case_open" string="Open" states="draft,pending" type="object" />
                      <button name="case_pending" string="Pending" states="draft,open" type="object" />
                      <button name="case_escalate" string="Escalate" states="open,draft,pending" type="object" groups="base.group_extended" />
                      <button name="case_reset" string="Reset to Draft" states="done,cancel" type="object" />
                      <button name="case_cancel" string="Cancel" states="draft,open,pending" type="object" />

  
  it's issue of related field of state

  Thanks.
  Mayur

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


References