Skip to content
Snippets Groups Projects
Commit 45ae658f authored by Swapnesh Shah's avatar Swapnesh Shah Committed by Swapnesh
Browse files

[FIX] account: disable group create from AML Kanban


This commit removes `Add a column` from Grouped
Kanban view of Journal Items.

Creating new Records from `Add a column` should not be supported
from Journal Items and also it is not working for Journal/Account
as required fields are not set. (and also gives Traceback)

closes odoo/odoo#77931

X-original-commit: 9d72e8cf
Signed-off-by: default avatarQuentin De Paoli (qdp) <qdp@openerp.com>
parent 9af6824e
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@
<field name="name">account.move.line.kanban</field>
<field name="model">account.move.line</field>
<field name="arch" type="xml">
<kanban class="o_kanban_mobile" create="false">
<kanban class="o_kanban_mobile" create="false" group_create="false">
<field name="date_maturity"/>
<field name="move_id"/>
<field name="name"/>
......
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