[IMP] stock: Default address for the default WH

So that with minimal config, PO's have a delivery address.
This commit is contained in:
Commandant Custo 2014-12-16 20:33:31 +01:00 committed by Martin Trigaux
parent cd4bb69550
commit 647afdf655
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ watch your stock valuation, and track production lots (based on serial numbers).
<record id="warehouse0" model="stock.warehouse">
<field model="res.company" name="name" search="[]" use="name"/>
<field name="partner_id" ref="base.main_partner"/>
<field name="code">WH</field>
</record>