Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 08:42:54
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Lukas Tran
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_exception_product_sale_manufactured_for
Description
Allows to indicate in products that they were made (i.e. manufactured)
specifically for some customers.

In a sale order, allow to only select products from the UI that were
manufactured for the chosen customer.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_normal_form_view product.product form Inherits product.product_normal_form_view
view_order_form sale.order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • manufactured_for_partner_ids Many2many → res.partner
    column1='product_id' column2='partner_id' comodel_name='res.partner' domain=['|', ('customer_rank', '>', 0), ('is_company', '=', True)] relation='product_product_manuf_for_partner_rel' string='Manufactured for'
Public methods (0)

No public methods.

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
164 days ago
Last activity
118 days ago
Repository
OCA/product-attribute
Pull request
[19.0][MIG] product_sale_manufactured_for: Migration to 19.0 (#2238)