Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Purchase
Folder size
0.14 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 09:06:27
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Weblate, OCA-git-bot, oca-ci, stferraro
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the Odoo Product module to compute and display the
main Vendor of each products. The main vendor is the first vendor in the
vendors list.

![](../static/description/product_tree_view.png)

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_product_product_tree product.product tree Inherits product.product_product_tree_view
view_product_template_search product.template search Inherits product.product_template_search_view
view_product_template_tree product.template tree Inherits product.product_template_tree_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • main_seller_id Many2one → res.partner
    comodel_name='res.partner' compute='_compute_main_seller_id' help='Put your supplier info in first position to set as main vendor' store=True string='Main Vendor'
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
353 days ago
Last activity
118 days ago
Repository
OCA/purchase-workflow
Pull request
[17.0] [MIG] product_main_seller: Migration to 17.0 (#2780)