Skip to content
Snippets Groups Projects
Commit c2328f5d authored by Priyanka Kakadiya's avatar Priyanka Kakadiya Committed by William Henrotin
Browse files

[FIX] stock: remove duplicate field

On the stock picking form, the 'Effective date' and the 'Completion date'
are technically the same field. This commit remove the second one.

Related to Task: 1886591
parent df016246
No related branches found
No related tags found
No related merge requests found
......@@ -326,7 +326,6 @@
<group>
<field name="picking_type_code" invisible="1"/>
<field name="move_type" attrs="{'invisible': [('picking_type_code', '=', 'incoming')]}"/>
<field name="date_done" string="Completion Date" readonly="1" attrs="{'invisible': [('state', '!=', 'done')]}"/>
</group>
<group>
<field name="company_id" groups="base.group_multi_company" options="{'no_create': True}"/>
......
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