Advertisement
rht_odoo

[QW][4599902]add_email_address_blocks

Feb 26th, 2025 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.76 KB | None | 0 0
  1. <data>
  2.     <!--
  3.    Done by RHT on the 26/02/2025
  4.    Need : add the email address in the address blocks
  5.    Task : https://www.odoo.com/odoo/project/5686/tasks/4599902
  6.    Pastebin : https://pastebin.com/D7w06rJu
  7.    -->
  8.     <xpath expr="//div[@t-field='doc.partner_id']" position="attributes">
  9.         <attribute name="t-options-fields">['address', 'name', 'email']</attribute>
  10.     </xpath>
  11.     <xpath expr="//div[@t-field='doc.partner_invoice_id']" position="attributes">
  12.         <attribute name="t-options-fields">['address', 'name', 'email']</attribute>
  13.     </xpath>
  14.     <xpath expr="//div[@t-field='doc.partner_shipping_id']" position="attributes">
  15.         <attribute name="t-options-fields">['address', 'name', 'email']</attribute>
  16.     </xpath>
  17. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement