← Back to team overview

openerp-india team mailing list archive

[Bug 1012603] Re: can't convert Opportunities to Quotation [Button is missing]

 

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

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

** 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/1012603

Title:
  can't convert Opportunities to Quotation [Button is missing]

Status in OpenERP Addons (modules):
  In Progress

Bug description:
  step to reproduce ---<>|

  ==> install crm, sale_crm 
  ==> you have not find Convert to Quote button on Opportunities form view

  Observed :-

     Due to some improvement of trunk a state field is now stage_id in Opportunities form but in sale_crm_view.xml 
  it seems 
              <field name="inherit_id" ref="crm.crm_case_form_view_oppor"/>
              <field name="arch" type="xml">
              <field name="state" position="before">
                 <button string="Convert to Quote" name="%(action_crm_make_sale)d" type="action"/>
              </field>

  So, a Convert to Quote Button is missing on Opportunities form bcoz
  there is no any state field now.

  Thanks,
  Mayur

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


References