Skip to content

Commit

Permalink
Merge PR #138 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 13, 2024
2 parents 03c47fd + 6e096c4 commit 6b1af37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partner_survey/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<record id="res_partner_action_surveys" model="ir.actions.act_window">
<field name="name">Surveys</field>
<field name="res_model">survey.user_input</field>
<field name="view_mode">tree</field>
<field name="view_mode">tree,form</field>
<field name="context">{}</field>
</record>
<record id="view_partner_form" model="ir.ui.view">
Expand Down

0 comments on commit 6b1af37

Please sign in to comment.