~clearcorp-drivers/openobject-addons/elico-7.0-ccorp

« back to all changes in this revision

Viewing changes to l10n_cn_report_purchase/elico_reports_view.xml

  • Committer: LIN Yu
  • Date: 2013-11-26 05:40:27 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: lin.yu@elico-corp.com-20131126054027-9y2jh3dvyhgx0u3t
[ADD] l10n_cn_report & l10n_cn_fapiao & stock_express_check

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
       
 
5
        <!--report auto="False" id="purchase.report_purchase_quotation" model="purchase.order" 
 
6
                name="purchase.order.requisition.fc" rml="fc_reports/report/fc_po_requisition.rml"
 
7
                string="Request for Quotation"/>
 
8
        <report auto="False" id="purchase.report_purchase_order" model="purchase.order"
 
9
                name="purchase.order.fc" rml="fc_reports/report/fc_po.rml"
 
10
                usage="default" string="Purchase Order"/>
 
11
 
 
12
        <report id="stock.report_picking_list"          model="stock.picking"           name="stock.picking.int.list.fc"                                string="Internal move"                                          rml="fc_reports/report/fc_picking_int.rml"/>
 
13
        <report id="stock.report_picking_list_in"       model="stock.picking.in"        name="stock.picking.in.list.fc"                                 string="Receipt slip"                                                   rml="fc_reports/report/fc_picking_in.rml"/>
 
14
        <report id="report_picking_list_in_price"       model="stock.picking.in"        name="stock.picking.in.price.list.fc"           string="Receipt slip (Price)"                           rml="fc_reports/report/fc_picking_in_price.rml"/>
 
15
        <report id="stock.report_picking_list_out"      model="stock.picking.out" name="stock.picking.out.list.fc"                      string="Delivery Slip"                                          rml="fc_reports/report/fc_picking_out.rml"/>
 
16
        <report id="report_picking_list_in_return"      model="stock.picking.out" name="stock.picking.in.return.list.fc"        string="Return from customer slip"      rml="fc_reports/report/fc_picking_in_return.rml"/>
 
17
        <report id="report_picking_list_out_return" model="stock.picking.in"    name="stock.picking.out.return.list.fc"         string="Return to Supplier Slip"                        rml="fc_reports/report/fc_picking_out_return.rml"/>
 
18
        <report id="account.account_invoices"           model="account.invoice"         name="invoice.fc"                                                               string="Invoices"                                                               rml="fc_reports/report/fc_invoice.rml"/-->
 
19
 
 
20
        <report auto="False" id="purchase.report_purchase_order" model="purchase.order"
 
21
                name="purchase.order.elico" rml="l10n_cn_report_purchase/report/purchase_order.rml"
 
22
                usage="default" string="Purchase Order"/>
 
23
        <report auto="False" id="purchase.report_purchase_quotation" model="purchase.order" 
 
24
                name="purchase.order.requisition.elico" rml="l10n_cn_report_purchase/report/purchase_po_requisition.rml"
 
25
                string="Request for Quotation"/>
 
26
    </data>
 
27
</openerp>