← Back to team overview

openerp-india team mailing list archive

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

 

Public bug reported:

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

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

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

Status in OpenERP Addons (modules):
  New

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


Follow ups

References