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

« back to all changes in this revision

Viewing changes to assembly_bom/wizard/consumption_report_wizard.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
 
 
5
 
        <!--  Make Procurement -->
6
 
 
7
 
        <record id="view_product_consumption_id" model="ir.ui.view">
8
 
            <field name="name">Product Consumption</field>
9
 
            <field name="model">product.consumption</field>
10
 
            <field name="type">form</field>
11
 
            <field name="arch" type="xml">
12
 
                <form string="Product Consumption">
13
 
                    <field name="warehouse_id" colspan="4" required="1"/>
14
 
                    <newline/>
15
 
                    <field name="start_date" colspan="2"/>
16
 
                    <field name="end_date" colspan="2" />
17
 
                    <button type="object" name="print_consumption_report" icon="gtk-print" string="Print"/>
18
 
                    <button special="cancel" icon="gtk-cancel" string="Cancel"/>
19
 
                </form>
20
 
            </field>
21
 
        </record>
22
 
 
23
 
 
24
 
 
25
 
        <act_window name="Product Consumption"
26
 
            res_model="product.consumption"
27
 
            src_model="product.product"
28
 
            view_mode="form"
29
 
            target="new"
30
 
            key2="client_print_multi"
31
 
            id="act_product_consumption_id"
32
 
            />
33
 
 
34
 
 
35
 
                <!--wizard
36
 
                        string="Consumption Report xxx"
37
 
                        model="product.product"
38
 
                        name="product.consumption.wiz"
39
 
                        keyword="client_print_multi"
40
 
                        id="product_consumption_wizard_id"/-->
41
 
 
42
 
        </data>
43
 
</openerp>
 
 
b'\\ No newline at end of file'