Thursday, February 28, 2019
2 changes · master
Resolved issues and error corrections
This update corrects a spelling mistake in a command line help message, changing "excute" to "execute." It improves clarity for users reading test filtering instructions without affecting functionality.
Original PR description
Description of the issue/feature this PR addresses: Fixes typo in command line help message. Current behavior before PR: _Comma separated list of tags to filter which tests to excute._ Desired behavior after PR is merged: _Comma separated list of tags to filter which tests to execute._ [[CLA](https://github.com/odoo/odoo/pull/30978)] -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change corrects JavaScript formatting that was preventing Odoo's documentation from compiling successfully. It helps keep the documentation pipeline reliable without changing user-facing product behavior.
Original PR description
This PR fixes non-compliant javascript As a side effect, these errors made the documentation fail. @jem-odoo @qmo-odoo you're going to burn in a very special level of Hell. A level they reserve for documentation breakers and people who talk at the theater. _\~ Shepherd Book, Firefly_ Bigs ups to @xmo-odoo who hunted these bugs down.