Our in-house Odoo team has finished a set of custom modules aimed at streamlining Inventory management. The codebase is already hosted on Git, and every branch installs cleanly for us but still needs an external check before we push it to production. Your assignment is to clone the repository, run the modules on a fresh Odoo environment, and confirm that all inventory operations—stock moves, incoming shipments, and replenishment rules—behave exactly as specified in the README. While testing you will note any unmet dependencies, warnings, or tracebacks, then commit fixes or create merge requests for the team to review. Communication is part of the job: the developers on my side want to understand the exact steps you follow, so after each test cycle you will post concise updates explaining how you pulled, installed, upgraded, or rolled back the code. Basic instructions are enough—think clear terminal commands, key configuration settings, and any gotchas a fresh developer should know. Deliverables • A short daily summary in our Git issues board describing what you tested, results, and next actions • A final “Getting Started” note (max two pages) that lets any team member reproduce your setup from a clean machine • Clean, running branches or documented pull requests for anything that needs fixing Everything happens through Git, Odoo 16 (community), and standard Python/odoo-tools workflow; no extra platforms are required. Once the environment spins up smoothly and the inventory flows pass end-to-end without errors, the task is considered complete.