"frePPLe 6.10, Odoo 13. Both fresh installs. The instructions are unclear as to where we configure the odoo parameters on the frePPLe side but I did it under Admin/Parameters. When I run http://192.168.86.39/frepple/xml?database=test2&company=companyName I get an internal server error and it says to check Odoo log.
Odoo log shows: ValueError: Invalid field 'requested_date' on model 'sale.order'
I don't see in the frePPLe Odoo module any reference to adding requested_date to sale.order in the models folder. It's not in the standard Odoo database so there must be some other unreferenced Odoo module that needs to be added. Searching Google for any module with requested_date in sale.order returns nothing. So complete mystery.
In Odoo under Manufacturing, Advanced planning - frePPLe I see 192.168.86.23 refused connection. When I get the URL from Inspect in the browser I am able to open it ok in another tab, not sure why it doesn't show up here."
I was asked:
FrePPLe needs to be loaded as a server wide module. This is achieved by updating an option in the Odoo configuration file: “server_wide_modules= frepple,web,web_kanban”
This is set in the Odoo configuration.
Another reply:
Looks like an Xframe permission issue. By default we don't allow embedding frepple content in an iframe for security reasons.
Make sure to check out these points from the configuration instructions on https://frepple.org/docs/current/integration-guide/odoo-connector.php :
I also checked this and this does not appear to be the problem.