~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to stock_move_tracking/stock_view.xml

  • Committer: Olivier DOSSMANN
  • Date: 2013-05-31 14:22:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1687.
  • Revision ID: od@tempo-consulting.fr-20130531142209-sbcwvzuema11guzz
UF-1991 [FIX] Problem with wizard on "msg" field. Change it to "name".

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
            <field name="arch" type="xml">
10
10
                <search string="Tracking Moves Analysis">
11
11
                    <group colspan="2">
12
 
                        <filter string="Done"
 
12
                        <filter string="Closed"
13
13
                                name="done"
14
14
                                icon="terp-dialog-close"
15
15
                                domain="[('state','=','done')]"
27
27
                    <group expand="1" string="Group By...">
28
28
                        <filter name="group_product" string="Product" icon="terp-accessories-archiver" context="{'group_by':'product_id'}"/>
29
29
                        <separator orientation="vertical"/>
30
 
                        <filter string="Lot" name="groupby_prodlot_id" icon="terp-accessories-archiver" domain="[]"  context="{'group_by':'prodlot_id'}"/>
 
30
                        <filter string="Batch" name="groupby_prodlot_id" icon="terp-accessories-archiver" domain="[]"  context="{'group_by':'prodlot_id'}"/>
31
31
                        <filter string="Expired Date" name="groupby_expired" icon="terp-gnome-cpu-frequency-applet+" domain="[]" context="{'group_by': 'expired_date'}" />
32
32
                        <separator orientation="vertical" />
33
33
                        <filter string="Source Location" name="src_location" icon="terp-gtk-jump-to-rtl" context="{'group_by':'location_id'}"/>
50
50
                    <field name="expired_date" />
51
51
                    <field name="picking_id" />
52
52
                    <field name="origin" />
53
 
                    <field name="name" />
54
53
                    <field name="date_expected" />
55
 
                    <field name="type" />
56
54
                    <field name="partner_id" />
57
55
                    <field name="location_id" />
58
56
                    <field name="location_dest_id" />