Hi,
I'm starting to develop my first odoo module in odoo 14. For a while I could just print to the standard output using the print() method in Python, but for an unknown reason it started not working anymore. I also tried to use a logger but it doesn't work either.
When it used to work my output was logging me something each time I was moving from a page to another but it doesn't do it anymore.
Anyone has an idea what could cause this ?
Thanks !