Skip to content

Commit 6700624

Browse files
committed
fix(spp_change_request_v2): remove Edit Details stat button from CR form
1 parent 4863add commit 6700624

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

spp_change_request_v2/views/change_request_views.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -182,18 +182,7 @@
182182
statusbar_visible="draft,pending,approved,applied"/>
183183
</header>
184184
<sheet>
185-
<!-- Button Box with Smart Buttons -->
186185
<div class="oe_button_box" name="button_box">
187-
<button name="action_open_detail"
188-
type="object"
189-
class="oe_stat_button"
190-
icon="fa-edit"
191-
invisible="approval_state not in ('draft', 'revision')">
192-
<div class="o_stat_info">
193-
<span class="o_stat_text">Edit</span>
194-
<span class="o_stat_value">Details</span>
195-
</div>
196-
</button>
197186
<button name="action_open_preview_wizard"
198187
type="object"
199188
class="oe_stat_button"

0 commit comments

Comments
 (0)