TIP: You can type at any time to perform a new search.
Sale Wishlist
sale_wishlist · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 08:42:49
- Authors
- Odoo Community Association (OCA), Camptocamp SA
- Maintainers
- Odoo Community Association (OCA), Camptocamp SA
- Committers
- Weblate, OCA-git-bot, oca-ci, natuan9
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Extends sale_product_set features to add a new typology: wishlist. This module can serve as base to handle multiple wishlists for a customer, being or not e-commerce related.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_partner_view_form |
res.partner.form.sign.inherit | res.partner | form | Inherits base.view_partner_form |
view_product_set_form |
sale_wishlist: product.set.form | product.set | form | Inherits product_set.view_product_set_form |
view_product_set_search |
sale_wishlist: product.set.search | product.set | search | Inherits product_set.view_product_set_search |
view_product_set_tree |
sale_wishlist: product.set.tree | product.set | tree | Inherits product_set.view_product_set_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
typologySelectiondefault='set'selection=[('set', 'Default'), ('wishlist', 'Wishlist')]
No public methods.
New fields (1)
-
wishlists_countIntegercompute='_compute_wishlists_count'string='# Wishlists'
-
action_view_wishlists(self)
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 119 days ago
- Last activity
- 0 days ago
- Repository
- OCA/sale-workflow
- Pull request
- [19.0][MIG] sale_wishlist: Migration to 19.0 (#4308)