TIP: You can type at any time to perform a new search.
Website Sale Order Cancel
website_sale_order_cancel · OCA/e-commerce
- Repository
- OCA/e-commerce · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Website
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/e-commerce
- Last tracking update
- 2026-08-07 07:57:04
- Authors
- Odoo Community Association (OCA), APSL-Nagarro
- Maintainers
- Odoo Community Association (OCA), APSL-Nagarro
- Committers
- OCA-git-bot, oca-ci, bobrador, Patryk Pyczko
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form_inherit_shipping |
res.config.settings.view.form.inherit.shipping | res.config.settings | form | Inherits website_sale.res_config_settings_view_form |
sale_order_portal_content_inherit_cancel_order |
sale_order_portal_content_inherit_cancel_order | ir.ui.view | qweb | Inherits sale.sale_order_portal_content |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/cancel/confirm |
SaleOrderCancel.confirm_cancel_sale_order |
public | json | GET, POST | csrf off sudo |
Models touched (2)
New fields (1)
-
cancel_restrict_daysSelectionconfig_parameter='sale.cancel_restrict_days'default='1'help='Days before delivery date beyond which cancellations are not permitted.'required=Trueselection=[('0', '0 Days (No Restriction)'), ('1', '1 Day'), ('2', '2 Days'), ('3', '3 Days'), ('4', '4 Days'), ('5', '5 Days'), ('6', '6 Days'), ('7', '7 Days')]string='Cancel Restriction Days'
No public methods.
New fields (1)
-
can_cancelBooleancompute='_compute_can_cancel'
No public methods.