Closed oerp-odoo closed 2 years ago
I think that you can't use "arrows" (ES6 feature)... full support will be in v12.
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
If
web_tree_dynamic_colored_field
is installed, standard Odooweb
tests start to fail. It actually somehow fails to load relevant parts of code, which then causes to fail tests (or timeout).I get this:
It seems to be the problem specifically with this method (in
web_tree_dynamic_colored_field.js
):To be exact, this part:
It probably has something to do with standard
colors
attribute being overridden. I don't know how to workaround it yet so both tests would work and this part would work. Removing this method, makes tests to pass again, but part of functionality is lost then..P.S. I noticed this, when I added this module as dependency for my repository and then
odoo.sh
builds have started to fail.