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

« back to all changes in this revision

Viewing changes to reports_address_us/report_address_us_view.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" ?>
2
 
<openerp>
3
 
    <data>
4
 
 
5
 
        <report
6
 
                auto="False"
7
 
            id="sale.report_sale_order"
8
 
            model="sale.order"
9
 
            name="sale.order.us"
10
 
            rml="reports_address_us/report/sale_order_us.rml"
11
 
            string="Quotation / Order"
12
 
            />
13
 
 
14
 
                <report
15
 
            auto="False"
16
 
            id="account.account_invoices"
17
 
            model="account.invoice"
18
 
            name="account.invoice.us"
19
 
            rml="reports_address_us/report/account_print_invoice_us.rml"
20
 
            string="Invoices"
21
 
            attachment="(object.state in ('open','paid')) and ('INV'+(object.number or '').replace('/',''))"
22
 
            attachment_use="1"
23
 
            />
24
 
 
25
 
         <report
26
 
                 auto="False"
27
 
                 id="account.account_overdue"
28
 
                 model="res.partner"
29
 
                 name="account.overdue.us"
30
 
                 rml="reports_address_us/report/account_print_overdue_us.rml"
31
 
                 string="Overdue Payments"
32
 
                 />
33
 
 
34
 
         <!-- report
35
 
                 auto="False"
36
 
                 id="account_followup.account_followup_followup_report"
37
 
                 menu="False"
38
 
                 model="account_followup.followup"
39
 
                 name="account_followup.followup.print"
40
 
                 rml="reports_address_us/report/account_followup_print_us.rml"
41
 
                 string="Followudddp Report"
42
 
                 /-->
43
 
                <report
44
 
                        auto="True"
45
 
                        id="account_payment.payment_order1"
46
 
                        model="payment.order"
47
 
                        name="payment.order.us"
48
 
                        rml="reports_address_us/report/order_us.rml"
49
 
                        string="Payment Order"
50
 
                        />
51
 
                <report id="account_invoice_layout.account_invoices_1"
52
 
                                string="Invoices with Layout"
53
 
                                model="account.invoice"
54
 
                                name="account.invoice.layout.us"
55
 
                                rml="reports_address_us/report/report_account_invoice_layout_us.rml"
56
 
                                auto="False"
57
 
                                />
58
 
 
59
 
                <report id="account_invoice_layout.account_invoices_layout_message"
60
 
                                menu="False"
61
 
                                string="Invoices with Layout and Message"
62
 
                                model="account.invoice"
63
 
                                name="notify_account.invoice.us"
64
 
                                rml="reports_address_us/report/special_message_invoice_us.rml"
65
 
                                auto="False"
66
 
                                />
67
 
 
68
 
                <report
69
 
                                auto="False"
70
 
                                id="purchase.report_purchase_quotation"
71
 
                                model="purchase.order" name="purchase.quotation.us"
72
 
                                rml="reports_address_us/report/request_quotation_us.rml"
73
 
                                string="Request for Quotation"
74
 
                                />
75
 
                <report
76
 
                                auto="False"
77
 
                                id="purchase.report_purchase_order"
78
 
                                model="purchase.order"
79
 
                                name="purchase.order.us"
80
 
                                rml="reports_address_us/report/purchase_order_us.rml"
81
 
                                string="Purchase Order"
82
 
                                />
83
 
        <report
84
 
                        id="stock.report_picking_list"
85
 
                        model="stock.picking"
86
 
                        name="stock.picking.list.us"
87
 
                        string="Packing list"
88
 
                        rml="reports_address_us/report/picking_us.rml"
89
 
                        />
90
 
 
91
 
    </data>
92
 
</openerp>