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 IDNameModelTypeStatus
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_ids Many2many → product.elaboration
    comodel_name='product.elaboration'
  • elaboration_note Char
    compute='_compute_elaboration_note' readonly=False store=True
Public methods (0)

No public methods.

New fields (1)
  • elaboration_ids Many2many → product.elaboration
    comodel_name='product.elaboration' compute='_compute_elaboration_ids' readonly=False store=True string='Elaborations'
Public methods (1)
  • onchange_elaboration_ids(self)
    @api.onchange('elaboration_ids')

Loading…