Repository
OCA/e-commerce · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/e-commerce
Last tracking update
2026-08-07 08:42:55
Authors
Odoo Community Association (OCA), Sygel
Maintainers
Odoo Community Association (OCA), Sygel
Committers
Weblate, OCA-git-bot, oca-ci, Manfred Nelvin H, ManfredNelvin
Odoo dependencies
Python dependencies
geoip2
System dependencies
None
Required by
None
Description
This module adds a button in the website cart that let users remove all the selected products at once

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.website.sale res.config.settings form Inherits website.res_config_settings_view_form
total_empty_cart total_empty_cart ir.ui.view qweb Inherits payment.express_checkout
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/shop/cart WebsiteSaleEmptyCart.cart public http ALL website
Models touched (2)

New fields (1)
  • cart_empty_button Boolean
    readonly=False related='website_id.cart_empty_button' string='Is the cart empty button enabled?'
Public methods (0)

No public methods.

New fields (1)
  • cart_empty_button Boolean
    string='Is the cart empty button enabled?'
Public methods (0)

No public methods.

Loading…