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

« back to all changes in this revision

Viewing changes to msf_outgoing/msf_outgoing_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:
2
2
<openerp>
3
3
    <data>
4
4
    
5
 
        <menuitem name="Deliveries" id="menu_warehouse_deliveries" parent="stock.menu_stock_warehouse_mgmt" sequence="3"/>
6
5
        <menuitem id="menu_report_config" name="Report Customization" parent="stock.menu_stock_configuration" sequence="1"/>
7
6
    
8
7
        # -------------------------------------------------------------
68
67
            <field name="type">ir.actions.act_window</field>
69
68
            <field name="view_type">form</field>
70
69
            <field name="view_mode">tree,form,calendar</field>
71
 
            <field name="domain">[('type','=','out'), ('subtype', '=', 'standard')]</field>
 
70
            <field name="domain">[('type','=','out'), ('subtype', '=', 'standard'),]</field>
72
71
            <field name="context">{'contact_display': 'partner_address', 'search_default_available': 1}</field>
73
72
            <field name="search_view_id" ref="stock.view_picking_out_search"/>
74
73
            <field name="help">This is the list of all delivery orders that have to be prepared, according to your different sales orders and your logistics rules.</field>
81
80
            <field name="type">ir.actions.act_window</field>
82
81
            <field name="view_type">form</field>
83
82
            <field name="view_mode">tree,form,calendar</field>
84
 
            <field name="domain">[('type','=','out'), ('subtype', '=', 'standard')]</field>
 
83
            <field name="domain">[('type','=','out'), ('subtype', '=', 'standard'),]</field>
85
84
            <field name="context">{'contact_display': 'partner_address', 'search_default_available': 1}</field>
86
85
            <field name="search_view_id" ref="stock.view_picking_out_search"/>
87
86
            <field name="help">This is the list of all delivery orders that have to be prepared, according to your different sales orders and your logistics rules.</field>
88
87
        </record>
89
 
        <menuitem id="stock.menu_action_picking_tree" parent="menu_warehouse_deliveries" />
 
88
        <!-- delete outgoing delivery menuitem -->
 
89
        <!-- <delete model="ir.ui.menu" id="stock.menu_action_picking_tree"/> -->
90
90
        
91
91
        <record id="view_warehouse" model="ir.ui.view">
92
92
            <field name="name">stock.warehouse</field>
132
132
        <menuitem action="action_pack_type_tree" id="menu_action_pack_type_tree"
133
133
            groups="base.group_extended"
134
134
            sequence="6"
135
 
            parent="stock.menu_product_in_config_stock"/>
 
135
            parent="stock.menu_traceability"/>
136
136
        
137
137
        <!-- Changed name to 'Picking Tickets' -->
138
138
                <record id="view_picking_ticket_tree" model="ir.ui.view">
147
147
                    <field name="reason_type_id" />
148
148
                    <field name="origin"/>
149
149
                    <field name="date"/>
150
 
                    <field name="min_date" string="Expected Pick Date" />
 
150
                    <field name="min_date"/>
151
151
                    <field name="backorder_id" groups="base.group_extended"/>
152
152
                    <field name="invoice_state"/>
153
153
                    <field name="stock_journal_id" groups="base.group_extended" widget="selection"/>
190
190
                        <group colspan="4" col="4">
191
191
                            <field name="name" readonly="1"/>
192
192
                            <field name="origin" readonly="1"/>
193
 
                            <field name="address_id" on_change="onchange_partner_in(address_id)" context="{'contact_display':'partner'}" colspan="4" attrs="{'required': [('subtype', 'in', ('picking', 'ppl'))]}" />
 
193
                            <field name="address_id" on_change="onchange_partner_in(address_id)" context="{'contact_display':'partner'}" colspan="4" attrs="{'required': [('subtype', 'in', ('picking', 'ppl',))],}" />
194
194
                            <field name="invoice_state"/>
195
195
                            <field name="backorder_id" readonly="1" groups="base.group_extended"/>
196
196
                        </group>
197
197
                        <group colspan="2" col="2">
198
198
                            <field name="date"/>
199
 
                            <field name="stock_journal_id" groups="base.group_extended" widget="selection" invisible="True" />
200
 
                            <field name="min_date" readonly="1" string="Expected Pick Date" />
 
199
                            <field name="min_date" readonly="1"/>
201
200
                            <field name="reason_type_id" widget="selection"/>
202
201
                            <field name="sale_id" invisible="True" />
203
202
                            <field name="subtype" invisible="True" />
204
 
                            <field name="warehouse_id" attrs="{'readonly': ['|', '|', ('sale_id', '!=', False), ('state', '!=', 'draft'), ('subtype', '!=', 'picking')]}" />
 
203
                            <field name="warehouse_id" attrs="{'readonly': ['|', '|', ('sale_id', '!=', False), ('state', '!=', 'draft'), ('subtype', '!=', 'picking'),]}" />
205
204
                        </group>
206
205
                    </group>
207
206
                    <notebook colspan="4">
208
207
                        <page string="Products">
209
 
                            <field colspan="4" name="move_lines" nolabel="1" widget="one2many_list" default_get="{'reason_type_id': reason_type_id, 'move_line':move_lines, 'address_out_id': address_id}" on_change="onchange_move()" >
 
208
                            <field colspan="4" name="move_lines" nolabel="1" widget="one2many_list" default_get="{'reason_type_id': reason_type_id, 'move_line':move_lines, 'address_out_id': address_id}">
210
209
                                <tree string="Stock Moves">
211
210
                                    <field name="product_id"/>
212
211
                                    <field name="asset_id" />
213
212
                                    <field name="product_qty" string="Qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>
214
213
                                    <field name="product_uom" string="UoM"/>
215
214
                                    <field name="product_uos" groups="product.group_uos"/>
216
 
                                    <field name="prodlot_id" string="Batch Number" groups="base.group_extended"/>
 
215
                                    <field name="prodlot_id" string="Prod. Lot" groups="base.group_extended"/>
217
216
                                    <field name="expired_date" />
218
217
                                                                        <field name="kc_dg" />
219
218
                                    <field name="location_id" string="Src. Loc" />
220
219
                                    <field name="location_dest_id" string="Dest. Loc" />
221
220
                                    <field name="virtual_available" />
222
 
                                    <field name="date" string="Actual Pick Date" />
 
221
                                    <field name="date"/>
223
222
                                    <field name="state"/>
224
223
                                    <field name="kc_check" />
225
224
                                                        <field name="ssl_check" />
230
229
                                    <group colspan="2" col="4">
231
230
                                        <separator colspan="4" string="Move Information"/>
232
231
                                        <field name="name" invisible="1" colspan="4" />
233
 
                                        <field name="product_id" context="{'location': location_id}" on_change="onchange_product_id(product_id,location_id,location_dest_id, parent.address_id)" colspan="4" />
 
232
                                        <field name="product_id" on_change="onchange_product_id(product_id,location_id,location_dest_id, parent.address_id)" colspan="4" />
234
233
                                        <field name="asset_id" />
235
234
                                        <field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)" />
236
235
                                        <field name="product_uom" string="Unit Of Measure" colspan="4" />
241
240
 
242
241
                                    <group colspan="2" col="2">
243
242
                                        <separator string="Locations" colspan="2" />
244
 
                                        <field name="location_id" domain="[('usage','=','internal'), ('quarantine_location', '=', False)]"
245
 
                                                        context="{'specific_rules_tree_view': True, 'prodlot_id': prodlot_id, 'product_id': product_id, 'compute_child': False}" />
 
243
                                        <field name="location_id" domain="[('usage','=','internal'), ('quarantine_location', '=', False),]" />
246
244
                                        <field name="location_dest_id" domain="[('usage','&lt;&gt;','view')]" on_change="location_dest_change(location_dest_id)" />
247
245
                                    </group>
248
246
 
249
247
                                    <group colspan="2" col="2">
250
248
                                        <separator string="Dates" colspan="2" />
251
249
                                        <field name="create_date" invisible="1"/>
252
 
                                        <field name="date" string="Actual Pick Date" />
253
 
                                        <field name="date_expected" string="Expected Pick Date" />
 
250
                                        <field name="date"/>
 
251
                                        <field name="date_expected"/>
254
252
                                    </group>
255
253
 
256
254
                                    <group colspan="2" col="4" groups="base.group_extended">
257
255
                                        <separator string="Traceability" colspan="4" groups="base.group_extended"/>
258
 
                                                                                <field name="reason_type_id"  attrs="{'readonly': [('state', 'not in', ('draft', 'confirmed', 'assigned'))]}"/>
 
