Skip to content
/ ecox Public

This Odoo 16 addon facilitates the retrieval of products by searching components specified in the Bill of Materials (BoM).

Notifications You must be signed in to change notification settings

mchev/ecox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecox

Overview

The Traceability addon enhances the functionality of the Odoo Inventory app by introducing a new Traceability menu. This menu provides valuable insights into the traceability of products and components within your inventory.

Features

Traceability Menu

The addon adds a new Traceability menu within the Odoo Inventory app, providing users with a centralized hub for accessing traceability-related features.

Sub-Elements

  1. Serial by Component
  2. Product by Component

Usage

Navigate to the Traceability menu within the Odoo Inventory app.

Choose between the Serial by Component and Product by Component sub-menus to access detailed traceability information.

Search for a component.

Hack Script to unfold elements

Open the browser console, paste the code and hit enter.

 $(".o_stock_reports_unfoldable").each(function () {
        var $unfoldable = $(this);
        $unfoldable.click();
    });

Dev

Run Odoo with the custom conf and upgrade the ecox package.

python3 odoo-bin -c odoo.conf -u ecox

./odoo.conf

[options]
db_host = localhost
db_port = 5432
db_user = odoo
db_password = ""
addons_path = addons,dev

About

This Odoo 16 addon facilitates the retrieval of products by searching components specified in the Bill of Materials (BoM).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages