doodba
doodba copied to clipboard
Base image for making the creation of customized Odoo environments a piece of cake
This allow you to potentially build different configuration files based on the enviroment you are using. @ForgeFlow
base_search_fuzzy got migrated https://github.com/OCA/server-tools/pull/2310 Info @wt-io-it
In f931b534872fed96e9037ad31eb5b90ada4b3111 direxec was converted from bash to python. In the python version we should not try to execute directories. As the execute flag for directories only means that the...
## Describe the bug When adding a python script to a doodba-... project in entrypoint.d one cannot use compile=true ``` Creating entrypoint_odoo_run ... done doodba INFO: Waiting until postgres is...
Whenever there's a parameter to change in the odoo config as of now if I'm not mistaken we have to add them one by one from ENV to the config....
This a fix for the below error: PermissionError [Errno 13] Permission denied: './hooks/build' at /opt/hostedtoolcache/Python/3.10.2/x64/lib/python3.10/os.py:597 in _execvpe 593│ argrest = (args,) 594│ env = environ 595│ 596│ if path.dirname(file): →...
This pull try to solve [Tecnativa/doodba#4039](https://github.com/Tecnativa/doodba/issues/389) . It will load wkhtmltopdf from an external docker image in port 8080.
This [project](https://github.com/acsone/kwkhtmltopdf) implement a client-server architecture to wkhtmltopdf. It reduces the dependencies of the base image and it makes easy to distribute load. It could be used to solve #342...
This modify pot script to save each translation inside module directory. It needs language code (example es or es_ES) as second paramenter.
### Discussed in https://github.com/Tecnativa/doodba/discussions/467 Originally posted by **yelizariev** January 3, 2022 Links to the modules won't work because of recent changes. See https://github.com/odoo/odoo/pull/82081