Skip to content
Snippets Groups Projects
Commit 8f18960e authored by mehjabinfarsana's avatar mehjabinfarsana Committed by Antoine Dupuis (andu)
Browse files

[FIX] hr_expense: remove quick_create from expense report kanban view


before this commit, on expense report kanban view
after adding group by status, it allows the
to quick create expense report in approved
status.

after this commit, quick create is disabled

closes odoo/odoo#130565

X-original-commit: cfcaed13
Signed-off-by: default avatarLaurent Smet (las) <las@odoo.com>
parent dd8ea01d
Branches
Tags
No related merge requests found
......@@ -242,7 +242,7 @@
<field name="name">hr.expense.kanban</field>
<field name="model">hr.expense</field>
<field name="arch" type="xml">
<kanban class="o_kanban_mobile hr_expense position-relative h-auto" sample="1" js_class="hr_expense_kanban">
<kanban class="o_kanban_mobile hr_expense position-relative h-auto" sample="1" js_class="hr_expense_kanban" quick_create="false">
<field name="name"/>
<field name="employee_id"/>
<field name="total_amount"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment