Account Payment Return Import

account_payment_return_import
REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/19.0/account_payment_return_import
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, hda
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a generic wizard + methods to import payment return
file formats.

It's a base to be extended by another modules though it allows to import
a csv that will process the return payments on it.

Multiple payment return files contained in a zip are also supported.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_payment_return_import_view Import Payment Returns payment.return.import form New
payment_return_form_view payment.return.form (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_form_view
payment_return_search_view payment.return.search (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_search_view
Models touched (3)

New fields (1)
  • imported_bank_account_id Many2one → res.partner.bank
    comodel_name='res.partner.bank' help='Bank account from the imported file' ondelete='restrict' readonly=True string='Bank account'
Public methods (0)

No public methods.

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True string='Payment Return File'
  • hide_journal_field Boolean
    compute='_compute_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    comodel_name='account.journal' help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True string='Import ID'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/18.0/account_payment_return_import
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, Quentin Groulard, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a generic wizard + methods to import payment return
file formats.

It's a base to be extended by another modules though it allows to import
a csv that will process the return payments on it.

Multiple payment return files contained in a zip are also supported.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_payment_return_import_view Import Payment Returns payment.return.import form New
payment_return_form_view payment.return.form (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_form_view
payment_return_search_view payment.return.search (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_search_view
Models touched (3)

New fields (1)
  • imported_bank_account_id Many2one → res.partner.bank
    comodel_name='res.partner.bank' help='Bank account from the imported file' ondelete='restrict' readonly=True string='Bank account'
Public methods (0)

No public methods.

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True string='Payment Return File'
  • hide_journal_field Boolean
    compute='_compute_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    comodel_name='account.journal' help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True string='Import ID'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/17.0/account_payment_return_import
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Carolina Fernandez
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a generic wizard + methods to import payment return
file formats.

It's a base to be extended by another modules though it allows to import
a csv that will process the return payments on it.

Multiple payment return files contained in a zip are also supported.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_payment_return_import_view Import Payment Returns payment.return.import form New
payment_return_form_view payment.return.form (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_form_view
payment_return_search_view payment.return.search (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_search_view
Models touched (3)

New fields (1)
  • imported_bank_account_id Many2one → res.partner.bank
    comodel_name='res.partner.bank' help='Bank account from the imported file' ondelete='restrict' readonly=True string='Bank account'
Public methods (0)

No public methods.

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True string='Payment Return File'
  • hide_journal_field Boolean
    compute='_compute_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    comodel_name='account.journal' help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True string='Import ID'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/16.0/account_payment_return_import
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci, josep-tecnativa, Yadier A. De Quesada
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_payment_return_import_view Import Payment Returns payment.return.import form New
payment_return_form_view payment.return.form (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_form_view
payment_return_search_view payment.return.search (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_search_view
Models touched (3)

New fields (1)
  • imported_bank_account_id Many2one → res.partner.bank
    comodel_name='res.partner.bank' help='Bank account from the imported file' ondelete='restrict' readonly=True string='Bank account'
Public methods (0)

No public methods.

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True string='Payment Return File'
  • hide_journal_field Boolean
    compute='_compute_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    comodel_name='account.journal' help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True string='Import ID'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/15.0/account_payment_return_import
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSCarlos Dauden, Weblate, OCA-git-bot, oca-ci, josep-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:41
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_payment_return_import_view Import Payment Returns payment.return.import form New
payment_return_form_view payment.return.form (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_form_view
payment_return_search_view payment.return.search (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_search_view
Models touched (3)

New fields (1)
  • imported_bank_account_id Many2one → res.partner.bank
    comodel_name='res.partner.bank' help='Bank account from the imported file' ondelete='restrict' readonly=True string='Bank account'
Public methods (0)

No public methods.

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True string='Payment Return File'
  • hide_journal_field Boolean
    compute='_compute_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    comodel_name='account.journal' help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True string='Import ID'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/14.0/account_payment_return_import
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSEnric Tobella, Víctor Martínez, Sébastien Alix, oca-travis, Weblate, OCA-git-bot, oca-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_payment_return_import_view Import Payment Returns payment.return.import form New
payment_return_form_view payment.return.form (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_form_view
payment_return_search_view payment.return.search (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_search_view
Models touched (3)

New fields (1)
  • imported_bank_account_id Many2one → res.partner.bank
    comodel_name='res.partner.bank' help='Bank account from the imported file' ondelete='restrict' readonly=True string='Bank account'
Public methods (0)

No public methods.

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True string='Payment Return File'
  • hide_journal_field Boolean
    compute='_compute_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    comodel_name='account.journal' help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True string='Import ID'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/13.0/account_payment_return_import
VERSION
VERSION 1.0.4
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Enric Tobella, OCA Transbot, Víctor Martínez, Ernesto Tejeda, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
account_payment_return_import_view Import Payment Returns payment.return.import form New
payment_return_form_view payment.return.form (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_form_view
payment_return_search_view payment.return.search (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_search_view
Models touched (3)

New fields (1)
  • imported_bank_account_id Many2one → res.partner.bank
    comodel_name='res.partner.bank' help='Bank account from the imported file' ondelete='restrict' readonly=True string='Bank account'
Public methods (0)

No public methods.

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True args: 'Payment Return File'
  • hide_journal_field Boolean
    compute='_compute_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal' args: 'account.journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True args: 'Import ID'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/12.0/account_payment_return_import
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, Thomas Binsfeld, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment/tree/12.0/account_payment_return_import
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - 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
account_payment_return_import_view Import Payment Returns payment.return.import form New
payment_return_form_view payment.return.form (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_form_view
payment_return_search_view payment.return.search (in account_payment_return_import) payment.return field Inherits account_payment_return.payment_return_search_view
Models touched (3)

New fields (1)
  • imported_bank_account_id Many2one → res.partner.bank
    comodel_name='res.partner.bank' help='Bank account from the imported file' ondelete='restrict' readonly=True string='Bank account'
Public methods (0)

No public methods.

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True args: 'Payment Return File'
  • hide_journal_field Boolean
    compute='_compute_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal' args: 'account.journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    @api.multi
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True args: 'Import ID'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/11.0/account_payment_return_import
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, Luis M. Ontalba
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - 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 (1)
XML IDNameModelTypeStatus
account_payment_return_import_view Import Payment Returns payment.return.import form New
Models touched (2)

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True args: 'Payment Return File'
  • hide_journal_field Boolean
    compute='_compute_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal' args: 'account.journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    @api.multi
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True args: 'Import ID'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/10.0/account_payment_return_import
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSoca-travis, David Vidal
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_payment_return_import_view Import Payment Returns payment.return.import form New
Models touched (2)

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True args: 'Payment Return File'
  • hide_journal_field Boolean
    compute='_compute_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal' args: 'account.journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    @api.multi
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True args: 'Import ID'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/9.0/account_payment_return_import
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:23
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - base_setup
    - web_kanban
    - web
    - bus
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_payment_return_import_view Import Payment Returns payment.return.import form New
Models touched (2)

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True args: 'Payment Return File'
  • hide_journal_field Boolean
    compute='_compute_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal' args: 'account.journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    @api.multi
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True args: 'Import ID'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/8.0/account_payment_return_import
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-payment:
    - account_payment_return
odoo/odoo:
    - mail
    - base
    - base_setup
    - web_kanban
    - web
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_payment_return_import_view Import Payment Returns payment.return.import form New
Models touched (2)

New fields (4)
  • data_file Binary
    help='Get you bank payment returns in electronic format from your bank and select them here.' required=True args: 'Payment Return File'
  • hide_journal_field Boolean
    compute='_get_hide_journal_field' string='Hide the journal field in the view'
  • journal_id Many2one → account.journal
    help="Accounting journal related to the bank payment return you're importing. It has be be manually chosen for payment return formats which doesn't allow automatic journal detection." string='Journal' args: 'account.journal'
  • match_after_import Boolean
    default=True
Public methods (1)
  • import_file(self)
    @api.multi
    Process the file chosen in the wizard, create bank payment return(s) and go to reconciliation.

New fields (2)
  • raw_import_data Char
    help='XML RAW data stored for debugging/check purposes'
  • unique_import_id Char
    copy=False readonly=True args: 'Import ID'
Public methods (0)

No public methods.