Skip to content
Snippets Groups Projects
Commit 4513ce18 authored by Priyanka Kakadiya's avatar Priyanka Kakadiya Committed by Yannick Tivisse
Browse files

[FIX] base: Show the full partner form by default

Instead of showing the simplified form view, we should always open the full partner form
by default if nothing is specified.

Coming from: https://github.com/odoo/odoo/commit/f56ad6daf80a15101017dce1145a7ee821d272a3#diff-0e8ff6c715847d514bedc0feb80894deR194

Related to Issue: 1865330
parent 64dc1de7
Branches
Tags
No related merge requests found
......@@ -191,7 +191,7 @@
<record id="view_partner_form" model="ir.ui.view">
<field name="name">res.partner.form</field>
<field name="model">res.partner</field>
<field name="priority" eval="18"/>
<field name="priority" eval="1"/>
<field name="arch" type="xml">
<form string="Partners">
<sheet>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment