a year ago
Description: All your business on one platform. Simple, efficient, yet affordable!
Category: Other
10 Replies
a year ago
Notes:
Your Odoo deployment will create a default administrator account with the username admin and the password admin. The first thing you will want to do is login and change your username and password from the preferences menu.
Communication to Postgres is done exclusively over the private network and the database is not exposed externally in any way by default, if you want to enable access from outside of the private network you can go to the databases settings to enable TCP proxying and enter the internal port (5432) the TCP proxy can be again removed at any point to close off external access.
a year ago
Great work! Is there a way to install the enterprise apps?
a year ago
Error when Deploy
Logs
'''
Waiting for database…
nc: missing port number
'''
Edit : make sure to check the env setting are very well added
a year ago
Is there a way to install the enterprise apps?
Wouldn't that require buying a licence from Odoo? something I unfortunately wouldn't be able to ever test.
Waiting for database… nc: missing port number
That's not good, I did do a final test deployment after publishing the template, but I will look into this ASAP!
Edit, I could not reproduce this error, please make sure you leave all the default pre-filled variables untouched when deploying.
a year ago
Wouldn't that require buying a licence from Odoo? something I unfortunately wouldn't be able to ever test.
Yes it does! I'm an odoo partner and the easiest way to install the enterprise apps is to clone the private github repo that you gain access to once you register.
I tried this deployment a while back with my own docker images but couldn't get the enterprise repo connected due to the Railway limit of one volume per deployed service.
a year ago
My template unfortunately does have to leave out a mount for the add-ons, there wouldn't be any straight forward way to add add-ons into a volume anyway.
a year ago
It works well but… it means that this template is not used to install Odoo Enterprise! nor other modules?
8 months ago
How can the external apps (https://apps.odoo.com/apps/modules) be installed? Can I download the source code in order to add the external app and redeploy it?
2 months ago
Is there a Odoo 18 template?