You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
632 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="mrp_production_workorder_tree_editable_view_inherit_manufacturing_timesheet" model="ir.ui.view">
<field name="name">mrp.production.work.order.list.editable.inherit.manufacturing.timesheet</field>
<field name="model">mrp.workorder</field>
<field name="inherit_id" ref="mrp.mrp_production_workorder_tree_editable_view"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='product_id']" position="after">
<field name="employee_id" optional="show"/>
</xpath>
</field>
</record>
</odoo>