[FIX] remove customer flag from company 1

bzr revid: al@openerp.com-20110725142831-gttjdyeh9trtna0w
This commit is contained in:
Antony Lesuisse 2011-07-25 16:28:31 +02:00
parent 8784297248
commit 3b9b028c1e
1 changed files with 1 additions and 0 deletions

View File

@ -1006,6 +1006,7 @@
<!-- Address and Company ID will be set later -->
<field name="address" eval="[]"/>
<field name="company_id" eval="None"/>
<field name="customer" eval="False"/>
</record>
<record id="main_address" model="res.partner.address">
<field name="partner_id" ref="main_partner"/>