| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) |
| Lines of code | 345 |
| Technical Name |
nexterp_product_kit |
| License | OPL-1 |
| Website | https://www.nexterp.ro |
| Versions | 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) |
| Lines of code | 345 |
| Technical Name |
nexterp_product_kit |
| License | OPL-1 |
| Website | https://www.nexterp.ro |
| Versions | 19.0 |
NextERP - Product Kit
NextERP - Product Kit
Overview
Define composite products (kits) made up of one or more component
products. A kit is a regular product.product that holds a list of
component lines, each with its own quantity and unit of measure;
components are individual storable or service products flagged as
Is a Kit Component so they are excluded from direct sale.
The module computes the kit's cost and list price from the sum of its
components: _price_compute aggregates standard_price and
lst_price of every component multiplied by its line quantity, and
the pricelist engine (_compute_price_rule) returns the kit price
based on each component's pricelist entry rather than a flat list
price. This keeps the kit price consistent when component prices or
pricelists change.
Targets sales catalogs built from reusable components — service bundles, hardware-plus-installation packs, or any product sold as a single SKU but priced and tracked as a sum of parts.
Built & supported by NextERP Romania
Romanian Odoo specialists, here for the long run — from implementation to localization and day-to-day production support.
What we do
Odoo Solutions
From quick-start rollouts to multi-company deployments and custom modules built for your processes.
Romanian Localization
SAF-T (D406), e-Factura, e-Transport, D300 / D390 / D394, ANAF integration, full chart of accounts and fiscal positions.
Our Services
Implementation, customization, migration, integration, support and consultancy — Romanian-speaking, SLA-backed.
Features
- New model
product.product.kitstoring the component lines of every kit product (component product, quantity, unit price, unit of measure). - Boolean field Is a Kit Component on
product.templateandproduct.product; ticking it automatically clears Can be Sold via an onchange. - Kit lines exposed on both the product template form and the per-variant easy-edit form via a dedicated Kit Products notebook tab.
- Kit list price (
lst_price) recomputed from componentproduct_qty * product_price, with pricelist and target UoM taken into account through_compute_product_lst_price. - Cost price (
standard_price) and any other price type aggregated from components in_price_compute, so reports and valuations stay consistent. - Pricelist override (
product.pricelist._compute_price_rule): whenever a pricelist is applied to a kit product, the engine sums the components' contextual prices for the requested quantity, UoM and date. - Dedicated Product Kits menu under Sales → Products with list, form, pivot and grouping search views (restricted to the Sales Manager group).
Configuration
1. Mark the component products
- Go to Sales → Products → Products (or Inventory → Products → Products).
- Open each product that should act as a kit component.
- Under the General Information tab, in the Options area, tick Is a Kit Component. Can be Sold is cleared automatically, so components stay out of the regular sales catalog.
- Save.
2. Define the kit product
- Open (or create) the product that represents the kit itself.
- Leave Is a Kit Component unticked and keep Can be Sold active.
- Open the Kit Products tab.
- Add one line per component:
- Component Product — the component flagged at step 1.
- Quantity — how many units of that component the kit contains.
- Unit of Measure — pulled from the component product.
- Price — auto-computed as
quantity * component list price.
- Save. The kit's Sales Price and Cost are now computed from the sum of its components.
3. Per-variant kit definition (optional)
For products with variants, open a variant from the Variants smart button and use the Kit Products tab on the variant form to define a variant-specific component list.
4. Browse all kits
The Sales → Products → Product Kits menu (Sales Manager group) provides a global list / pivot view of every kit line in the database.
To install this module, you need to:
- clone the branch 16.0 of the repository https://github.com/NextERP-Romania/odoo-community
- add the path to this repository in your configuration (addons-path)
- update the module list
- search for "NextERP - Product Kit" in your addons
- install the module
How it works
Pricing behaviour
Once a product has at least one entry in the Kit Products tab, its price stops behaving like a regular product:
- Sales Price (
lst_price) is recomputed assum(line.product_qty * component.lst_price)for every kit line. Changing a component's list price flows through to the kit price immediately. - Cost (
standard_price) is aggregated the same way from each component's cost. - When a pricelist is active in the context, the kit price is rebuilt by calling the pricelist on each component (using the component's own UoM, the requested quantity, the partner and the date) and summing the results, instead of using the kit's flat list price.
Editing a kit
To change what a kit contains, open the kit product and edit the lines in the Kit Products tab — add, remove or adjust quantities. The kit's price refreshes the next time prices are computed (form re-open, pricelist evaluation, report rendering, etc.).
Browsing kits
Use Sales → Products → Product Kits to see every component line across the database. The pivot view groups by category, template and product on rows and by component on columns, and measures Quantity and Price, which is useful for auditing kits that share the same components or for spotting outliers in component quantities.
Behaviour on dependent modules
This module only defines the kit data and the price aggregation. To
explode kit lines onto sale orders, install
nexterp_product_kit_sale. To create one task per service component
on confirmation, add nexterp_product_kit_sale_timesheet on top.
Versions
19.0.1.0.0 (2026-05-25)
- Changelog tracking starts at this release.
Discover the NextERP suite
Other modules from the same publisher, built to work together.
NextERP Romania
Odoo implementation, customization, Romanian localization and long-term support since 2018.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module