Skip to content

Commit

Permalink
Merge pull request #56 from rubencabrera/fix-pendientes-de-validar
Browse files Browse the repository at this point in the history
fix: error en el filtro
  • Loading branch information
rubencabrera authored Apr 15, 2023
2 parents 3a289bf + 805abbc commit 8520b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partner_portal_extra_details/views/res_partner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
domain="[('is_player','=',True)]"
/>
<filter name="pending_review" string="Usuarios pendientes de validar"
domain="[('current_year_confirmed','=',True),('validate_portal_user','=',True)]"
domain="[('validate_portal_user','=',False)]"
/>
<filter name="current_year" string="Jugadores con alta este año confirmada"
domain="[('is_player','=',True), ('current_year_confirmed','=',True)]"
Expand Down

0 comments on commit 8520b82

Please sign in to comment.