[IMP] account_reconcile_analytic_tag: Add color option to analytic tags in the manual reconciliation
TT51885pull/761/head
parent
f6d6b0263f
commit
2a6626cf41
|
@ -17,6 +17,7 @@
|
||||||
groups="account_analytic_tag.group_analytic_tags"
|
groups="account_analytic_tag.group_analytic_tags"
|
||||||
widget="many2many_tags"
|
widget="many2many_tags"
|
||||||
attrs="{'invisible': ['|', ('manual_kind', '=', 'liquidity'), ('manual_reference', '=', False)], 'readonly': [('is_reconciled', '=', True)]}"
|
attrs="{'invisible': ['|', ('manual_kind', '=', 'liquidity'), ('manual_reference', '=', False)], 'readonly': [('is_reconciled', '=', True)]}"
|
||||||
|
options="{'color_field': 'color'}"
|
||||||
/>
|
/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
|
|
Loading…
Reference in New Issue