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.
The addon adds a new Traceability menu within the Odoo Inventory app, providing users with a centralized hub for accessing traceability-related features.
- Serial by Component
- Product by Component
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.
Open the browser console, paste the code and hit enter.
$(".o_stock_reports_unfoldable").each(function () {
var $unfoldable = $(this);
$unfoldable.click();
});
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