Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1012603-mma into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1012603 in OpenERP Addons: "can't convert Opportunities to Quotation 
[Button is missing]"
  https://bugs.launchpad.net/openobject-addons/+bug/1012603

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1012603-mma/+merge/110048

Hello Sir ,
      
      sale_crm : I have fix the issue of Convert to Quote missing button on 
Opportunities form

Thanks,
Mayur
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1012603-mma/+merge/110048
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1012603-mma.
=== modified file 'sale_crm/sale_crm_view.xml'
--- sale_crm/sale_crm_view.xml	2012-06-03 20:34:50 +0000
+++ sale_crm/sale_crm_view.xml	2012-06-13 11:46:23 +0000
@@ -9,7 +9,7 @@
             <field name="inherit_id" ref="crm.crm_case_form_view_oppor"/>
             <field name="arch" type="xml">
                 <data>
-                    <field name="state" position="before">
+                    <field name="stage_id" position="before">
                         <button string="Convert to Quote" name="%(action_crm_make_sale)d" type="action"/>
                     </field>
                 </data>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to