256
                                        <field name="reason_type_id"  attrs="{'readonly': [('state', 'not in', ('draft', 'confirmed', 'assigned'))]}"/>
259
257
                                        <field name="prodlot_id" groups="base.group_extended"
260
 
                                                                context="{'location_id':location_id, 'product_id':product_id, 'hidden_perishable_mandatory': hidden_perishable_mandatory,
261
 
                                                                        'search_default_real': True}"
262
 
                                                                domain="[('product_id','=?',product_id), ('check_type','=', True)]"
263
 
                                                                on_change="onchange_lot_id(prodlot_id,product_qty, location_id, product_id, product_uom)" colspan="3"
264
 
                                                                attrs="{'readonly': [('hidden_batch_management_mandatory','=',False), ('hidden_perishable_mandatory','=',False)]}" />
265
 
                                                        <field name="hidden_batch_management_mandatory" invisible="True" />
266
 
                                                            <field name="hidden_perishable_mandatory" invisible="True" />
 
258
                                                                context="{'location_id':location_id, 'product_id':product_id, 'hidden_perishable_mandatory': hidden_perishable_mandatory,}"
 
259
                                                                domain="[('product_id','=?',product_id), ('check_type','=', True),]"
 
260
                                                                on_change="onchange_lot_id(prodlot_id,product_qty, location_id, product_id, product_uom)" colspan="3"
 
261
                                                                attrs="{'readonly': [('hidden_batch_management_mandatory','=',False), ('hidden_perishable_mandatory','=',False),],}" />
 
262
                                                            <field name="hidden_batch_management_mandatory" invisible="True" />
 
263
                                                        <field name="hidden_perishable_mandatory" invisible="True" />
267
264
                                                                                <field name="expired_date" />
268
265
                                                                                <field name="kc_check" />
269
266
                                                                <field name="ssl_check" />
409
406
            <field name="view_mode">calendar</field>
410
407
            <field name="act_window_id" ref="action_picking_ticket"/>
411
408
        </record>
412
 
        <menuitem action="action_picking_ticket" id="menu_action_picking_ticket" parent="menu_warehouse_deliveries" sequence="4"/>
 
409
        <menuitem action="action_picking_ticket" id="menu_action_picking_ticket" parent="stock.menu_stock_warehouse_mgmt" sequence="5"/>
413
410
 
414
411
        
415
412
        <!-- Changed name to 'PPL' -->
422
419
                    <field name="name"/>
423
420
                    <field name="partner_id"/>
424
421
                    <field name="origin"/>
425
 
                                <field name="reason_type_id" />
 
422
                    <field name="reason_type_id" />
426
423
                    <field name="date"/>
427
 
                    <field name="min_date" string="Expected Pack Date" />
 
424
                    <field name="min_date"/>
428
425
                    <field name="backorder_id" groups="base.group_extended"/>
429
426
                    <field name="invoice_state"/>
430
427
                    <field name="stock_journal_id" groups="base.group_extended" widget="selection"/>
465
462
                        <group colspan="4" col="4">
466
463
                            <field name="name" readonly="1"/>
467
464
                            <field name="origin" readonly="1"/>
468
 
                            <field name="address_id" on_change="onchange_partner_in(address_id)" context="{'contact_display':'partner'}" colspan="4" attrs="{'required': [('subtype', 'in', ('picking', 'ppl'))]}" />
 
465
                            <field name="address_id" on_change="onchange_partner_in(address_id)" context="{'contact_display':'partner'}" colspan="4" attrs="{'required': [('subtype', 'in', ('picking', 'ppl',))],}" />
469
466
                            <field name="invoice_state"/>
470
467
                            <field name="backorder_id" readonly="1" groups="base.group_extended"/>
471
468
                            <field name="num_of_packs" />
473
470
                        </group>
474
471
                        <group colspan="2" col="2">
475
472
                            <field name="date"/>
476
 
                            <field name="stock_journal_id" groups="base.group_extended" widget="selection" invisible="True" />
477
 
                            <field name="min_date" readonly="1" string="Expected Pack Date" />
 
473
                            <field name="min_date" readonly="1"/>
478
474
                            <field name="reason_type_id" widget="selection"/>
479
475
                            <field name="sale_id" invisible="True" />
480
476
                            <field name="subtype" invisible="True" />
