[IMP] account_reconcile_analytic_tag: Add color option to analytic tags in the manual reconciliation

TT51885
pull/761/head
Víctor Martínez 2024-11-28 08:59:00 +01:00
parent f6d6b0263f
commit 2a6626cf41
1 changed files with 1 additions and 0 deletions

View File

@ -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>