Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Merge 5390215 into 1d49624
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Dupont committed May 16, 2018
2 parents 1d49624 + 5390215 commit 8a5fca9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grap_change_views/views/view_stock_picking.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="location_id"/>
</field>
<field name="location_dest_id" position="attributes">
<attribute name="groups">stock.group_locations</attribute>
<attribute name="groups">base.group_no_one</attribute>
</field>
<field name="location_id" position="attributes">
<attribute name="groups">base.group_no_one</attribute>
</field>
<field name="min_date" position="attributes">
<attribute name="invisible">0</attribute>
Expand Down

0 comments on commit 8a5fca9

Please sign in to comment.