~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to hotel/hotel_report.xml

merging new development from indian accounting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
        <data>
 
4
                <report id="hotel_folio_details"
 
5
                        string="Folio Total"
 
6
                        model="hotel.folio"
 
7
                        name="folio.total"
 
8
                        rml="hotel/report/total_folio.rml"
 
9
                        menu="False"
 
10
                        auto="False"/>
 
11
                
 
12
        </data>
 
13
</openerp>