Skip to content

Commit

Permalink
[FIX] [16.0] partner_contact_address_default child layout
Browse files Browse the repository at this point in the history
Before this commit, strange English populated a single column on the child contact layout.

After this commit, we span the 4 columns and clean up the text.
  • Loading branch information
gdgellatly committed Aug 29, 2024
1 parent 4f3e3b0 commit 9a5e6c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions partner_contact_address_default/views/res_partner_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
>
<group colspan="4">
<field name="commercial_partner_id" invisible="1" />
<div class="oe_grey">
<div
>You can force contact, delivery and invoice address for this contacts.</div>
<div
>If you keep empty this fields the Odoo's behavior will be normal</div>
<div class="oe_grey" colspan="4">
<p>
You can force contact, delivery and invoice address for this contact.
If you keep these fields empty Odoo's default behavior will apply
</p>
</div>
</group>
<group colspan="4">
Expand Down

0 comments on commit 9a5e6c6

Please sign in to comment.