481
 
                            <field name="warehouse_id" attrs="{'readonly': ['|', '|', ('sale_id', '!=', False), ('state', '!=', 'draft'), ('subtype', '!=', 'picking')]}" />
 
477
                            <field name="warehouse_id" attrs="{'readonly': ['|', '|', ('sale_id', '!=', False), ('state', '!=', 'draft'), ('subtype', '!=', 'picking'),]}" />
482
478
                            <field name='ppl_customize_label' required="True" />
483
479
                        </group>
484
480
                    </group>
491
487
                                    <field name="product_qty" string="Qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>
492
488
                                    <field name="product_uom" string="UoM"/>
493
489
                                    <field name="product_uos" groups="product.group_uos"/>
494
 
                                    <field name="prodlot_id" string="Batch Number" groups="base.group_extended"/>
 
490
                                    <field name="prodlot_id" string="Prod. Lot" groups="base.group_extended"/>
495
491
                                                                        <field name="expired_date" />
496
492
                                                                        <field name="kc_dg" />
497
493
                                    <field name="location_id" string="Src. Loc" />
499
495
                                    <field name="qty_per_pack" />
500
496
                                    <field name="from_pack" />
501
497
                                    <field name="to_pack" />
502
 
                                    <field name="date" string="Actual Pack Date" />
 
498
                                    <field name="date"/>
503
499
                                    <field name="state"/>
504
500
                                    <field name="kc_check" />
505
501
                                                        <field name="ssl_check" />
510
506
                                    <group colspan="2" col="4">
511
507
                                        <separator colspan="4" string="Move Information"/>
512
508
                                        <field name="name" invisible="1" colspan="4" />
513
 
                                        <field name="product_id" context="{'location': location_id}" on_change="onchange_product_id(product_id,location_id,location_dest_id, parent.address_id)" colspan="4" />
 
509
                                        <field name="product_id" on_change="onchange_product_id(product_id,location_id,location_dest_id, parent.address_id)" colspan="4" />
514
510
                                        <field name="asset_id" />
515
511
                                        <field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)" />
516
512
                                        <field name="product_uom" string="Unit Of Measure" colspan="4" />
521
517
 
522
518
                                    <group colspan="2" col="2">
523
519
                                        <separator string="Locations" colspan="2" />
524
 
                                        <field name="location_id" domain="[('usage','=','internal'), ('quarantine_location', '=', False)]" 
525
 
                                                        context="{'specific_rules_tree_view': True, 'prodlot_id': prodlot_id, 'product_id': product_id, 'compute_child': False}" />
 
520
                                        <field name="location_id" domain="[('usage','=','internal'), ('quarantine_location', '=', False),]" />
526
521
                                        <field name="location_dest_id" domain="[('usage','&lt;&gt;','view')]" on_change="location_dest_change(location_dest_id)" />
527
522
                                    </group>
528
523
 
529
524
                                    <group colspan="2" col="2">
530
525
                                        <separator string="Dates" colspan="2" />
531
526
                                        <field name="create_date" invisible="1"/>
532
 
                                        <field name="date" string="Actual Pack Date" />
533
 
                                        <field name="date_expected" string="Expected Pack Date" />
 
527
                                        <field name="date"/>
 
528
                                        <field name="date_expected"/>
534
529
                                    </group>
535
530
 
536
531
                                    <group colspan="2" col="4" groups="base.group_extended">
537
 
                                                                                <field name="reason_type_id"  attrs="{'readonly': [('state', 'not in', ('draft', 'confirmed', 'assigned'))]}"/>
 
532
                                        <field name="reason_type_id"  attrs="{'readonly': [('state', 'not in', ('draft', 'confirmed', 'assigned'))]}"/>
538
533
                                        <separator string="Traceability" colspan="4" groups="base.group_extended"/>
539
534
                                        <field name="prodlot_id" groups="base.group_extended"
540
 
                                                                context="{'location_id':location_id, 'product_id':product_id, 'hidden_perishable_mandatory': hidden_perishable_mandatory,
541
 
                                                                        'search_default_real': True}"
542
 
                                                                domain="[('product_id','=?',product_id), ('check_type','=', True)]"
 
535
                                                                context="{'location_id':location_id, 'product_id':product_id, 'hidden_perishable_mandatory': hidden_perishable_mandatory,}"
 
