[FIX] Remove the wrong demo data in the demo file

lp bug: https://launchpad.net/bugs/324412 fixed

bzr revid: stephane@tinyerp.com-20090203124327-wl5e8onkyhw6za3v
This commit is contained in:
Stephane Wirtel 2009-02-03 13:43:27 +01:00
parent d75143727d
commit e25ef1a054
3 changed files with 1 additions and 8 deletions

View File

@ -51,7 +51,7 @@
'hr_expense_report.xml',
'process/hr_expense_process.xml'
],
'demo_xml': ['hr_expense_demo.xml', 'hr.expense.expense.csv'],
'demo_xml': ['hr.expense.expense.csv'],
'installable': True,
'active': False,
'certificate': '62479841789',

View File

@ -1,4 +1,3 @@
name,ref,employee_id,line_ids/date_value,line_ids/name,line_ids/analytic_account,line_ids/unit_quantity,line_ids/ref,line_ids/unit_amount
September Expenses,09/06,Fabien Pinckaers,2006-09-05,Travel by Car - Customer Seagate 2 - Double,Thymbra,130.0,,0.22
,,,2006-09-05,Travel by Car - Trainging,Trainings,100.0,,0.22
,,,2006-09-05,Basic PC - Server for Seagate,Seagate P2,1.0,S1234435,300.0

1 name ref employee_id line_ids/date_value line_ids/name line_ids/analytic_account line_ids/unit_quantity line_ids/ref line_ids/unit_amount
2 September Expenses 09/06 Fabien Pinckaers 2006-09-05 Travel by Car - Customer Seagate 2 - Double Thymbra 130.0 0.22
2006-09-05 Travel by Car - Trainging Trainings 100.0 0.22
3 2006-09-05 Basic PC - Server for Seagate Seagate P2 1.0 S1234435 300.0

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="1">
</data>
</openerp>