Domain and context in view do not work
<field name="automatic_backup_rule_ids" domain="['|', ('active', '=', False), ('active', '=', True)]" context="{'active_test': False}">
<tree decoration-muted="(not active)" domain="['|', ('active', '=', False), ('active', '=', True)]" context="{'active_test': False}">
<button icon="fa-file-o" type="object" name="show_rule_form"/>
<field name="active"/>
<field name="backup_type"/>
<field name="backup_destination"/>
<field name="nextcall"/>
<button name="check_settings" string="Check Settings" class="oe_highlight" type="object"/>
<button name="backup_btn" string="Backup" class="oe_highlight" type="object"/>
</tree>
</field>