Skip to content

Commit

Permalink
Fixed form to show label of parent_id field
Browse files Browse the repository at this point in the history
  • Loading branch information
Prazn committed Sep 2, 2024
1 parent 5d5a7dc commit 5c60b06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions partner_communication/views/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<field name="global_communication_delivery_preference" />
</group>
</xpath>
<xpath
expr="/form/sheet//div[hasclass('o_row')]/field[@name='parent_id']"
position="before"
>
<label for="parent_id" class="oe_edit_only">Related Company</label>
</xpath>
</field>
</record>
</odoo>

0 comments on commit 5c60b06

Please sign in to comment.