Andrius Laukavičius
Andrius Laukavičius
Does Odoo outputs some escape characters via docker, because when I run Odoo I see this: ``` Removing xproject_odoo_1 ... Removing xproject_db_1 ... [1A[2K Removing xproject_db_1 ... [32mdone[0m [1B[2A[2K Removing...
I have these dictionaries as a sample: ```python Y1 = {'migration': {'options': {'install_command': 'odoo2'}, 'versions': [{'version': 'setup', 'operations': {'pre': ["echo 'pre-operation'"]}, 'addons': {'install': ['crm'], 'upgrade': ['note']}}, {'version': '0.1.0', 'operations': {'post':...
`time_current` format Is hardcoded as `time_current = time.strftime('%A %d %B %Y %H:%M:%S %z')` (https://github.com/ansible-collections/ansible.posix/blob/1.3.0/plugins/callback/profile_tasks.py#L100) Its kind of strange default format. I would suggest to either use ISO format or make...
### Describe the feature I was searching VSF docs, but could not find information, recommendations about running VSF in production. If it exists, I guess its buried somewhere:). So can...
When job fails because of concurrent update error, it does not respect max retries set by the job. Problem is that ``perform`` method logic that handles re-try is never called,...
When you need to handle failed jobs, there is no clear way to do it. For example, I have group of jobs that are part of chain. And that chain...
## Module queue_job ## Describe the bug I am using queue job that consists of a chain having inside single jobs and group of jobs. So my chain looks like...
## Module component_event ## Describe the bug When `_event` method is called that is defined in `base` model, and if there is no `components_registry` provided. The one that is used...
### Behaviour Not sure if I am doing it wrong, but I can't make specific images to be cached (if I use `docker buildx bake` locally, it caches everything properly),...
I see that with marabunta there are two ways to supply password. Either directly on command line or via environment variable. Direct password does not feel secure. Where environment variable...