Remote: git@github.com:ingadhoc/account-financial-tools.git
Head: 3ab65b71c4d58b554368718836efef56c9b2b45e
Bundle:
Target Branch 17.0
Pr title [FIX] account_debt_report: fix report with negative amount
Ref Date SHA Commit Date Author Subject
2025-04-04 17:01:19 3ab65b71c4d58b554368718836efef56c9b2b45e 2025-04-04 16:59:26 Camila Vives [FIX] account_debt_report: fix report with negative amount When displaying debt report lines in foreign currencies, the system was incorrectly filtering out negative amounts due to a restrictive domain condition (amount_currency > 0.0). This caused missing transactions and incorrect balances in the report.