Home
last modified time | relevance | path

Searched refs:matched_debit_ids (Results 1 – 6 of 6) sorted by relevance

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account_edi/models/
H A Daccount_move.py253 … all_lines = self + self.matched_debit_ids.debit_move_id + self.matched_credit_ids.credit_move_id
275 … all_lines = self + self.matched_debit_ids.debit_move_id + self.matched_credit_ids.credit_move_id
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account_check_printing/models/
H A Daccount_payment.py246 …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:
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/tests/
H A Dtest_account_move_reconcile.py1021 …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_id
1177 …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_id
2023 reversed_taxes_full_reconcile = reversed_taxes_lines.matched_debit_ids.full_reconcile_id
H A Dtest_reconciliation.py632 self.assertTrue(receivable_line.matched_debit_ids)
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/models/
H A Daccount_move.py2280 for partial in pay_term_lines.matched_debit_ids:
3144matched_debit_ids = fields.One2many('account.partial.reconcile', 'credit_move_id', string='Matched… variable in AccountMoveLine
3729 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…
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/point_of_sale/models/
H A Dpos_session.py1043 return [r.debit_move_id.id for r in aml.matched_debit_ids]