openeducat / openeducat_erp

Comprehensive Open Source ERP for Educational Institutes
https://www.openeducat.org
Other
584 stars 633 forks source link

Unable to change Settings #780

Closed NeneWang closed 2 months ago

NeneWang commented 2 months ago

I am hosting OpenEduCat within a Odoo Docker container. I installed OpenEduCat by adding it to the addons folder by unloading the zip file with all the folders. and then installed it via the apps dashboard.

image

My odoo Containers installation:

docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db_latest postgres:15

docker run -p 8069:8069 --name odoo --link db_latest:db -t odoo

When I attempt to change the settings, I encounter an issue: after clicking "Save," a brief error window flashes, and the settings are not saved.

openeducat

I am able to change settings outside of Openeducat:

cansave

Is this normal? What can I do to fix it? Have I missed a step?

My applications: Base Odoo applications that comes by default activated + Openeducat modules:

image
parthivgls commented 2 months ago

Module names in the list with "?" next to it are OpenEduCat Enterprise Edition Modules, which are only available upon purchase.

NeneWang commented 2 months ago

@parthivgls

Module names in the list with "?" next to it are OpenEduCat Enterprise Edition Modules, which are only available upon purchase.

Thank you for responding. The same happens the same with non ? next to them modules. Or all settings can only be enabled at enterprise only?

screen_settings_non

Another Question: Will the one time payment suffice for the paid enterprise version?