~savoirfairelinux-openerp/openerp-mgmtsystem/openupgrade70

« back to all changes in this revision

Viewing changes to mgmtsystem_audit/report/audit_report.xml

  • Committer: Maxime Chambreuil
  • Date: 2012-10-17 03:20:09 UTC
  • mfrom: (0.1.19 openerp-mgmtsystem)
  • Revision ID: maxime.chambreuil@savoirfairelinux.com-20121017032009-z2yo25ft3yfbxmf5
[MERGE] with head of 6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<openerp>
3
 
   <data>
4
 
 
5
 
      <report id="mgmtsystem_audit_report"
6
 
         string="Print Report" 
7
 
         model="mgmtsystem.audit"
8
 
         name="mgmtsystem.audit.report"
9
 
         rml="mgmtsystem_audit/report/audit_report.rml"
10
 
         auto="False"
11
 
         menu="True"/>
12
 
 
13
 
   </data>
14
 
</openerp>