Skip to content

Commit 8ebeca3

Browse files
committed
[MIG] survey_question_type_binary: migration to 15.0
1 parent 9608919 commit 8ebeca3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
* Jose Zambudio <[email protected]>
2+
* Alexandre D. Díaz <[email protected]>

survey_question_type_binary/views/survey_question.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<field name="model">survey.question</field>
1111
<field name="inherit_id" ref="survey.survey_question_form" />
1212
<field name="arch" type="xml">
13-
<xpath expr="//sheet/group[2]/group[2]/div" position="inside">
13+
<xpath expr="//div[hasclass('o_preview_questions')]" position="inside">
1414
<div
1515
attrs="{'invisible': [('question_type', 'not in',('binary','multi_binary'))]}"
1616
>

0 commit comments

Comments
 (0)