Skip to content

Commit

Permalink
[IMP] account_reconcile_analytic_tag: Add color option to analytic ta…
Browse files Browse the repository at this point in the history
…gs in the manual reconciliation

TT51885
  • Loading branch information
victoralmau committed Nov 28, 2024
1 parent f6d6b02 commit 2a6626c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
groups="account_analytic_tag.group_analytic_tags"
widget="many2many_tags"
attrs="{'invisible': ['|', ('manual_kind', '=', 'liquidity'), ('manual_reference', '=', False)], 'readonly': [('is_reconciled', '=', True)]}"
options="{'color_field': 'color'}"
/>
</xpath>
</field>
Expand Down

0 comments on commit 2a6626c

Please sign in to comment.