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

« back to all changes in this revision

Viewing changes to stock_move_tracking/stock_view.xml

  • Committer: Quentin THEURET
  • Date: 2012-02-02 10:10:59 UTC
  • mto: This revision was merged to the branch mainline in revision 587.
  • Revision ID: qt@tempo-consulting.fr-20120202101059-y8gkodfqbdmf93sb
UF-716 [IMP] Change columns titles

Show diffs side-by-side

added added

removed removed

Lines of Context:
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="Batch" name="groupby_prodlot_id" icon="terp-accessories-archiver" domain="[]"  context="{'group_by':'prodlot_id'}"/>
 
30
                        <filter string="Lot" 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" />
53
54
                    <field name="date_expected" />
 
55
                    <field name="type" />
54
56
                    <field name="partner_id" />
55
57
                    <field name="location_id" />
56
58
                    <field name="location_dest_id" />