Base transaction ID for financial institutes

base_transaction_id
REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/18.0/base_transaction_id
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/account-reconcile
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits account.view_invoice_tree
invoice_view_custom Add transaction_id to account move form view account.move xpath Inherits account.view_move_form
view_order_form base_transaction_id.sale.order.form sale.order group Inherits sale.view_order_form
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.

REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/16.0/base_transaction_id
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Dũng (Trần Đình)
WEBSITE
WEBSITEhttps://github.com/OCA/account-reconcile
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
invoice_tree_custom Add transaction_id to account move tree view account.move field Inherits account.view_invoice_tree
invoice_view_custom Add transaction_id to account move form view account.move xpath Inherits account.view_move_form
view_order_form base_transaction_id.sale.order.form sale.order group Inherits sale.view_order_form
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.

REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/12.0/base_transaction_id
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSAkim Juillerat, OCA Transbot, oca-travis, Weblate, OCA-git-bot, mpanarin, Iryna Vyshnevska
WEBSITE
WEBSITEhttps://github.com/OCA/account-reconcile
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
invoice_tree_custom account.invoice.tree_inherit account.invoice field Inherits account.invoice_tree
invoice_view_custom customer.invoice.transaction.inherit account.invoice xpath Inherits account.invoice_form
view_order_form base_transaction_id.sale.order.form sale.order group Inherits sale.view_order_form
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 (1)
  • action_move_create(self)
    @api.multi
    Propagate the transaction_id from the invoice to the move ref.

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.

REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/11.0/base_transaction_id
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSYannick Vaucher, GitHub, OCA Transbot, jcoux, oca-travis, Weblate, OCA-git-bot, mpanarin
WEBSITE
WEBSITEhttps://github.com/OCA/account-reconcile
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
invoice_tree_custom account.invoice.tree_inherit account.invoice field Inherits account.invoice_tree
invoice_view_custom customer.invoice.transaction.inherit account.invoice xpath Inherits account.invoice_form
view_move_line_form account.move.line.form account.move.line xpath Inherits account.view_move_line_form
view_order_form base_transaction_id.sale.order.form sale.order group Inherits sale.view_order_form
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • get_reconciliation_proposition(self, excluded_ids=None)
    @api.multi
    Look for transaction_ref to give them as proposition move line.

New fields (1)
  • transaction_id Char
    copy=False help='Transaction ID from the financial institute' index=True string='Transaction ID'
Public methods (1)
  • finalize_invoice_move_lines(self, move_lines)
    @api.multi
    Propagate the transaction_id from the invoice to the move lines. The transaction ID is written on the move lines only if the account is the same than the invoice's one.

New fields (1)
  • transaction_ref Char
    copy=False index=True args: 'Transaction Ref.'
Public methods (2)
  • domain_move_lines_for_reconciliation(self, str=False)
    @api.model
    Add transaction_ref in search of move lines.
  • prepare_move_lines_for_reconciliation_widget(self, target_currency=False, target_date=False)
    @api.multi

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.

REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/10.0/base_transaction_id
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSAlexis de Lattre, Pedro M. Baeza, Cédric Pigeon, Stéphane Bidoul (ACSONE), OCA Transbot, Denis Leemann, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://www.odoo-community.org/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_planner
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
account_payment_form_view account.payment.form (in base_transaction_id) account.payment field Inherits account.view_account_payment_form
account_payment_search_view account.payment.search (in base_transaction_id) account.payment field Inherits account.view_account_payment_search
account_payment_tree_view account.payment.tree (in base_transaction_id) account.payment field Inherits account.view_account_supplier_payment_tree
assets_backend account assets ir.ui.view qweb Inherits web.assets_backend
invoice_tree_custom account.invoice.tree_inherit account.invoice field Inherits account.invoice_tree
invoice_view_custom customer.invoice.transaction.inherit account.invoice xpath Inherits account.invoice_form
view_move_line_form account.move.line.form account.move.line xpath Inherits account.view_move_line_form
view_order_form base_transaction_id.sale.order.form sale.order group Inherits sale.view_order_form
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • get_reconciliation_proposition(self, excluded_ids=None)
    @api.multi
    Look for transaction_ref to give them as proposition move line

New fields (1)
  • transaction_id Char
    copy=False help='Transaction ID from the financial institute' index=True string='Transaction ID'
Public methods (1)
  • finalize_invoice_move_lines(self, move_lines)
    @api.multi
    Propagate the transaction_id from the invoice to the move lines. The transaction id is written on the move lines only if the account is the same than the invoice's one.

New fields (1)
  • transaction_ref Char
    copy=False index=True args: 'Transaction Ref.'
Public methods (2)
  • domain_move_lines_for_reconciliation(self, excluded_ids=None, str=False)
    @api.model
    Add transaction_ref in search of move lines
  • prepare_move_lines_for_reconciliation_widget(self, target_currency=False, target_date=False)
    @api.multi

