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

« back to all changes in this revision

Viewing changes to kit/kit_report.xml

  • Committer: matthieu.choplin at msf
  • Date: 2012-08-30 07:48:00 UTC
  • mto: This revision was merged to the branch mainline in revision 1118.
  • Revision ID: matthieu.choplin@geneva.msf.org-20120830074800-l442bu42mt0yzutn
[uf-1374]- change the write and create by an _sql_constraint on the financing contract check dates

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
 
 
5
 
        <report 
6
 
            auto="False"
7
 
            id="kit_report"
8
 
            model="composition.kit"
9
 
            name="kit.report"
10
 
            target_filename='${eval(_get_report_name)}'
11
 
            rml="addons/kit/report/kit_report.rml"
12
 
            string="Kit" />
13
 
 
14
 
    </data>
15
 
</openerp>