Product customer info elaboration

product_customerinfo_elaboration
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/18.0/product_customerinfo_elaboration
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, juancarlosonate-tecnativa
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_customerinfo
OCA/sale-workflow:
    - product_customerinfo_sale
    - sale_elaboration
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_stock
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits product_customerinfo.product_customerinfo_form_view
product_customerinfo_tree_view product.customerinfo xpath Inherits product_customerinfo.product_customerinfo_tree_view
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')
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/sale-workflow
PULL REQUEST
PULL REQUEST[19.0][MIG] product_customerinfo_elaboration: Migration to 19.0 (#4278)