Skip to content

Commit 506d84a

Browse files
svs-odoofw-bot
authored andcommitted
[FIX] stock: quant list editable bottom
Before this commit, the editable quant list was editable by top, which is not really pratical when the user creates (with the keyboard) multiple quants tracked by SN because the focus always go back on the top of the list. Now, this list is editable by bottom. closes odoo#38743 X-original-commit: c7b069a Signed-off-by: Simon Lejeune (sle) <sle@openerp.com>
1 parent b27693d commit 506d84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/stock/views/stock_quant_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<field name="model">stock.quant</field>
7575
<field eval="10" name="priority"/>
7676
<field name="arch" type="xml">
77-
<tree decoration-danger="inventory_quantity &lt; 0" editable="top"
77+
<tree decoration-danger="inventory_quantity &lt; 0" editable="bottom"
7878
create="1" edit="1" js_class="singleton_list">
7979
<field name="id" invisible="1"/>
8080
<field name="tracking" invisible="1"/>

0 commit comments

Comments
 (0)