bugfix in demo data : the company where missing in the sample invoice

bzr revid: bch-5c7b5397f91ca6023a5728fcccebeec85cd1ec57
This commit is contained in:
bch 2007-04-10 08:58:54 +00:00
parent 8b21a392de
commit 0e3bc08cc1
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<data noupdate="1">
<record model="account.invoice" id="ceci_est_une_facture">
<field name="currency_id" ref="base.EUR"/>
<field name="company_id" ref="base.main_company"/>
<field name="address_invoice_id" ref="base.res_partner_address_tang"/>
<field name="partner_id" ref="base.res_partner_asus"/>
<field name="journal_id" ref="account.sales_journal"/>