Skip to content
Snippets Groups Projects
Commit f98fe5ac authored by Ankit Joshi's avatar Ankit Joshi Committed by Simon Lejeune
Browse files

[FIX]mrp: In mo origin field shouldn't be hidden in normal mode.

parent 12ef9ed0
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@
<field name="date_planned_start"/>
<field name="date_planned_finished" invisible="1"/>
<field name="user_id"/>
<field name="origin" groups="base.group_no_one"/>
<field name="origin"/>
<field name="company_id" groups="base.group_multi_company" options="{'no_create': True}" attrs="{'readonly': [('has_moves', '=', True)]}"/>
<field name="show_final_lots" invisible="1"/>
<field name="production_location_id" invisible="1" readonly="1"/>
......
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