~sebastien.beau/openobject-addons/on-change-support-extra-addons

« back to all changes in this revision

Viewing changes to lunch/lunch_report.xml

  • Committer: nel
  • Date: 2007-07-16 05:55:26 UTC
  • Revision ID: nel-206acbf4defe2495320c9024df7d23203676e27c
Add lunch module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<terp>
 
3
<data>
 
4
        <report
 
5
                id="report_lunch_order"
 
6
                string="Print Order"
 
7
                model="lunch.order"
 
8
                name="lunch.order"
 
9
                rml="lunch/report/order.rml"
 
10
                auto="False"
 
11
                />
 
12
 
 
13
</data>
 
14
</terp>