← Back to team overview

openerp-india team mailing list archive

[Bug 1017484] [NEW] state Button is Missing in crm fundraising

 

Public bug reported:

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

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

-- 
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):
  New

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


Follow ups

References