New fields (2)
  • invoice_ids Many2many
    inverse='_inverse_invoice_ids'
  • transaction_id Char
    copy=False help='Transaction id from the financial institute' required=False args: '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.

REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/9.0/base_transaction_id
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSAlexis de Lattre, Yannick Vaucher, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://www.odoo-community.org/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_tip
    - web_planner
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
assets_backend account assets ir.ui.view qweb Inherits web.assets_backend
invoice_tree_custom account.invoice.tree.inherit account.invoice field Inherits account.invoice_tree
invoice_view_custom customer.invoice.transaction.inherit account.invoice field Inherits account.invoice_form
view_move_line_form account.move.line.form account.move.line xpath Inherits account.view_move_line_form
view_order_form_transaction sale.order.form.transaction sale.order group Inherits sale.view_order_form
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • get_reconciliation_proposition(self, excluded_ids=None)
    @api.multi
    Look for transaction_ref to give them as proposition move line

New fields (1)
  • transaction_id Char
    copy=False help='Transaction ID from the financial institute' index=True string='Transaction ID'
Public methods (1)
  • finalize_invoice_move_lines(self, move_lines)
    @api.multi
    Propagate the transaction_id from the invoice to the move lines. The transaction id is written on the move lines only if the account is the same than the invoice's one.

New fields (1)
  • transaction_ref Char
    copy=False index=True args: 'Transaction Ref.'
Public methods (2)
  • domain_move_lines_for_reconciliation(self, excluded_ids=None, str=False)
    @api.model
    Add transaction_ref in search of move lines
  • prepare_move_lines_for_reconciliation_widget(self, target_currency=False, target_date=False)
    @api.multi

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.

REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/8.0/base_transaction_id
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSStéphane Bidoul, Guewen Baconnier, Lorenzo Battistini, Alexandre Fayolle, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
    - stock_account
    - stock
    - procurement
    - web_kanban_gauge
    - web_kanban_sparkline
    - sale_stock
    - sale
    - sales_team
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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
 OpenERP 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 (5)
XML IDNameModelTypeStatus
assets_backend account assets ir.ui.view qweb Inherits web.assets_backend
invoice_tree_custom account.invoice.tree.inherit account.invoice field Inherits account.invoice_tree
invoice_view_custom customer.invoice.transaction.inherit account.invoice field Inherits account.invoice_form
view_move_line_form account.move.line.form account.move.line group Inherits account.view_move_line_form
view_order_form_transaction sale.order.form.transaction sale.order group Inherits sale.view_order_form
Models touched (5)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • transaction_id Char
    copy=False help='Transaction ID from the financial institute' index=True string='Transaction ID'
Public methods (1)
  • finalize_invoice_move_lines(self, move_lines)
    @api.multi
    Propagate the transaction_id from the invoice to the move lines. The transaction id is written on the move lines only if the account is the same than the invoice's one.

New fields (0)

No new fields.

Public methods (2)
  • copy_data(self, cr, uid, id, default=None, context=None)
  • prepare_move_lines_for_reconciliation_widget(self, cr, uid, lines, target_currency=False, target_date=False, context=None)

New fields (0)

No new fields.

Public methods (1)
  • copy_data(self, cr, uid, id, default=None, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/7.0/base_transaction_id
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSGuewen Baconnier, Alexandre Fayolle, Joel Grand-Guillaume, Pedro M. Baeza, unknown, Guewen Baconnier @ Camptocamp, Launchpad Translations on behalf of banking-addons-team, Rudolf Schnapka
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
    - sale
    - account_voucher
    - stock
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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
 OpenERP 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 account.invoice.tree.inherit account.invoice field Inherits account.invoice_tree
invoice_view_custom customer.invoice.transaction.inherit account.invoice notebook Inherits account.invoice_form
view_order_form_transaction sale.order.form.transaction sale.order field Inherits sale.view_order_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • copy_data(self, cr, uid, id, default=None, context=None)
  • finalize_invoice_move_lines(self, cr, uid, invoice_browse, move_lines)

New fields (0)

No new fields.

Public methods (1)
  • copy_data(self, cr, uid, id, default=None, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • action_invoice_create(self, cr, uid, ids, journal_id=False, group=False, type='out_invoice', context=None)
REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/6.1/base_transaction_id
VERSION
VERSION 1.0
CATEGORY
CATEGORYHidden/Dependency
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSYannick Vaucher, Alexandre Fayolle, Joël Grand-Guillaume, Alexandre Fayolle @ camptocamp
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:04:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
    - mail
    - base_tools
    - sale
    - stock
    - procurement
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 OpenERP SO 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 account.invoice.tree.inherit account.invoice field Inherits account.invoice_tree
invoice_view_custom customer.invoice.transaction.inherit account.invoice notebook Inherits account.invoice_form
view_order_form_transaction sale.order.form.transaction sale.order field Inherits sale.view_order_form
Models touched (0)

No models found for this module.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/account-reconcile
PULL REQUEST
PULL REQUEST[19.0][MIG] base_transaction_id: Migration to 19.0 (#986)