Skip to content

Commit

Permalink
[FIX] account_interests: add ',' on domain
Browse files Browse the repository at this point in the history
ticket 63768

closes #437

Signed-off-by: pablohmontenegro <pam@adhoc.com.ar>
  • Loading branch information
ica-adhoc committed Aug 1, 2023
1 parent 993b0e0 commit 5c6812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_interests/models/res_company_interest.py
Expand Up @@ -128,7 +128,7 @@ def _get_move_line_domains(self, to_date):
('full_reconcile_id', '=', False),
('date_maturity', '<', to_date),
('partner_id.active', '=', True),
('parent_state' '=', 'posted'),
('parent_state', '=', 'posted'),
]
return move_line_domain

Expand Down

0 comments on commit 5c6812b

Please sign in to comment.