Credit Card Payments

account_payment_credit_card
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_credit_card
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, cristina-hidalgo-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - 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 provides a way to record Credit Card purchases and to pay
them the same way regular purchases are recorded (via Vendor Bills) and
paid (via Vendor Payments).

By default, if vendor bills are used to record credit card purchases,
the liability (AP) from the supplier/vendor must be moved to the credit
card company via a manual journal entry.

Because a journal entry contains less information than a vendor bill,
there may be a loss of information that affects book keeping accuracy
and the ability to properly reconcile the AP amount when the credit card
statement arrives and needs to be settled. This method also requires an
additional step not needed when a vendor bill is paid via bank or cash.

This module automates the creation of the manual journal entry required
to move the AP to the credit card company, retains all information about
the purchase in an invoice document, and leverages the standard purchase
and payment workflow already in place for bank and cash payments.

It supports as many Credit Cards as are needed, configured in the same
way an additional payment method would be (i.e. via the creation of a
new journal).

To settle a Credit Card statement, the regular workflow to record a
vendor payment is used – allowing the removal of charges not included in
the statement. Non-purchase transactions like fees for annual
membership, balance transfers, cash advances and foreign transactions;
as well as charges for late payments and returned checks; can be entered
either as Vendor Invoices or manual Journal Entries as users elect.

Both of these methods will allow these items to be settled when making a
payment to the credit card company.

This module also supports payment cancellation and re-entry (in the case
a mistaken amount is entered) as well as refunds (where the purchase is
returned and a credit from the credit card company will be issued).

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_journal_creditcard_form account.journal.form account.journal field Inherits account.view_account_journal_form
Models touched (2)

New fields (2)
  • credit_card Boolean
    args: 'Transfer AP to Credit Card Company'
  • partner_id Many2one → res.partner
    args: 'res.partner', 'Credit Card Company'
Public methods (0)

No public methods.

New fields (0)

No new fields.

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_credit_card
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSCarlos Lopez, Víctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - 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 (1)
XML IDNameModelTypeStatus
view_account_journal_creditcard_form account.journal.form account.journal field Inherits account.view_account_journal_form
Models touched (2)

New fields (2)
  • credit_card Boolean
    args: 'Transfer AP to Credit Card Company'
  • partner_id Many2one → res.partner
    args: 'res.partner', 'Credit Card Company'
Public methods (0)

No public methods.

New fields (0)

No new fields.

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_credit_card
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSCarlos Lopez, OCA Transbot, Sébastien Alix, oca-travis, Weblate, OCA-git-bot, Murtaza Mithaiwala
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - 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 (1)
XML IDNameModelTypeStatus
view_account_journal_creditcard_form account.journal.form account.journal field Inherits account.view_account_journal_form
Models touched (2)

New fields (2)
  • credit_card Boolean
    args: 'Transfer AP to Credit Card Company'
  • partner_id Many2one → res.partner
    args: 'res.partner', 'Credit Card Company'
Public methods (0)

No public methods.

New fields (0)

No new fields.

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_credit_card
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Nikul-Chaudhary
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_journal_creditcard_form account.journal.form account.journal field Inherits account.view_account_journal_form
Models touched (2)

New fields (2)
  • credit_card Boolean
    args: 'Transfer AP to Credit Card Company'
  • partner_id Many2one → res.partner
    args: 'res.partner', 'Credit Card Company'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • post(self, invoice=False)
    @api.multi
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_credit_card
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSMaxime Chambreuil, Pedro M. Baeza, GitHub, oca-travis, OCA-git-bot, OCA Git Bot, Sudarshan1607
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - 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
view_account_journal_creditcard_form account.journal.form account.journal field Inherits account.view_account_journal_form
Models touched (2)

New fields (2)
  • credit_card Boolean
    args: 'Transfer AP to Credit Card Company'
  • partner_id Many2one → res.partner
    args: 'res.partner', 'Credit Card Company'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • post(self)
    @api.multi
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_credit_card
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ursa Information Systems
MAINTAINERS
MAINTAINERSUrsa Information Systems
COMMITTERS
COMMITTERSMaxime Chambreuil, OCA Transbot, oca-travis
WEBSITE
WEBSITEhttp://www.ursainfosystems.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_accountant
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
    - account_voucher
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_journal_creditcard_form account.journal.form account.journal field Inherits account.view_account_journal_form
Models touched (2)

New fields (2)
  • credit_card Boolean
    args: 'Transfer AP to Credit Card Company'
  • partner_id Many2one → res.partner
    args: 'res.partner', 'Credit Card Company'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • post(self)
    @api.multi