Skip to content
Snippets Groups Projects
Commit 32cceee5 authored by mehjabinfarsana's avatar mehjabinfarsana
Browse files

[FIX] purchase: remove quick_create from purchase kanban view


before this commit, on clicking the purchase kanban view,
it allows to quick create from the kanban view,
and the value entered is going to name of purchase order

after this commit, quick create is disabled

closes odoo/odoo#127905

Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
parent 7ee275a4
No related branches found
No related tags found
No related merge requests found
......@@ -473,7 +473,7 @@
<field name="name">purchase.order.kanban</field>
<field name="model">purchase.order</field>
<field name="arch" type="xml">
<kanban class="o_kanban_mobile" js_class="purchase_kanban_dashboard" sample="1">
<kanban class="o_kanban_mobile" js_class="purchase_kanban_dashboard" sample="1" quick_create="false">
<field name="name"/>
<field name="partner_id" readonly="1"/>
<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