Advertisement
rht_odoo

[QW][4313760]add_production_method_and_area

Jan 9th, 2025 (edited)
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <data>
  2.       <!--
  3.    Done by RHT on the 09/01/2025
  4.    Need: Have the production method and are on the detailed operation to be able to edit them when having a reception
  5.    Task : https://www.odoo.com/odoo/tasks/4313760
  6.    Code : https://pastebin.com/NcsE4Eqm
  7.    -->
  8.   <xpath expr="//field[@name='lot_id']" position="after">
  9.     <field optional="show" name="x_studio_lot_production_method_id" options="{&quot;create_name_field&quot;:&quot;x_name&quot;,&quot;no_create&quot;:true}"/>
  10.     <field optional="show" name="x_studio_lot_production_area_id" options="{&quot;create_name_field&quot;:&quot;x_name&quot;,&quot;no_create&quot;:true}"/>
  11.   </xpath>
  12. </data>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement