Skip to content
Snippets Groups Projects
Commit 272bcadc authored by Olivier Colson's avatar Olivier Colson Committed by De Paoli Quentin
Browse files

[IMP] account: setup: opening balances tree view: highight accounts whose...

[IMP] account: setup: opening balances tree view: highight accounts whose opening balance has been set
parent d05378f5
Branches
Tags
No related merge requests found
......@@ -100,7 +100,7 @@
<field name="name">account.setup.opening.move.line.tree</field>
<field name="model">account.account</field>
<field name="arch" type="xml">
<tree editable="top" create="1" delete="1">
<tree editable="top" create="1" delete="1" decoration-muted="opening_debit == 0 and opening_credit == 0">
<field name="code"/>
<field name="name"/>
<field name="user_type_id"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment