Tuesday, September 2, 2014
1 change
Resolved issues and error corrections
Odoo now avoids using a user's home location for data storage when that home location is not a real directory, such as for system service accounts. This helps deployments start and run more reliably in stricter server setups.
Original PR description
Use site data dir instead of user data dir when user's home is not a directory. Like system users created with /dev/null as home. Stricter than before.