fix put away

This commit is contained in:
ivan deng
2019-01-04 02:44:06 +08:00
parent 549248ded0
commit b0b74ba1c9

View File

@@ -4,7 +4,7 @@
<field name="name">Stock Putaway Strategy</field>
<field name="model">product.putaway</field>
<field name="arch" type="xml">
<tree string="Stock Put Away Strategy">
<tree string="Stock Put Away Strategy" create="false">
<field name="name"/>
<field name="fixed_location_ids"/>
</tree>
@@ -18,8 +18,8 @@
<field name="view_type">form</field>
<field name="view_mode">list,form</field>
<field name="help" type="html">
<p class="oe_view_nocontent_create">
Click to define a new picking type group.
<p class="o_view_nocontent_smiling_face">
Please go to "Configuration->Warehouse Management->Locations" to Create a Stock Putaway Strategy.
</p>
</field>
</record>