Website Sale Checkout Skip Payment

website_sale_checkout_skip_payment
REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/19.0/website_sale_checkout_skip_payment
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-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, Ricardoalso, JasminSForgeFlow, Nils Coenen
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - portal
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
    - html_builder
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - payment
    - website_payment
    - website_mail
    - portal_rating
    - rating
    - delivery
    - payment_custom
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geoip2
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits website_sale.res_config_settings_view_form
view_partner_form res.partner xpath Inherits base.view_partner_form
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.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/18.0/website_sale_checkout_skip_payment
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSDenis Roussel, Weblate, OCA-git-bot, oca-ci, pilarvargas-tecnativa, Kimkhoi3010
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - payment
    - website_payment
    - website_mail
    - portal_rating
    - rating
    - delivery
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geoip2
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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_form payment_form ir.ui.view qweb New
res_config_settings_view_form res.config.settings xpath Inherits website_sale.res_config_settings_view_form
view_partner_form res.partner xpath Inherits base.view_partner_form
Models touched (3)

New fields (2)
  • website_sale_checkout_payment_skip_message Html
    readonly=False related='website_id.website_sale_checkout_payment_skip_message' string='Message displayed instead of payment methods.'
  • 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 (3)
  • checkout_skip_payment Boolean
    compute='_compute_checkout_skip_payment'
  • website_sale_checkout_payment_skip_message Html
    default=<expr> help='Fill in this with a message for the customer to confirm the order as payment will be skipped.' string='Message displayed instead of payment methods.' translate=True
  • website_sale_checkout_skip_message Text
    default=_get_default_skip_message required=True string='Website Sale SKip Message' translate=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/17.0/website_sale_checkout_skip_payment
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-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, pilarvargas-tecnativa, Alexei Rivera
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:03
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
    - sale
    - sales_team
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - payment
    - website_payment
    - website_mail
    - portal_rating
    - rating
    - delivery
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES geoip2
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to logged users to checkout with no payment step. At
the end of the checkout process the quotation is sent to the user email
address and set to *Quotation Sent* state.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
confirmation confirmation ir.ui.view qweb Inherits website_sale.confirmation
confirmation_order_error confirmation_order_error ir.ui.view qweb New
order_state_message order_state_message ir.ui.view qweb New
payment payment ir.ui.view qweb Inherits website_sale.payment
res_config_settings_view_form res.config.settings xpath Inherits website.res_config_settings_view_form
view_partner_form res.partner xpath Inherits base.view_partner_form
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='Our team will check your order and send you payment information soon.' required=True string='Website Sale SKip Message'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/16.0/website_sale_checkout_skip_payment
VERSION
VERSION 1.2.2
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, David, oca-ci, pilarvargas-tecnativa, josep-tecnativa, Taylor Locke, Pablo Calvo
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:42
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
    - sale
    - sales_team
    - account_payment
    - account
    - product
    - uom
    - analytic
    - payment
    - website_payment
    - website_mail
    - portal_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
cart cart ir.ui.view qweb Inherits website_sale.cart
confirmation confirmation ir.ui.view qweb Inherits website_sale.confirmation
confirmation_order_error confirmation_order_error ir.ui.view qweb New
order_state_message order_state_message ir.ui.view qweb New
payment payment ir.ui.view qweb Inherits website_sale.payment
res_config_settings_view_form res.config.settings xpath Inherits website.res_config_settings_view_form
short_cart_summary short_cart_summary ir.ui.view qweb Inherits website_sale.short_cart_summary
view_partner_form res.partner xpath Inherits base.view_partner_form
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.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/15.0/website_sale_checkout_skip_payment
VERSION
VERSION 1.3.2
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, sergio-teruel, Weblate, OCA-git-bot, David, oca-ci, Carlos Roca, pilarvargas-tecnativa, CarlosRoca13, miguels73, josep-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:31
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - google_recaptcha
    - utm
    - sale
    - sales_team
    - payment
    - account
    - product
    - uom
    - analytic
    - website_payment
    - website_mail
    - portal_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
cart cart ir.ui.view qweb Inherits website_sale.cart
confirmation confirmation ir.ui.view qweb Inherits website_sale.confirmation
confirmation_order_error confirmation_order_error ir.ui.view qweb New
order_state_message order_state_message ir.ui.view qweb New
payment payment ir.ui.view qweb Inherits website_sale.payment
res_config_settings_view_form res.config.settings xpath Inherits website.res_config_settings_view_form
short_cart_summary short_cart_summary ir.ui.view qweb Inherits website_sale.short_cart_summary
view_partner_form res.partner xpath Inherits base.view_partner_form
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.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/14.0/website_sale_checkout_skip_payment
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSGitHub, OCA Transbot, oca-travis, Weblate, OCA-git-bot, ferran-73, miguels73
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:52
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - digest
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - social_media
    - sale
    - sales_team
    - payment
    - account
    - product
    - uom
    - analytic
    - utm
    - website_payment
    - website_mail
    - website_form
    - google_recaptcha
    - portal_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
assets_frontend assets_frontend ir.ui.view qweb Inherits website_sale.assets_frontend
cart cart ir.ui.view qweb Inherits website_sale.cart
confirmation confirmation ir.ui.view qweb Inherits website_sale.confirmation
confirmation_order_error confirmation_order_error ir.ui.view qweb New
order_state_message order_state_message ir.ui.view qweb New
payment payment ir.ui.view qweb Inherits website_sale.payment
res_config_settings_view_form res.config.settings xpath Inherits website.res_config_settings_view_form
short_cart_summary short_cart_summary ir.ui.view qweb Inherits website_sale.short_cart_summary
view_partner_form res.partner xpath Inherits base.view_partner_form
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='Our team will check your order and send you payment information soon.' required=True string='Website Sale SKip Message'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/13.0/website_sale_checkout_skip_payment
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSdavid, Alexandre Díaz, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Carlos Roca
WEBSITE
WEBSITEhttps://github.com/OCA/e-commerce
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - web
    - base
    - web_editor
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
    - auth_signup
    - social_media
    - sale
    - sales_team
    - payment
    - account
    - product
    - uom
    - analytic
    - digest
    - resource
    - utm
    - website_payment
    - website_mail
    - website_form
    - website_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (9)
XML IDNameModelTypeStatus
assets_frontend assets_frontend ir.ui.view qweb Inherits website_sale.assets_frontend
cart cart ir.ui.view qweb Inherits website_sale.cart
confirmation confirmation ir.ui.view qweb Inherits website_sale.confirmation
confirmation_order_error confirmation_order_error ir.ui.view qweb New
order_state_message order_state_message ir.ui.view qweb New
payment payment ir.ui.view qweb Inherits website_sale.payment
res_config_settings_view_form res.config.settings xpath Inherits website.res_config_settings_view_form
short_cart_summary short_cart_summary ir.ui.view qweb Inherits website_sale.short_cart_summary
view_partner_form res.partner xpath Inherits base.view_partner_form
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='Our team will check your order and send you payment information soon.' required=True string='Website Sale SKip Message'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/12.0/website_sale_checkout_skip_payment
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSAlexandre Díaz, OCA Transbot, Sergio Teruel, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - web
    - base
    - web_editor
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
    - social_media
    - sale
    - sales_team
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - digest
    - website_payment
    - website_mail
    - website_form
    - website_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
assets_frontend assets_frontend ir.ui.view qweb Inherits website_sale.assets_frontend
confirmation confirmation ir.ui.view qweb Inherits website_sale.confirmation
confirmation_order_error confirmation_order_error ir.ui.view qweb New
order_state_message order_state_message ir.ui.view qweb New
payment payment ir.ui.view qweb Inherits website_sale.payment
view_partner_form res.partner xpath Inherits base.view_partner_form
Models touched (2)

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

No public methods.

New fields (1)
  • checkout_skip_payment Boolean
    compute='_compute_checkout_skip_payment'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/11.0/website_sale_checkout_skip_payment
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSGitHub, OCA Transbot, oca-travis, Weblate, Martin Wilderoth
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - web
    - base
    - web_editor
    - web_planner
    - http_routing
    - portal
    - mail
    - base_setup
    - bus
    - web_tour
    - sale_payment
    - payment
    - account
    - product
    - decimal_precision
    - analytic
    - sale
    - sales_team
    - website_payment
    - website_mail
    - website_form
    - website_rating
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
confirmation confirmation ir.ui.view qweb Inherits website_sale.confirmation
confirmation_order_error confirmation_order_error ir.ui.view qweb New
order_state_message order_state_message ir.ui.view qweb New
view_partner_form res.partner xpath Inherits base.view_partner_form
wizard_checkout wizard_checkout ir.ui.view qweb Inherits website_sale.wizard_checkout
Models touched (2)

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

No public methods.

New fields (1)
  • checkout_skip_payment Boolean
    compute='_compute_checkout_skip_payment'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/e-commerce
GIT
GIThttps://github.com/OCA/e-commerce.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/e-commerce/tree/9.0/website_sale_checkout_skip_payment
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWebsite
LICENSE
LICENSELGPL-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, Sergio Teruel Albert
WEBSITE
WEBSITEhttps://www.tecnativa.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - website_sale
    - website
    - web
    - base
    - web_editor
    - web_planner
    - sale
    - sales_team
    - mail
    - base_setup
    - web_kanban
    - bus
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - web_tip
    - procurement
    - payment
    - website_payment
    - website_portal
    - website_portal_sale
    - website_mail
    - rating
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
confirmation confirmation ir.ui.view qweb Inherits website_sale.confirmation
confirmation_order_error confirmation_order_error ir.ui.view qweb New
order_state_message order_state_message ir.ui.view qweb New
view_partner_form res.partner xpath Inherits base.view_partner_form
wizard_checkout wizard_checkout ir.ui.view qweb Inherits website_sale.wizard_checkout
Models touched (2)

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

No public methods.

New fields (1)
  • checkout_skip_payment Boolean
    compute='_compute_checkout_skip_payment'
Public methods (0)

No public methods.