[FIX] invoice_xunnel: filters and search by status t41059
- Turns out that the
sat_status
computed field was set asstore=False
, this was making that every time you opened the Documents view there was a request for each attachment to the SAT to compute the Invoice's status and you couldn't search by status, with this changes we re enable the search by status and we avoid making requests every time we wanted to see an invoice.