Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
2.1.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 07:56:58
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
sergio-teruel, Ernesto Tejeda, CarlosRoca13, Weblate, OCA-git-bot, oca-ci, josep-tecnativa
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_customerinfo_form_view product.customerinfo form Inherits product_supplierinfo_for_customer.product_customerinfo_form_view
product_customerinfo_tree_view product.customerinfo tree Inherits product_supplierinfo_for_customer.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…

Loading…