536
                                                                domain="[('product_id','=?',product_id), ('check_type','=', True),]"
543
537
                                                                on_change="onchange_lot_id(prodlot_id,product_qty, location_id, product_id, product_uom)" colspan="3"
544
 
                                                                attrs="{'readonly': [('hidden_batch_management_mandatory','=',False), ('hidden_perishable_mandatory','=',False)]}" />
 
538
                                                                attrs="{'readonly': [('hidden_batch_management_mandatory','=',False), ('hidden_perishable_mandatory','=',False),],}" />
545
539
                                                            <field name="hidden_batch_management_mandatory" invisible="True" />
546
 
                                                            <field name="hidden_perishable_mandatory" invisible="True" />
 
540
                                                        <field name="hidden_perishable_mandatory" invisible="True" />
547
541
                                                                                <field name="expired_date" />
548
542
                                                                                <field name="kc_check" />
549
543
                                                                <field name="ssl_check" />
654
648
            <field name="view_mode">calendar</field>
655
649
            <field name="act_window_id" ref="action_ppl"/>
656
650
        </record>
657
 
        <menuitem action="action_ppl" id="menu_action_ppl" parent="menu_warehouse_deliveries" sequence="5"/>
 
651
        <menuitem action="action_ppl" id="menu_action_ppl" parent="stock.menu_stock_warehouse_mgmt" sequence="6"/>
658
652
        
659
653
        <!-- Changed name to 'Packing' -->
660
654
                <record id="view_packing_tree" model="ir.ui.view">
673
667
                    <field name="invoice_state"/>
674
668
                    <field name="stock_journal_id" groups="base.group_extended" widget="selection"/>
675
669
                    <field name="state"/>
 
670
                    <button name="action_process" states="assigned" string="Process" type="object" icon="gtk-go-forward"/>
676
671
                </tree>
677
672
            </field>
678
673
        </record>
716
711
                        <group colspan="2" col="2">
717
712
                            <field name="date"/>
718
713
                            <field name="min_date" readonly="1"/>
719
 
                            <field name="stock_journal_id" groups="base.group_extended" widget="selection" invisible="True" />
720
714
                            <field name="reason_type_id" widget="selection"/>
721
715
                            <field name="sale_id" invisible="True" />
722
716
                            <field name="subtype" invisible="True" />
723
 
                            <field name="warehouse_id" attrs="{'readonly': ['|', '|', ('sale_id', '!=', False), ('state', '!=', 'draft'), ('subtype', '!=', 'picking')]}" />
 
717
                            <field name="warehouse_id" attrs="{'readonly': ['|', '|', ('sale_id', '!=', False), ('state', '!=', 'draft'), ('subtype', '!=', 'picking'),]}" />
724
718
                        </group>
725
719
                    </group>
726
720
                    <notebook colspan="4">
732
726
                                    <field name="product_qty" string="Qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>
733
727
                                    <field name="product_uom" string="UoM"/>
734
728
                                    <field name="product_uos" groups="product.group_uos"/>
735
 
                                    <field name="prodlot_id" string="Batch Number" groups="base.group_extended"/>
 
729
                                    <field name="prodlot_id" string="Prod. Lot" groups="base.group_extended"/>
736
730
                                    <field name="expired_date" />
737
731
                                                                        <field name="kc_dg" />
738
732
                                    <field name="location_id" string="Src. Loc" />
754
748
                                    <group colspan="2" col="4">
755
749
                                        <separator colspan="4" string="Move Information"/>
756
750
                                        <field name="name" invisible="1" colspan="4" />
757
 
                                        <field name="product_id" context="{'location': location_id}" on_change="onchange_product_id(product_id,location_id,location_dest_id, parent.address_id)" colspan="4" />
 
751
                                        <field name="product_id" on_change="onchange_product_id(product_id,location_id,location_dest_id, parent.address_id)" colspan="4" />
758
752
                                        <field name="asset_id" />
759
753
                                        <field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)" />
760
754
                                        <field name="product_uom" string="Unit Of Measure" colspan="4" />
765
759
 
766
760
                                    <group colspan="2" col="2">
767
761
                                        <separator string="Locations" colspan="2" />
768
 
                                        <field name="location_id" domain="[('usage','=','internal'), ('quarantine_location', '=', False)]" 
