TIP: You can type at any time to perform a new search.
Website Sale Empty Cart
website_sale_empty_cart · OCA/e-commerce
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/shop/cart |
WebsiteSaleEmptyCart.cart |
public | http | ALL | website |
Models touched (2)
New fields (1)
-
cart_empty_buttonBooleanreadonly=Falserelated='website_id.cart_empty_button'string='Is the cart empty button enabled?'
No public methods.
New fields (1)
-
cart_empty_buttonBooleanstring='Is the cart empty button enabled?'
No public methods.
Loading…