Skip to content
Snippets Groups Projects
Commit 7cc5be66 authored by mehjabinfarsana's avatar mehjabinfarsana
Browse files

[FIX] sale: remove quick_add from sales kanban view


before this commit, on clicking the sales kanban view,
it allows the quick adding from the kanban view and
entered value is going to the name field
of sale.order model.

after this commit, quick adding will be disabled

closes odoo/odoo#127020

Signed-off-by: default avatarVictor Feyens (vfe) <vfe@odoo.com>
parent ec85785b
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@
<field name="name">sale.order.kanban</field>
<field name="model">sale.order</field>
<field name="arch" type="xml">
<kanban class="o_kanban_mobile" sample="1">
<kanban class="o_kanban_mobile" sample="1" quick_add="False">
<field name="name"/>
<field name="partner_id"/>
<field name="amount_total"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment