~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to spreadsheet_xml_examples/report.xml

  • Committer: Quentin THEURET
  • Date: 2011-11-30 13:31:37 UTC
  • mto: This revision was merged to the branch mainline in revision 515.
  • Revision ID: qt@tempo-consulting.fr-20111130133137-mdf2fp6hkqmwbppn
UF-647 [ADD] Added a line in Purchase Order to have information about international transport costs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8" ?>
2
 
<openerp>
3
 
    <data>
4
 
        <report
5
 
            id="spreadsheet_xml_examples.simple_template_xls"
6
 
            string="Simple Report"
7
 
            model="product.product"
8
 
            name="spreadsheet.simple_template_xls"
9
 
            report_type="webkit"
10
 
            menu="True"
11
 
            />
12
 
 
13
 
        <report
14
 
            id="spreadsheet_xml_examples.custom_xls"
15
 
            string="Custom Report"
16
 
            model="product.product"
17
 
            name="spreadsheet.custom_xls"
18
 
            report_type="webkit"
19
 
            file="spreadsheet_xml_examples/report/custom.mako"
20
 
            menu="True"
21
 
            />
22
 
 
23
 
    </data>
24
 
</openerp>