mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
fix put away
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<field name="name">Stock Putaway Strategy</field>
|
<field name="name">Stock Putaway Strategy</field>
|
||||||
<field name="model">product.putaway</field>
|
<field name="model">product.putaway</field>
|
||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<tree string="Stock Put Away Strategy">
|
<tree string="Stock Put Away Strategy" create="false">
|
||||||
<field name="name"/>
|
<field name="name"/>
|
||||||
<field name="fixed_location_ids"/>
|
<field name="fixed_location_ids"/>
|
||||||
</tree>
|
</tree>
|
||||||
@@ -18,9 +18,9 @@
|
|||||||
<field name="view_type">form</field>
|
<field name="view_type">form</field>
|
||||||
<field name="view_mode">list,form</field>
|
<field name="view_mode">list,form</field>
|
||||||
<field name="help" type="html">
|
<field name="help" type="html">
|
||||||
<p class="oe_view_nocontent_create">
|
<p class="o_view_nocontent_smiling_face">
|
||||||
Click to define a new picking type group.
|
Please go to "Configuration->Warehouse Management->Locations" to Create a Stock Putaway Strategy.
|
||||||
</p>
|
</p>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user