TIP: You can type at any time to perform a new search.
Product customer info elaboration
product_customerinfo_elaboration · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales Management
- 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 09:06:23
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- OCA-git-bot, oca-ci, Bhavesh Heliconia
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This modules allows to use customers info structure, available in *Sales* tab of the product form, also for defining customer information, allowing to define default elaboration per customer and product.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_customerinfo_form_view |
product.customerinfo | form | Inherits product_customerinfo.product_customerinfo_form_view | |
product_customerinfo_tree_view |
product.customerinfo | tree | Inherits product_customerinfo.product_customerinfo_tree_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
elaboration_idsMany2many → product.elaborationcomodel_name='product.elaboration' -
elaboration_noteCharcompute='_compute_elaboration_note'readonly=Falsestore=True
No public methods.
New fields (1)
-
elaboration_idsMany2many → product.elaborationcomodel_name='product.elaboration'compute='_compute_elaboration_ids'readonly=Falsestore=Truestring='Elaborations'
-
onchange_elaboration_ids(self)@api.onchange('elaboration_ids')
Loading…