Browse Source

boton convertir a presupuesto

deisy 5 years ago
parent
commit
3e5ac30075
1 changed files with 1 additions and 0 deletions
  1. 1 0
      views/eiru_crm_view.xml

+ 1 - 0
views/eiru_crm_view.xml

@@ -11,6 +11,7 @@
             <header>
             <button name="case_mark_won" string="Mark Won" attrs="{'invisible': [('probability', '=', 100)]}" type="object" class="oe_highlight"/>
                <button name="case_mark_lost" string="Mark Lost" attrs="{'invisible': [('probability', '=', 100)]}" type="object" class="oe_highlight"/>
+               <button string="Convert to Quotation" name="534" type="action" class="oe_highlight"/>
                <field name="stage_id" widget="statusbar" clickable="True"
                    options="{'fold_field': 'fold'}"
                    domain="['&amp;', ('section_ids', '=', section_id), ('type2', '=', 'opportunity')]"/>