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="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,9 +18,9 @@
|
||||
<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>
|
||||
<p class="o_view_nocontent_smiling_face">
|
||||
Please go to "Configuration->Warehouse Management->Locations" to Create a Stock Putaway Strategy.
|
||||
</p>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user