|
@@ -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="['&', ('section_ids', '=', section_id), ('type2', '=', 'opportunity')]"/>
|