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 IDNameModelTypeStatus
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)
  • typology Selection
    default='set' selection=[('set', 'Default'), ('wishlist', 'Wishlist')]
Public methods (0)

No public methods.

New fields (1)
  • wishlists_count Integer
    compute='_compute_wishlists_count' string='# Wishlists'
Public methods (1)
  • 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)