TIP: You can type at any time to perform a new search.
Website Sale Order Shipping Modification
website_sale_order_shipping_modification · OCA/e-commerce
- Repository
- OCA/e-commerce · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Website
- Folder size
- 0.04 MB
- License
- LGPL-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), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- pilarvargas-tecnativa, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- geoip2
- System dependencies
- None
- Required by
- None
- Description
This module allows portal users to edit the **delivery address** of a quotation directly from the portal view, reusing the standard website checkout address selector.
Code Analysis ⓘ
Views touched (6)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
address |
address | ir.ui.view | qweb | Inherits website_sale.address |
address_kanban |
address_kanban | ir.ui.view | qweb | Inherits website_sale.address_kanban |
checkout |
checkout | ir.ui.view | qweb | Inherits website_sale.checkout |
checkout_layout |
checkout_layout | ir.ui.view | qweb | Inherits website_sale.checkout_layout |
delivery_form |
delivery_form | ir.ui.view | qweb | Inherits website_sale.delivery_form |
sale_order_portal_content |
sale_order_portal_content | ir.ui.view | qweb | Inherits sale.sale_order_portal_content |
HTTP endpoints (3)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | CustomerPortal.portal_order_page |
inherited | http | ALL | |
| (inherited route override) | WebsiteSaleOrderShippingModification.shop_address |
inherited | http | ALL | |
| (inherited route override) | WebsiteSaleOrderShippingModification.shop_checkout |
inherited | http | ALL |
Models touched (1)
New fields (0)
No new fields.
Public methods (1)-
sale_get_order(self, force_create=False)
Loading…