Advertisement
rht_odoo

[QW][4606849]hide_product_price

Mar 7th, 2025 (edited)
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.37 KB | None | 0 0
  1. <data>
  2.     <!--
  3.    Done by RHT and KHSA on the 07/03/2025
  4.    Need : Price to be hidden in the product catalog of the FSM
  5.    Task : https://www.odoo.com/odoo/5686/tasks/4606849
  6.    Pastebin : https://pastebin.com/TgCkfK2v
  7.    -->
  8.     <xpath expr="//div[@name='o_kanban_price']" position="attributes">
  9.     <attribute name="class">d-none</attribute>
  10.   </xpath>
  11. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement