~serpent-consulting-services/openerp-usa/fix-shipping_api_ups_cc

« back to all changes in this revision

Viewing changes to shipping_api_ups/report/shipping_report.xml

  • Committer: npgllc
  • Date: 2012-08-02 17:13:27 UTC
  • Revision ID: npgllc-20120802171327-2xgyyjjb5d1kx26y
Removed all the 6.0 compatible modules

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 id="report_control_log_receipt"
5
 
            string="Control Log Receipt"
6
 
            model="stock.packages"
7
 
            name="control.log.receipt.print"
8
 
            rml="" 
9
 
            menu="False"
10
 
            auto="False"/>
11
 
 
12
 
        </data>
13
 
</openerp>