Skip to content

Commit

Permalink
[IMP] base: added mobile field as optional field in tree view
Browse files Browse the repository at this point in the history
Before commit:

There was no mobile field in the optional fields of tree view in res.partner.

After commit:

Added the mobile field as optional field.

Task-3184771

closes odoo#113243

Signed-off-by: Warnon Aurélien (awa) <[email protected]>
  • Loading branch information
thsh-odoo committed Mar 9, 2023
1 parent b7bcfb7 commit e651c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odoo/addons/base/views/res_partner_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<field name="display_name" string="Name"/>
<field name="function" invisible="1"/>
<field name="phone" class="o_force_ltr" optional="show"/>
<field name="mobile" optional="hide"/>
<field name="email" optional="show"/>
<field name="user_id" optional="show" widget="many2one_avatar_user" domain="[('share', '=', False)]"/>
<field name="city" optional="show"/>
Expand Down

0 comments on commit e651c2b

Please sign in to comment.