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

« back to all changes in this revision

Viewing changes to msf_audittrail/audittrail_report.xml

  • Committer: Quentin THEURET
  • Date: 2016-03-04 12:15:00 UTC
  • Revision ID: qt@tempo-consulting.fr-20160304121500-u2ay8zrf83ih9fu3
US-826 [IMP] Change the way to check if products is not consistent on add multiple line wizard

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
                id="msf_audittrail.report_log_line" 
8
8
                model="audittrail.log.line" 
9
9
                name="msf.log.line"
 
10
                target_filename="${eval(_get_report_name)}"
10
11
                rml="msf_audittrail/report/log_line.rml"
11
12
                string="Log lines" />
12
13
 
 
14
        <report
 
15
            id="msf_audittrail.report_log_line_xls"
 
16
            string="Log lines (Excel Export)"
 
17
            model="audittrail.log.line"
 
18
            name="msf.log.line_xls"
 
19
            file="msf_audittrail/report/log_line_xls.mako"
 
20
            target_filename="${eval(_get_report_name)}"
 
21
            report_type="webkit"
 
22
            header="False"
 
23
            auto="False"
 
24
            />
 
25
 
13
26
    </data>
14
27
</openerp>