Skip to content

Commit

Permalink
fix OCA#42: reserve location should be outside WH
Browse files Browse the repository at this point in the history
This has always been wrong on v8, but because of the very obscure
odoo/odoo#5797, this seemed to work every time we had single-step
reception.

Please note that this block of XML is noupdate, so for existing
installations you need to change the parent of the reservation location
to something outside your warehouses manually.

Incidentally, this makes the branch green independently of odoo/odoo#5797.
  • Loading branch information
lepistone authored and jesusVMayor committed Dec 27, 2018
1 parent 2b8153c commit fa6c61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_reserve/data/stock_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<data noupdate="1">
<record id="stock_location_reservation" model="stock.location">
<field name="name">Reservation Stock</field>
<field name="location_id" ref="stock.stock_location_company"/>
<field name="location_id" ref="stock.stock_location_locations"/>
</record>


Expand Down

0 comments on commit fa6c61d

Please sign in to comment.