Repository
OCA/account-reconcile · module folder · Try on Runboat
Module version
1.0.0
Category
Finance
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-reconcile
Last tracking update
2026-08-07 08:09:28
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp
Committers
clementmbr, Weblate
Odoo dependencies
Python dependencies
xlrd
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • function_to_call Selection
    selection_add=[('get_from_name_and_so', 'From line name (based on SO number)'), ('get_from_name_and_so_payment_ref', 'From line name (based on SO payment ref)')]
Public methods (2)
  • get_from_name_and_so(self, line)
    Match the partner based on the SO number and the reference of the statement line. Then, call the generic get_values_for_line method to complete other values. If more than one partner matched, raise the ErrorTooManyPartner error. :param int/long st_line: read of the concerned account.bank.statement.line :return: A dict of value that can be passed directly to the write method of the statement line or {} {'partner_id': value, 'account_id': value, ...}
  • get_from_name_and_so_payment_ref(self, line)
    :param int/long st_line: read of the concerned account.bank.statement.line :return: A dict of value that can be passed directly to the write method of the statement line or {} {'partner_id': value, 'account_id': value, ...}

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
84 days ago
Last activity
84 days ago
Repository
OCA/account-reconcile
Pull request
[18][MIG] account_move_so_import (#996)