Skip to content

Commit 5d51950

Browse files
committed
[FIX] stock: correct view definition
1 parent ed901be commit 5d51950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/stock/views/stock_move_views.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
</form>
174174
</field>
175175
</record>
176-
176+
177177
<record id="view_stock_move_nosuggest_operations" model="ir.ui.view">
178178
<field name="name">stock.move.operations.nosuggest.form</field>
179179
<field name="model">stock.move</field>
@@ -192,7 +192,7 @@
192192
<field name="model">stock.move.line</field>
193193
<field name="priority">1000</field>
194194
<field name="arch" type="xml">
195-
<tree editable="bottom" decoration-succes="product_uom_qty==qty_done" decoration-danger="qty_done > product_uom_qty)">
195+
<tree editable="bottom" decoration-success="product_uom_qty==qty_done" decoration-danger="qty_done &gt; product_uom_qty">
196196
<field name="picking_id" invisible="1"/>
197197
<field name="product_id" invisible="1"/>
198198
<field name="location_id" invisible="not context.get('show_source_location')" domain="[('id', 'child_of', parent.location_id)])" groups="stock.group_stock_multi_locations"/>

0 commit comments

Comments
 (0)