odoo_accounting icon indicating copy to clipboard operation
odoo_accounting copied to clipboard

Odoo Accounting addons developed by Smile

Results 1 odoo_accounting issues
Sort by recently updated
recently updated
newest added

With the module bank_reconciliation: For the method: _compute_reconcile_balances it selects all the account.move.line self._cr.execute("""SELECT l.id, l.account_id, l.reconciliation_voucher_id, SUM(l.debit-l.credit) FROM account_move_line l WHERE l.account_id in %s AND l.date