Repository
OCA/product-kitting · module folder · Try on Runboat
Module version
1.0.1
Category
Generic Modules/Sales & Purchases
Folder size
0.01 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com
Last tracking update
2026-08-07 06:56:14
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Yannick Vaucher, Guewen Baconnier, Alexandre Fayolle, unknown, Augustin Cisterne-Kaas
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
     This module split the product into the related packing according
     to their Bill of Material when validating a purchase order.

     BoM Example structure:

     Product A (fantom)
        Product B (normal)
            Product B1 (normal)
            Product B2 (normal)
        Product C (fantom)
            Product C1 (normal)
            Product C2 (normal)

     With this module, purchase of Product A will result in a packing of :

     Product B
     Product C1
     Product C2

     Without it will result in a packing of :

     Product A
    

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…