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.
 
 
 
 
 

29 lines
1.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- action for manufacturing timesheet-->
<record id="manufacturing_timesheet_action" model="ir.actions.act_window">
<field name="name">Timesheet</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">account.analytic.line</field>
<field name="view_mode">tree</field>
<field name="context">{'create': False}</field>
<field name="domain">[('is_manufacturing','=',True)]
</field>
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">
No Timesheet
</p>
</field>
</record>
<menuitem id="manufacturing_timesheet_menu_root"
name="Timesheet"
parent="mrp.menu_mrp_root"
sequence="23"/>
<menuitem id="manufacturing_timesheet_all_menu_root"
name="Timesheet"
parent="manufacturing_timesheet.manufacturing_timesheet_menu_root"
action="manufacturing_timesheet_action"
sequence="5"/>
</odoo>