Skip to content
Snippets Groups Projects

Fix the color conditional display of the list view of Xbus emitter jobs from a

Merged Etienne Ferriere requested to merge topic/16.0/MO16-00989 into branch/16.0
3 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -75,7 +75,7 @@
<field name="model">xbus.emitter.job</field>
<field name="arch" type="xml">
<tree
decoration-success="state in ('sent_success', 'process_done')"
decoration-success="state == 'sent_success' or process_state == 'process_done'"
decoration-danger="state in ('sent_error')"
>
<field name="emitter_id" />
Loading