Skip to content

Commit fb69b99

Browse files
committed
[IMP] stock: improve warehouses placeholder in route
On `stock.route`, when `warehouse_selectable=True` and no `warehouse_ids` is set, it applies to every warehouse. Therefore, the placeholder was adapted to "All Warehouses" for clarity. Task:4721271 closes odoo#214760 Signed-off-by: Tiffany Chang (tic) <[email protected]>
1 parent c42acfa commit fb69b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/stock/views/stock_location_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
<div class="o_row">
218218
<field name="warehouse_selectable" class="oe_inline" nolabel="1"/>
219219
<field name="warehouse_domain_ids" invisible="1"/>
220-
<field name="warehouse_ids" widget="many2many_tags" class="o_field_highlighted" placeholder="e.g. Central Warehouse" nolabel="1" invisible="not warehouse_selectable"/>
220+
<field name="warehouse_ids" widget="many2many_tags" class="o_field_highlighted" placeholder="All Warehouses" nolabel="1" invisible="not warehouse_selectable"/>
221221
</div>
222222
</group>
223223
</group>

0 commit comments

Comments
 (0)