Searched refs:matched_debit_ids (Results 1 – 6 of 6) sorted by relevance
253 … all_lines = self + self.matched_debit_ids.debit_move_id + self.matched_credit_ids.credit_move_id275 … all_lines = self + self.matched_debit_ids.debit_move_id + self.matched_credit_ids.credit_move_id
246 …invoices = (term_lines.matched_debit_ids.debit_move_id.move_id + term_lines.matched_credit_ids.cre…252 for partial in term_lines.matched_debit_ids:
1021 …partials = reverse_exchange_diff_lines.matched_debit_ids + reverse_exchange_diff_lines.matched_cre…1132 reverse_exchange_diff = exchange_diff_lines[1].matched_debit_ids.debit_move_id.move_id1177 …partials = reverse_exchange_diff_lines.matched_debit_ids + reverse_exchange_diff_lines.matched_cre…2007 taxes_full_reconcile = taxes_lines.matched_debit_ids.full_reconcile_id2023 reversed_taxes_full_reconcile = reversed_taxes_lines.matched_debit_ids.full_reconcile_id
632 self.assertTrue(receivable_line.matched_debit_ids)
2280 for partial in pay_term_lines.matched_debit_ids:3144 …matched_debit_ids = fields.One2many('account.partial.reconcile', 'credit_move_id', string='Matched… variable in AccountMoveLine3729 elif record.matched_debit_ids or record.matched_credit_ids:3782 - sum(line.matched_debit_ids.mapped('amount'))3784 … - sum(line.matched_debit_ids.mapped('credit_amount_currency'))3903 if line.matched_debit_ids or line.matched_credit_ids:4768 …current_partials = (current_lines.matched_debit_ids + current_lines.matched_credit_ids) - current_…4810 exchange_diff_partials = exchange_move_lines.matched_debit_ids \4834 (self.matched_debit_ids + self.matched_credit_ids).unlink()5014 …ids.extend([r.debit_move_id.id for r in aml.matched_debit_ids] if aml.credit > 0 else [r.credit_mo…
1043 return [r.debit_move_id.id for r in aml.matched_debit_ids]