~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to hr_expense/hr_expense_report.xml

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<terp>
 
3
        <data>
 
4
                <report id="hr_expenses"
 
5
                        string="Print HR expenses"
 
6
                        model="hr.expense.expense"
 
7
                        name="hr.expense"
 
8
                        rml="hr_expense/report/expense.rml"
 
9
                        auto="False"/>
 
10
        </data>
 
11
</terp>