Skip to content

Commit

Permalink
[FIX] purchase: order dest_address_id field is present twice in form …
Browse files Browse the repository at this point in the history
…view

Fixes issue odoo#911
  • Loading branch information
rvalyi authored and odony committed Jul 4, 2014
1 parent 13b52c3 commit f20c7a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/purchase/purchase_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@
<group>
<field name="minimum_planned_date"/>
<field name="location_id" groups="stock.group_locations"/>
<field name="dest_address_id" string="Customer Address" on_change="onchange_dest_address_id(dest_address_id)" groups="stock.group_locations"/>
<field name="shipped" groups="base.group_no_one"/>
</group>
<group>
Expand Down

0 comments on commit f20c7a3

Please sign in to comment.