update data

This commit is contained in:
guohuadeng
2018-07-25 21:22:40 +08:00
parent 509b0d959b
commit 6bb68b4f62

View File

@@ -8,6 +8,7 @@
<xpath expr="//search" position="inside"> <xpath expr="//search" position="inside">
<group expand="1" string="Group By"> <group expand="1" string="Group By">
<filter name="picking_type_group_id" string="Picking Type Group" context="{'group_by':'picking_type_group_id'}"/> <filter name="picking_type_group_id" string="Picking Type Group" context="{'group_by':'picking_type_group_id'}"/>
<filter name="warehouse_id" string="Warehouse" context="{'group_by':'warehouse_id'}"/>
</group> </group>
</xpath> </xpath>
</field> </field>
@@ -35,24 +36,24 @@
</field> </field>
</record> </record>
<record id="stock.stock_picking_type_action" model="ir.actions.act_window"> <!--<record id="stock.stock_picking_type_action" model="ir.actions.act_window">-->
<field name="name">Inventory</field> <!--<field name="name">Inventory</field>-->
<field name="res_model">stock.picking.type</field> <!--<field name="res_model">stock.picking.type</field>-->
<field name="type">ir.actions.act_window</field> <!--<field name="type">ir.actions.act_window</field>-->
<field name="view_type">form</field> <!--<field name="view_type">form</field>-->
<field name="view_mode">kanban,form</field> <!--<field name="view_mode">kanban,form</field>-->
<field name="context">{'search_default_picking_type_group_id': 1}</field> <!--<field name="context">{'search_default_picking_type_group_id': 1}</field>-->
<field name="help" type="html"> <!--<field name="help" type="html">-->
<p class="oe_view_nocontent_create"> <!--<p class="oe_view_nocontent_create">-->
Click to create a new picking type. <!--Click to create a new picking type.-->
</p><p> <!--</p><p>-->
The picking type system allows you to assign each stock <!--The picking type system allows you to assign each stock-->
operation a specific type which will alter its views accordingly. <!--operation a specific type which will alter its views accordingly.-->
On the picking type you could e.g. specify if packing is needed by default, <!--On the picking type you could e.g. specify if packing is needed by default,-->
if it should show the customer. <!--if it should show the customer.-->
</p> <!--</p>-->
</field> <!--</field>-->
</record> <!--</record>-->
<!--<record id="app_stock_picking_type_kanban" model="ir.ui.view">--> <!--<record id="app_stock_picking_type_kanban" model="ir.ui.view">-->
<!--<field name="name">app.stock.picking.type.kanban</field>--> <!--<field name="name">app.stock.picking.type.kanban</field>-->