Skip to content

Commit 3b13227

Browse files
committed
[FIX] website_event_track_quiz: show community menu button
In the event form the "community" button is supposed to be shown when "track quiz" is installed. However when this was done in [1] there a mistake was made and only the label was removed, as well as the wrong field added after it. That field was removed in [2] but it was again not noticed that only the label was made visible. It may not appear easily because installing website_event_meet also unhides both the label and the field. Hence you only ge this issue when installing track quiz without it. However in 18.3 [3] removed website_event_meet which means the issue is not corrected anymore. task-5159806 [1]: 147cf5f [2]: c0f0f9f [3]: 9cab4f8 closes odoo#231132 X-original-commit: e3748a3 Signed-off-by: Thibault Delavallee (tde) <[email protected]>
1 parent 6a8e401 commit 3b13227

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

addons/website_event_track_quiz/views/event_event_views.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<xpath expr="//label[@for='community_menu']" position="attributes">
1010
<attribute name="invisible">0</attribute>
1111
</xpath>
12+
<field name="community_menu" position="attributes">
13+
<attribute name="invisible">0</attribute>
14+
</field>
1215
</field>
1316
</record>
1417

0 commit comments

Comments
 (0)