Skip to content

Commit

Permalink
Update sell_view.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyleaves committed Jul 12, 2018
1 parent 5ab1204 commit 8e3d0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sell/views/sell_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<field name='address_id'
options="{'no_open': True, 'no_create': True}"/>
<field name='mobile'/>
<field name='user_id'
<field name='user_id' readonly="1",
options="{'no_open': True, 'no_create': True}"/>
<field name='date'/>
<field name='warehouse_id'/>
Expand Down

0 comments on commit 8e3d0f0

Please sign in to comment.