Documentation

Installation in five minutes.

Installation

Copy the module

Put the folder woodpecker_bug_tracker into addons_path. Odoo Online does not support custom modules directly — installation will be available once the module is published in Odoo Apps.

Update the apps list

Developer mode → Apps → Update Apps List → find “Bug Report” → Install.

Or from the console

odoo -c /etc/odoo/odoo.conf -d your_db -i woodpecker_bug_tracker --stop-after-init

Assign groups

Settings → Users & Companies → Groups → Bug Report.

Roles

GroupRights
QA TesterCreating and managing bugs
Bug Report ManagerEverything above + stage and tag configuration, deletion

Quick start

  1. Click the bug icon in the systray.
  2. Enter a title — the tracker will warn you about duplicates.
  3. Fill in the template: steps, expected, actual.
  4. Add up to 3 screenshots and annotate them if needed.
  5. Submit — the bug appears in the New stage.

Lifecycle

Once a bug leaves “New”, its description is locked. A resolution is required to close it. A closed bug can be brought back with the Reopen button — the reason is logged in Chatter.

Requirements

  • Odoo 19 and newer
  • Module mail
  • No external Python dependencies needed
  • HTTPS on the Odoo server — for screen capture and pasting from the clipboard (file upload and drag & drop work without it)