-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] common.commands.odoobin: Escape markup in odoo-bin logs
Escape Rich's markup-like substrings in odoo-bin logs to avoid having information stripped from the logs when displayed in the console. For example, the following log line: ``` Element '<xpath expr="//field[@name='test']">' cannot be located in parent view ``` Was previously stripped down to: ``` Element '<xpath expr="//field">' cannot be located in parent view ``` Additionally, a new argument is passed to the odoo-bin command and children to allow disabling pretty-printing of the logs.
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters