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">
<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="warehouse_id" string="Warehouse" context="{'group_by':'warehouse_id'}"/>
</group>
</xpath>
</field>
@@ -35,24 +36,24 @@
</field>
</record>
<record id="stock.stock_picking_type_action" model="ir.actions.act_window">
<field name="name">Inventory</field>
<field name="res_model">stock.picking.type</field>
<field name="type">ir.actions.act_window</field>
<field name="view_type">form</field>
<field name="view_mode">kanban,form</field>
<field name="context">{'search_default_picking_type_group_id': 1}</field>
<field name="help" type="html">
<p class="oe_view_nocontent_create">
Click to create a new picking type.
</p><p>
The picking type system allows you to assign each stock
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,
if it should show the customer.
</p>
</field>
</record>
<!--<record id="stock.stock_picking_type_action" model="ir.actions.act_window">-->
<!--<field name="name">Inventory</field>-->
<!--<field name="res_model">stock.picking.type</field>-->
<!--<field name="type">ir.actions.act_window</field>-->
<!--<field name="view_type">form</field>-->
<!--<field name="view_mode">kanban,form</field>-->
<!--<field name="context">{'search_default_picking_type_group_id': 1}</field>-->
<!--<field name="help" type="html">-->
<!--<p class="oe_view_nocontent_create">-->
<!--Click to create a new picking type.-->
<!--</p><p>-->
<!--The picking type system allows you to assign each stock-->
<!--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,-->
<!--if it should show the customer.-->
<!--</p>-->
<!--</field>-->
<!--</record>-->
<!--<record id="app_stock_picking_type_kanban" model="ir.ui.view">-->
<!--<field name="name">app.stock.picking.type.kanban</field>-->