Post by milton.vacari »

Hi

I want to know how can i change first day of week to monday, on my Odoo i already changed this but on addon remains sunday.


Post by Terence »

It is possible to set weekStartDay in the configuration object, but we should pick it up from Odoo settings.

I have created a ticket for this: https://github.com/bryntum/odoo-support/issues/109

See viewtopic.php?t=23535
for setting it in the configuration object.


Post by milton.vacari »

you said configuration object you mean this part? how can i set this configuration?

Attachments
Screenshot_4.png
Screenshot_4.png (20.18 KiB) Viewed 399 times

Post by Terence »

{           
weekStartDay: 1 }

https://bryntum.com/products/gantt/docs/api/Scheduler/view/TimelineBase#config-weekStartDay

Also see: viewtopic.php?t=23535

You can set basically all configs documented https://bryntum.com/products/gantt/docs/api/Gantt/view/Gantt

*under notice that it may not conflict with the current implementation and that it is is supported by the backend.


Post Reply