try try
try try

Reputation: 11

adding extra-addons on odoo.conf on macos as an extra path for addons

i'm using mac os and i already installed odoo13 i'm trying to add an extra-addons as a new path for my addons, the thing is i cant find the new modules when i update the apps. i found the odoo-conf in this path odoo13/debian/odoo.conf i did edit the file to be

[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 =/usr/lib/python3/dist-packages/odoo/addons,/user/raed/odoo13/addons,/user/raed/odoo13/extra-addons 

but that doesnt work and the new modules doesnt appeared in the apps

will bery very appreciated if any one can help

thanks

Upvotes: 1

Views: 1349

Answers (1)

user3775750
user3775750

Reputation: 9

In your home directory, there are a hidden file named .odoorc

This file is the file configuration for odoo, so open it with nano and add your path custom under addons_path variable and restart odoo.

You custom path will be load

Upvotes: 1

Related Questions