Repository
OCA/vertical-isp · module folder · Try on Runboat
Module version
1.0.1
Category
Product Management
Folder size
0.01 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
www.savoirfairelinux.com
Last tracking update
2026-08-07 07:17:54
Authors
Odoo Community Association (OCA), Savoirfaire-Linux Inc
Maintainers
Odoo Community Association (OCA), Savoirfaire-Linux Inc
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
contract_isp_package_configurator
Description
Product Dependencies
====================

Allows products to have other products/categories as dependencies.

This module is primarily used by the contract_isp_wizard module to create product/service packages based on product inter-dependencies. It's aim is to provide the basic structure so that other modules can build sales wizards with decision trees based on each product dependency tree.

This module is not related to the manufacturing process or the Bill of Materials.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_product_dependencies_form product.dependencies.form product.dependency form New
view_product_dependencies_product_form product.dependencies.product.form product.product form Inherits product.product_normal_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (3)
  • onchange_category_id(self, cr, uid, ids, category_id)
  • onchange_product_id(self, cr, uid, ids, product_id)
  • onchange_type(self, cr, uid, ids, type_name)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…