Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate EtherPad on Odoo Server. #53

Open
l-arnold opened this issue Mar 11, 2016 · 10 comments
Open

Integrate EtherPad on Odoo Server. #53

l-arnold opened this issue Mar 11, 2016 · 10 comments

Comments

@l-arnold
Copy link
Owner

Perhaps there could be an "on/off" switch in case someone does not want to run it.

Hopefully can run on the Postgres DBM that Odoo runs on (separate database). Seems can use various Databases to run

@l-arnold
Copy link
Owner Author

Reference Doc:
http://www.emiprotechnologies.com/technical_notes/odoo-technical-notes-59/post/install-configure-and-setting-up-etherpad-server-for-odoo-253

Wouild be nice to generate the API Key and drop into Odoo Settings without much trouble but likely needs to be done manually.

Some testing for sure required.

@l-arnold
Copy link
Owner Author

@JedMeister
Copy link
Collaborator

Perhaps there could be an "on/off" switch in case someone does not want to run it.

If it's setup to run as a service then it'd just be a case of disabling the etherpad service.

SystemD:

systemctl disable etherpad

SysVInit:

update-rc.d etherpad disable 

Wouild be nice to generate the API Key and drop into Odoo Settings without much trouble but likely needs to be done manually.

I'm sure it could be scripted! 😉

@l-arnold
Copy link
Owner Author

l-arnold commented Apr 19, 2016

Coming Back to this. On the one hand it would be nice to "work out of the box"... I did just find that the system works ok without EtherPad so long as "Collaborative Pads" module is not installed (which it had been). If Collaborative Pads module is installed there needs to be a API Connection established.

I would put this on the "Potential List". The main thing collaborative Pads does is allow simultaneous editing by users. Likely it also gives a richer "interface". Ideally it could be "whiteboard-esque" but I have not in fact installed it yet to test.

@JedMeister
Copy link
Collaborator

FWIW we hope to implement an update to Confconsole for v14.2 which would support easy additional post-install config options to be supported...

That will make it much easier to add additional functionality without bloating the base install...

@l-arnold
Copy link
Owner Author

Sounds good. I want to ssume there would be a separate git folder system for installables, butvprobably a question.

Was looking at the subj yesterday.actually.

@ghost
Copy link

ghost commented Jan 4, 2018

Nudging this conversation.

We are running Odoo v11 CE with Collaborative Pads and Project modules installed.

Every attempt to edit a task in Project (which should display the Pads) results in "Unable to load pad". It also takes a long while to attempt to connect to Pad and eventually results in a brief loss of connection to the database. This connectivity loss completely hampers efforts to edit Projects effectively bringing the use of Projects module to a dead halt as far as usability.
See a snapshot of final page load. http://take.ms/PelIL

Pad URL opens without issue when accessed directly in a browser.

Any ideas as to why this happens or how to resolve?

@ghost
Copy link

ghost commented Jan 4, 2018

An update. We restarted the Etherpad service and it resolved the issue of Pad not appearing and the 502 error when trying direct URL.

@l-arnold
Copy link
Owner Author

l-arnold commented Jan 5, 2018

So running v11, did you just update the Git Pull after installing v8, or did you make a new Build.

Needing to do a v10 on our side first.
Definitely want to look at the Pad build. Did you integrate from the EtherPad App or simply add this to your system on your own.

Great to hear you have it all running no matter!

@ghost
Copy link

ghost commented Jan 5, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants