Rolando Pérez Rebollo
Rolando Pérez Rebollo
This is not really an issue, just an improvement request: a lot of people are connected to internet through an authenticated http proxy (work office for example), will be great...
https://github.com/camptocamp/docker-odoo-project/blob/0861fcdf65ffa1f987736831799ca5ba123db886/16.0/Dockerfile#L58 Output this: 
Here we can see volume data is set to: https://github.com/camptocamp/docker-odoo-project/blob/0861fcdf65ffa1f987736831799ca5ba123db886/16.0/Dockerfile#L63 As for the rest wherever we see data directory for odoo settings we see: https://github.com/camptocamp/docker-odoo-project/blob/0861fcdf65ffa1f987736831799ca5ba123db886/16.0/Dockerfile#L58 https://github.com/camptocamp/docker-odoo-project/blob/0861fcdf65ffa1f987736831799ca5ba123db886/16.0/Dockerfile#L80 I am getting permission...
Although commit history comes from v14 is really a backport from v18 merged addon. #177 @BinhexTeam
Although commits history is taken from #164 technically it's a backport from v18 merged addon. #177 @BinhexTeam
Standard migration to v17 #133 @BinhexTeam
standard migration to v17 Depends on - [ ] #156 #133 @BinhexTeam
standard migration from v16 with several coding improvements: - split business logic between event and project models - sql constraint to avoid settle same project for different events (test added)...
## New Module: Automatic Database Backups via FSSPEC This module introduces automated database backups storing feature using an **FSSPEC** implementation, along with the necessary configurations and views. The primary goal...
- Introduce a new method to handle file writing that allows specifying an alternative output directory via an environment variable - Update documentation to reflect the new output directory option....