Skip to content

Commit 9cd408b

Browse files
committed
Fixed Create SP User button not showing
1 parent c4a76da commit 9cd408b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spp_service_points/views/service_points_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class="oe_stat_button"
2929
icon="fa-address-card-o"
3030
name="create_user"
31-
invisible="not is_disabled or not res_partner_company_id"
31+
invisible="is_disabled or not res_partner_company_id"
3232
>
3333
<div class="o_form_field o_stat_info">
3434
<span class="o_stat_text">Create SP User</span>

0 commit comments

Comments
 (0)