Sale Wishlist

sale_wishlist
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/sale_wishlist
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp SA
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, natuan9
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_set
OCA/sale-workflow:
    - sale_product_set
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - account_payment
    - account
    - onboarding
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 div Inherits base.view_partner_form
view_product_set_form sale_wishlist: product.set.form product.set field Inherits product_set.view_product_set_form
view_product_set_search sale_wishlist: product.set.search product.set field Inherits product_set.view_product_set_search
view_product_set_tree sale_wishlist: product.set.tree product.set field Inherits product_set.view_product_set_tree
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)
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/16.0/sale_wishlist
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp SA
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:45
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_set
OCA/sale-workflow:
    - sale_product_set
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - account_payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - payment
    - utm
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_partner_view_form res.partner.form.sign.inherit res.partner div Inherits base.view_partner_form
view_product_set_form sale_wishlist: product.set.form product.set field Inherits product_set.view_product_set_form
view_product_set_search sale_wishlist: product.set.search product.set field Inherits product_set.view_product_set_search
view_product_set_tree sale_wishlist: product.set.tree product.set field Inherits product_set.view_product_set_tree
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)
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/15.0/sale_wishlist
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Vincent Van Rossem, Jasmin Solanki
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:34
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_product_set
OCA/server-tools:
    - onchange_helper
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_partner_view_form res.partner.form.sign.inherit res.partner div Inherits base.view_partner_form
view_product_set_form sale_wishlist: product.set.form product.set field Inherits sale_product_set.view_product_set_form
view_product_set_search sale_wishlist: product.set.search product.set field Inherits sale_product_set.view_product_set_search
view_product_set_tree sale_wishlist: product.set.tree product.set field Inherits sale_product_set.view_product_set_tree
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)
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/14.0/sale_wishlist
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp SA
COMMITTERS
COMMITTERSOCA Transbot, Sébastien Alix, oca-travis, Weblate, OCA-git-bot, Tran Thanh Phuc
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_product_set
OCA/server-tools:
    - onchange_helper
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_partner_view_form res.partner.form.sign.inherit res.partner div Inherits base.view_partner_form
view_product_set_form sale_wishlist: product.set.form product.set field Inherits sale_product_set.view_product_set_form
view_product_set_search sale_wishlist: product.set.search product.set field Inherits sale_product_set.view_product_set_search
view_product_set_tree sale_wishlist: product.set.tree product.set field Inherits sale_product_set.view_product_set_tree
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)
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/13.0/sale_wishlist
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp SA
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp SA
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, OCA-git-bot, Simone Orsi
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:13
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_product_set
OCA/server-tools:
    - onchange_helper
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_partner_view_form res.partner.form.sign.inherit res.partner div Inherits base.view_partner_form
view_product_set_form sale_wishlist: product.set.form product.set field Inherits sale_product_set.view_product_set_form
view_product_set_search sale_wishlist: product.set.search product.set field Inherits sale_product_set.view_product_set_search
view_product_set_tree sale_wishlist: product.set.tree product.set field Inherits sale_product_set.view_product_set_tree
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)
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/12.0/sale_wishlist
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Orsi, Vincent Van Rossem
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/sale-workflow:
    - sale_product_set
odoo/odoo:
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - decimal_precision
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
res_partner_view_form res.partner.form.sign.inherit res.partner div Inherits base.view_partner_form
view_product_set_form sale_wishlist: product.set.form product.set field Inherits sale_product_set.view_product_set_form
view_product_set_search sale_wishlist: product.set.search product.set field Inherits sale_product_set.view_product_set_search
view_product_set_tree sale_wishlist: product.set.tree product.set field Inherits sale_product_set.view_product_set_tree
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)
    @api.multi
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/sale-workflow
PULL REQUEST
PULL REQUEST[19.0][MIG] sale_wishlist: Migration to 19.0 (#4308)