Post by karlglo »

The bryntum_gantt_enterprise module attempts to load font files from bryntum_gantt/static, which results in a 404 and missing font-awesome icons.

This is reproducible on odoo-gantt.bryntum.com. Screenshot below.

Screenshot 2023-09-25 145131.png
Screenshot 2023-09-25 145131.png (28.41 KiB) Viewed 824 times

As a temporary workaround, I have needed to create a very skeleton module that comprises nothing but the font files, effectively:

bryntum_gantt
├── README.rst
├── __manifest__.py
└── static
    └── gantt_src
        └── fonts
            ├── fa-solid-900.55b416a8.woff2
            └── fa-solid-900.73820155.ttf

Post by usamagull »

HI karlglo,

             We will look into that and update you asap.

Post by tomb »

Hi Karl, indeed the issue still persists on 16.0 Enterprise version, we're now on top of it and will come with an update this week.


Post by tomb »

This is fixed, you can check on https://odoo-gantt16.bryntum.com and/or download the new version from App store.


Post Reply