Hello,
I want setup odoo installation in Server N°1 with standard addons path location in this server, but in addition i want to be able to add others applications path that is hosted in Server N°2 for first installation (Server N°1).
Is this technically possible ?, If yes any guidelines for this.
Thanks in advance.
The solution will likely require NFS mounting at the OS level since addons_path expects it to be available locally.
Or create a git repo with all of the addons and push/pull both directories on a cronjob.