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 #438

X-original-commit: 5c6812b
Signed-off-by: pablohmontenegro <pam@adhoc.com.ar>
  • Loading branch information
ica-adhoc authored and pablohmontenegro committed Oct 10, 2023
1 parent d2880dd commit 7bab116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_interests/models/res_company_interest.py
Expand Up @@ -127,6 +127,7 @@ def _get_move_line_domains(self, to_date):
('full_reconcile_id', '=', False),
('date_maturity', '<', to_date),
('partner_id.active', '=', True),
('parent_state', '=', 'posted'),
]
return move_line_domain

Expand Down

0 comments on commit 7bab116

Please sign in to comment.