Post by rachi01 »

Hi Bryntum Team,

I’m working with Bryntum Gantt and have a requirement to import a list of unplanned (backlog) tasks from an external grid into the Gantt’s taskStore. These tasks already exist in the database but are not yet part of the Gantt timeline.

My goal is to:

Add these tasks programmatically to the Gantt's taskStore via a drag-drop.

Set their status before syncing.

Persist the changes using crudManager.sync().

Could you please advise:

What is the correct way to push these tasks into the taskStore?

How can I ensure custom fields like status are preserved during and after the sync?


Post by tomb »

Hi Rachi,

The easiest way to do this is via Odoo itself - export the tasks from your previous system to CSV and then import them into Odoo. They will then automatically also appear in the Gantt.

Or have you maybe posted this in the wrong forum and you are not using Odoo?


Post by rachi01 »

am using react, how to move this post to that forum.


Post by nivl »

Hi Rachi01,

You can post your question here: viewforum.php?f=52

Niels


Post Reply