Post by christos »

Hi, we're working on scheduler pro module for Odoo. It is working fine. For now it depends on the Odoo Module for Bryntum Gantt. When I install the scheduler pro module I am facing this CSS selector error from the Odoo module for Bryntum Gantt which is being traced back to chunk-vendors.js file. My best guess is these selectors are not related to Gantt but Scheduler that is why they are causing an issue when we're using scheduler. But I am not sure about that because we're not using the chunk-vendors file in our code.
Could not pinpoint why this happens, when it occurs this is the readout we get:

Error: Failed to execute 'matches' on 'Element': '.b-panel-overlay-revealing) > .b-panel-overlay > .b-panel-overlay-header' is not a valid selector.

It is being generated from somewhere inside the chunk-vendors.js file. Can you please help me out in fixing this? Thanks


Post by Terence »

Not sure. Missing context. You are building a new view with Scheduler Pro in it?

In that case you should probably rebuild the bundle file.


Post Reply