~openerp-chinese-team/openerp-china/openerp-china

« back to all changes in this revision

Viewing changes to shineit_mm/shineit_mm/mm_report.xml

  • Committer: JoshuaJan
  • Date: 2012-02-21 03:21:40 UTC
  • Revision ID: joshua@openerp.cn-20120221032140-4wwk95ftpf9x24ec
change the shipped date for report MM

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
            auto="False" 
 
6
            id="report_samplem"
 
7
            model="sale.order"
 
8
            name="sample_mm"
 
9
            rml="shineit_mm/report/sample_mm.rml"
 
10
            string="Sample MM Report"
 
11
            menu="False"/>
 
12
        <report 
 
13
           auto="False"
 
14
           id="report_production_mm"
 
15
           model="sale.order"
 
16
           name="production_mm"
 
17
           rml="shineit_mm/report/production_mm.rml"
 
18
           string="Production MM Report"
 
19
           menu="False"/>
 
20
    </data>
 
21
</openerp>
 
22