Search found 810 matches

What Odoo version are you on?

Ok. I can only debug it if I have the output of the load call of those projects.

You can grab it from the network tab in the dev console of your browser. Or give me access to your Odoo instance.

Screenshot 2023-07-10 at 18.54.59.png
Screenshot 2023-07-10 at 18.54.59.png (333.31 KiB) Viewed 353 times

Ok, I can not reproduce it on my end. Please look into this specific project what makes it different?

Can you look into the answer I gave above? I can not reproduce the MSP issue on my end.

Lets first look into the gantt_calendar field. Did you make modifications to the module?

I see. We removed the gantt_calendar field from project.task gantt_calendar = fields.Selection([ ('general', 'General'), ('business', 'Business'), ('night', 'Night shift') ], string="Gantt Calendar", default='general') This field has been removed and is not used anymore in our module, that...
I see. We removed the gantt_calendar field from project.task gantt_calendar = fields.Selection([ ('general', 'General'), ('business', 'Business'), ('night', 'Night shift') ], string="Gantt Calendar", default='general') This field has been removed and is not used anymore in our module, that...

Is this a specific project where the error occurs? Which Odoo version are you running?

And is this reproducible on https://odoo-gantt.bryntum.com?

demo/demo

Hi, can you please start a new forum thread for each new issue, else I am loosing track? Did you upgrade the module? There is a new field added in project task. It seems your database did not pick it up. Probably it will resolve when you upgrade the module in the app section or uninstall the previou...

This issue should be resolved in version 2.0.5. Will be available tomorrow in the Odoo repository.

Thank you so much for the response! I have tracked the issue. It is solved in version 2.0.5.

Pushed will probably be available from Odoo tomorrow.