hi all,
i performed following steps to have custom addons path but it seems i made a mistake, please guide for this.
odoo 14 CE on Ubuntu 18.04 ( VM on VMWare )
default addons path:
/odoo/odoo-server/addons
custom addons path ( chown -R odoo:odoo and chmod -R 755 on folder ):
/odoo/odoo-server/custom/addons
/odoo/odoo-server/debian/odoo.conf
addons_path = /odoo/odoo-server/addons,/odoo/odoo-server/custom/addons
cd /odoo/odoo-server/addons
sudo mv /odoo/odoo-server/addons/hr_attendance .
sudo mv hr_attendance hr_att
sudo chown -R odoo:odoo hr_att
sudo service odoo-server stop
sudo service odoo-server start
in browser click on below option to have app from my custom addons folder:
Update Apps List
but it is not showing even i used search option for " hr_ " without quotes.
requesting for help in this matter.
regards
any hope to get it working?