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

[FIX] account: disable aml creation from kanban


Steps:
- Go to Journal Items
- Switch to Kanban View
- Click on create

Issue:
- Traeback due to unknow currency

Fix:
Journal Items are not created individually so we have disabled
`Create` button in Kanban view.

closes odoo/odoo#76990

Fixes: odoo#76543
Signed-off-by: default avatarFlorian Gilbert <FlorianGilbert@users.noreply.github.com>
parent 1a58be58
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">
<kanban class="o_kanban_mobile" 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