Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
1490 Widoki

Hello everyones,


I'm quite new to the Odoo community and a developer.

First I would like to thanks highly all the team behind Odoo and it's community as well. It's just awesome to benefit from Odoo for free and I have strong feelings for this solution.


I was having two questions please:
1. Is there any other way than git clone the repo to install Odoo 17.4? (ps: using this version mostly because I'm on Ubuntu 24 and regular v17 was not working due to some python modules)

2. Tried to install the themes from official odoo design-themes repository. I tried to put directly a theme folder in the odoo/addons folder, or to import a zip freshly made file of the theme with no apparent changes


Thanks in advance buddies.


NoX

Awatar
Odrzuć
Autor Najlepsza odpowiedź

I'm not able to find the location of odoo configuration file. I've manually installed saas-17.4 branch on my /opt/odoo folder. Everything is working except few bugs. There's one odoo.conf file in /opt/odoo/debian folder but not sure if it's the active config file as there is default informations only inside :

[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = False
db_port = False
db_user = odoo
db_password = False
addons_path = /opt/odoo/addons
default_productivity_apps = True

I see nothing in /etc regarding odoo and documentation is not really explicit on this file location, the one used per default and the guidelines on how to force odoo using a specified config file.


Thanks again.

Awatar
Odrzuć
Najlepsza odpowiedź

If theme modules are in your addons and the addon path is succesully configured in the odoo conf file, In case of backend theme you can directly install it from your apps after updating the app list, in case of website frontend theme you have to got to website then,


editor->Theme-> click on "Switch Theme" -> select your theme

Awatar
Odrzuć