Actions
Install Odoo with OCA repository » History » Revision 6
« Previous |
Revision 6/18
(diff)
| Next »
Olivier Bitsch, 01/26/2023 02:58 PM
How to use Odoo OCA repository¶
Simply create new file with
ODOO_VERSION=15.0
echo "deb [trusted=yes] https://projects.iabsis.com/repository/odoo-oca/debian ${ODOO_VERSION} main" > /etc/apt/sources.list.d/odoo-oca.list
Then add the OCA path into you /etc/odoo/odoo.conf
config file
addons_path = /usr/share/odoo-oca/,/usr/lib/python3/dist-packages/odoo/addons
Restart Odoo
systemctl restart odoo
Install all modules
apt install odoo-oca*
Updated by Olivier Bitsch almost 2 years ago · 6 revisions