Repository
OCA/account-reconcile · module folder · Try on Runboat
Module version
1.0.0
Category
Hidden/Dependency
Folder size
0.12 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-reconcile
Last tracking update
2026-08-07 08:43:01
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Adds transaction ID to invoice and sale models and views.

On Sales order, you can specify the transaction ID used for the payment
and it will be propagated to the invoice (even if made from packing).
This is mostly used for e-commerce handling.

You can then add a mapping on that SO field to save the e-commerce
financial Transaction ID into the Odoo sale order field.

The main purpose is to ease the reconciliation process and be able to
find the partner when importing the bank statement.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
invoice_tree_custom Add transaction_id to account move tree view account.move tree Inherits account.view_invoice_tree
invoice_view_custom Add transaction_id to account move form view account.move form Inherits account.view_move_form
view_order_form base_transaction_id.sale.order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • transaction_id Char
    copy=False help='Transaction ID from the financial institute' index=True string='Transaction ID'
Public methods (0)

No public methods.

New fields (1)
  • transaction_id Char
    copy=False help='Transaction id from the financial institute' required=False args: 'Transaction ID'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
121 days ago
Last activity
13 days ago
Repository
OCA/account-reconcile
Pull request
[19.0][MIG] base_transaction_id: Migration to 19.0 (#986)