Advertisement
rht_odoo

[QW][4708056]adapt_report_simple_label_dymo

Apr 10th, 2025 (edited)
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1. <data>
  2.     <!--
  3.    Done by RHT on the 10/04/2025
  4.    Need : adapt the dymo label (remove price & let the reference be on the whole line)
  5.    Task : https://www.odoo.com/odoo/project.task/4708056
  6.    Pastebin : https://pastebin.com/4wKpk8nU
  7.    -->
  8.     <xpath expr="//div[4]" position="replace"/>
  9.     <xpath expr="//div[3]" position="replace">
  10.         <div class="o_label_name">
  11.             <small class="text-nowrap" t-field="product.default_code"/>
  12.         </div>
  13.     </xpath>
  14. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement