Repository
OCA/e-commerce · module folder · Try on Runboat
Module version
1.0.3
Category
Website
Folder size
0.29 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/e-commerce
Last tracking update
2026-08-07 09:06:25
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Ricardoalso, Weblate, Nils Coenen, OCA-git-bot, oca-ci, JasminSForgeFlow
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
This module allows to logged users to checkout with no payment step. At
the end of the checkout proccess the quotation is sent to the user email
address and set to *Qoutation Sent* state.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
confirmation confirmation ir.ui.view qweb Inherits website_sale.confirmation
confirmation_order_error confirmation_order_error ir.ui.view qweb New
navigation_buttons navigation_buttons ir.ui.view qweb Inherits website_sale.navigation_buttons
payment payment ir.ui.view qweb Inherits website_sale.payment
payment_confirmation_status payment_confirmation_status ir.ui.view qweb Inherits website_sale.payment_confirmation_status
res_config_settings_view_form res.config.settings form Inherits website_sale.res_config_settings_view_form
view_partner_form res.partner form Inherits base.view_partner_form
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
(inherited route override) CheckoutSkipPaymentWebsite.shop_payment_confirmation inherited http ALL sudo
Models touched (3)

New fields (1)
  • website_sale_checkout_skip_message Text
    readonly=False related='website_id.website_sale_checkout_skip_message' args: 'Website Sale Checkout Skip Message'
Public methods (0)

No public methods.

New fields (1)
  • skip_website_checkout_payment Boolean
    default=False
Public methods (0)

No public methods.

New fields (2)
  • checkout_skip_payment Boolean
    compute='_compute_checkout_skip_payment'
  • website_sale_checkout_skip_message Text
    default=<expr> required=True string='Website Sale Skip Message' translate=True
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…