~matjaz-6/openerpsl/banking

« back to all changes in this revision

Viewing changes to intrastat/report/intrastat_report.xml

  • Committer: dusan
  • Date: 2012-12-11 20:57:51 UTC
  • mfrom: (13.1.3 openerpsl)
  • Revision ID: dusan@ubuntu-20121211205751-3jqoyz1w86ffdu74
[MERGE]merge with parent trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
<data>
 
4
<report
 
5
   id="report_intrastat_rml"
 
6
   string="Intrastat report"
 
7
   name="report.intrastat.rml"
 
8
   model="intrastat"
 
9
   rml="intrastat/report/intrastat.rml"
 
10
/>
 
11
</data>
 
12
</openerp>
 
13
 
 
14