Skip to content
Snippets Groups Projects
Commit 7e71c0f8 authored by Rémy Voet (ryv)'s avatar Rémy Voet (ryv) Committed by Simon Lejeune
Browse files

[IMP] mrp: add a operation menu

Add menu to a operation tree.

task-2241471
parent 328efb08
No related branches found
No related tags found
No related merge requests found
......@@ -61,5 +61,28 @@
</form>
</field>
</record>
<record id="mrp_routing_action" model="ir.actions.act_window">
<field name="name">Operations</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">mrp.routing.workcenter</field>
<field name="view_mode">tree,form</field>
<field name="view_id" ref="mrp_routing_workcenter_tree_view"/>
<field name="help" type="html">
<p class="o_view_nocontent_smiling_face">
Create a new operation
</p><p>
Operation define that need to be done to realize a Work Order.
Each operation is done at a specific Work Center and has a specific duration.
</p>
</field>
</record>
<menuitem id="menu_mrp_routing_action"
action="mrp_routing_action"
parent="menu_mrp_configuration"
groups="group_mrp_routings"
sequence="100"/>
</data>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment