← Back to team overview

openerp-india team mailing list archive

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

 

Hello,

It has been fixed in lp:~openerp-dev/openobject-addons/trunk-bug-1012603-mma
Revision ID: mma@xxxxxxxxxxx-20120613103932-0oo3sbam6ahu9wim
Revision num: 6897

It will be available in trunk soon.

Thanks.
Mayur


** Changed in: openobject-addons
       Status: In Progress => Fix Committed

-- 
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):
  Fix Committed

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