odoo/odoo#191289
Created by fw-bot
Closed
- label
- odoo-dev:master-16.0-hw_drivers-fix-home-directory-path-lotr-BGEA-fw
- head
- 2f6db25a47b922c223d25b5b042462a244be9799
odoo/odoo | |
---|---|
16.0 | #190963 |
17.0 | #191149 |
saas-17.2 | #191270 |
saas-17.4 | #191284 |
18.0 | #191287 |
master | #191289 |
[FW][FIX] hw_drivers: always use pi as home directory
To allow compatibility between all db versions and new IoT Box images, we need to ensure that path_file
method returns the path starting from /home/pi
instead of the path of the service user (which is /home/odoo
in newer images).