769
 
                                                        context="{'specific_rules_tree_view': True, 'prodlot_id': prodlot_id, 'product_id': product_id, 'compute_child': False}" />
 
762
                                        <field name="location_id" domain="[('usage','=','internal'), ('quarantine_location', '=', False),]" />
770
763
                                        <field name="location_dest_id" domain="[('usage','&lt;&gt;','view')]" on_change="location_dest_change(location_dest_id)" />
771
764
                                    </group>
772
765
 
779
772
 
780
773
                                    <group colspan="2" col="4" groups="base.group_extended">
781
774
                                        <separator string="Traceability" colspan="4" groups="base.group_extended"/>
782
 
                                                                                <field name="reason_type_id"  attrs="{'readonly': [('state', 'not in', ('draft', 'confirmed', 'assigned'))]}"/>
 
775
                                        <field name="reason_type_id"  attrs="{'readonly': [('state', 'not in', ('draft', 'confirmed', 'assigned'))]}"/>
783
776
                                        <field name="prodlot_id" groups="base.group_extended"
784
 
                                                                context="{'location_id':location_id, 'product_id':product_id, 'hidden_perishable_mandatory': hidden_perishable_mandatory,
785
 
                                                                        'search_default_real': True}"
786
 
                                                                domain="[('product_id','=?',product_id), ('check_type','=', True)]"
 
777
                                                                context="{'location_id':location_id, 'product_id':product_id, 'hidden_perishable_mandatory': hidden_perishable_mandatory,}"
 
778
                                                                domain="[('product_id','=?',product_id), ('check_type','=', True),]"
787
779
                                                                on_change="onchange_lot_id(prodlot_id,product_qty, location_id, product_id, product_uom)" colspan="3"
788
 
                                                                attrs="{'readonly': [('hidden_batch_management_mandatory','=',False), ('hidden_perishable_mandatory','=',False)]}" />
 
780
                                                                attrs="{'readonly': [('hidden_batch_management_mandatory','=',False), ('hidden_perishable_mandatory','=',False),],}" />
789
781
                                                            <field name="hidden_batch_management_mandatory" invisible="True" />
790
 
                                                            <field name="hidden_perishable_mandatory" invisible="True" />
 
782
                                                        <field name="hidden_perishable_mandatory" invisible="True" />
791
783
                                                                                <field name="expired_date" />
792
784
                                                                                <field name="kc_check" />
793
785
                                                                <field name="ssl_check" />
917
909
                    <field name="num_of_packs" />
918
910
                    <field name="total_weight" />
919
911
                    <field name="date" />
920
 
                    <field name="shipment_expected_date" />
921
912
                    <field name="state"/>
922
913
                    <button name="create_shipment" states="draft" string="Create Shipment..." type="object" icon="gtk-add"/>
923
914
                    <button name="ship" states="packed" string="Ship" type="object" icon="gtk-redo"/>
936
927
                        <group colspan="4" col="4">
937
928
                            <field name="name" readonly="1"/>
938
929
                            <field name="date" readonly="True" />
939
 
                            <field name="shipment_actual_date" />
940
 
                            <field name="shipment_expected_date" attrs="{'readonly': [('state', 'not in', ('draft', 'packed'))]}" />
941
930
                            <field name="transport_type" />
942
931
                            <field name="partner_id" readonly="1"/>
943
932
                            <field name="backshipment_id" readonly="True" />
1103
1092
            <field name="view_mode">calendar</field>
1104
1093
            <field name="act_window_id" ref="action_shipment"/>
1105
1094
        </record>
1106
 
        <menuitem action="action_shipment" id="menu_action_shipment" parent="menu_warehouse_deliveries" sequence="6"/>
 
1095
        <menuitem action="action_shipment" id="menu_action_shipment" parent="stock.menu_stock_warehouse_mgmt" sequence="6"/>
1107
1096
        
1108
1097
        <!-- 
1109
1098
        <record id="action_create_shipment_wizard" model="ir.actions.act_window">
1112
1101
            <field name="view_type">form</field>
1113
1102
            <field name="view_mode">form</field>
1114
1103
            <field name="target">new</field>
1115
 
            <field name="context">{'step':'create'}</field>
 
1104
            <field name="context">{'step':'create',}</field>
1116
1105
        </record>
1117
1106
        
1118
1107
        <menuitem action="action_create_shipment_wizard"