Advertisement
rht_odoo

[QW][4345877] add_mac_number

Dec 24th, 2024 (edited)
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.50 KB | None | 0 0
  1. <data>
  2.     <!--
  3.    # Done by RHT on the 24/12/2024
  4.    # Need : Have the MAC number (from the lot) on the detailed operation
  5.    # Task : https://www.odoo.com/odoo/project/17391/tasks/4345877
  6.    # Pastebin : https://pastebin.com/2L6H9Hsm
  7.    -->
  8.     <xpath expr="//field[@name='lot_id']" position="after">
  9.         <field name="x_studio_mac" groups="stock.group_production_lot" invisible="not lots_visible" readonly="state in ('done', 'cancel') and is_locked" optional="show"/>
  10.     </xpath>
  11. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement