Repository
OCA/credit-control · module folder · Try on Runboat
Module version
1.0.0
Category
E-Commerce
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/credit-control
Last tracking update
2026-08-07 08:43:06
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
pilarvargas-tecnativa, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
If a customer has sufficient credit, they can complete their purchase by
paying with a specific payment method. In this case, the order is
automatically confirmed.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
checkout_layout checkout_layout ir.ui.view qweb Inherits website_sale.checkout_layout
redirect_form redirect_form ir.ui.view qweb New
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
(inherited route override) CreditController.custom_process_transaction public http POST csrf off sudo
Models touched (2)

New fields (1)
  • code Selection
    ondelete={'credit': 'set default'} selection_add=[('credit', 'On Credit')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…