Our pure JavaScript Scheduler component


Post by tonyarcucci »

I'm using Scheduler (1.2.5 trial) in a Odoo 10 module, it works fine, but in the other Odoo modules, like invoicing for example, when input a decimal number it becomes number + 0.01.

For example, if I input 2.5 it becomes 2.51.
If I remove scheduler.umd.js, decimals works fine (obviously Scheduler not).

I cannot load scheduler.umd.js only in module where I use it, Odoo always loads all javascript assets at startup.

Why Scheduler it's so invasive on decimal numbers ?

This behaviour does Bryntum Scheduler unusable with Odoo and for my project.
Do You have any solution? I have to decide if buy license or not.

Thank You in advance

Tony

Post by mats »

Try using latest version (2.0.3), this issue should be gone then. Please let us know if that fixes it.

Post by tonyarcucci »

Thanks mats, I'll try it and I'll write You what happens.

Post Reply