Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

demo is not installed

by
Mohamed Alkobrosly
- 07/11/2024 19:11:35
Hi Contributors.

I am trying to run and fix fastapi_auth_jwt_demo module, it should depend on auth_jwt_demo module, but I found that only auth_jwt_demo module is not installing demo data.

I tried to install it separately using the demo flag, demo keyword in the configuration file, even with a demo database.

I see only auth_jwt_demo is not installing the demo, other modules can install demo data.
If I change the type of data from "demo" to "data" in the manifest they get installed.

I can modify the manifest and make a pull request to make fastapi_auth_jwt_demo be installed correctly especially when it depends on data from auth_jwt_demo, the only problem is that these data are demo and not installable, but if I modify the manifest everything will be fine.

Thanks