gpothier
gpothier
# Describe the feature you'd like to have # The Helm chart currently supports the creation of one StorageClass. I think it could be useful to allow the creation of...
It is not currently possible to specify any type of `recoveryTarget` other than `targetTime` in the cluster bootstrap: ``` {{- with .Values.recovery.pitrTarget.time }} recoveryTarget: targetTime: {{ . }} {{- end...
Hi, first of all thanks for making this awesome CMS! So I am trying to write an extension, and the documentation says: > in any Bolt site you can put...
Sometimes the objects obtained from the database are not of the actual domain class but rather of a synthetic subclass (an hibernate proxy, see eg. http://jira.grails.org/browse/GRAILS-4614) NumberToDomainInstanceEditor checks if a...
Hi, I just installed the plugin and found something weird in the JSON response for a given entity: {"success":true,"data":{"aggregates":null,"attached":true,"categories":[],"errors":{"errors":[]},"id":1,"longDescription":"asef","modifiers":null,"name":"ert","properties":{"longDescription":"asef","aggregates":null,"typeId":null,"type":null,"modifiers":null,"categories":[],"aggregatesId":null,"modifiersId":null,"name":"ert","shortDescription":"ert"},"shortDescription":"ert","type":null}} As you can see, there is a "properties" attribute that contains...
The web_responsive module per se does work alongside web_enterprise, so I removed the "excludes" from the manifest. I also created a new module, web_responsive_enterprise, that enables the searchable Apps Menu...
### Is there an existing issue already for this bug? - [X] I have searched for an existing issue, and could not find anything. I believe this is a new...
The kubernetes metadata fields are not added anymore since v7.16 if a field named `kubernetes.cluster.name` (or any field that starts with `kubernetes`, I suppose) is statically added to all events...
Fixes https://github.com/OCA/server-tools/issues/2966
In this repo there is a dependency on `pygount`: https://github.com/OCA/server-tools/blob/0169df8a9800637d06189e65686ff2b9634a9d0c/requirements.txt#L10 The current version of pygount (1.8.0) requires `chardet = "^5"` (https://github.com/roskakori/pygount/blob/7113dd74687732e4c5d7195050caea8e83b67c9f/pyproject.toml#L68). However, Odoo itself requires `chardet==4.0.0` (https://github.com/odoo/odoo/blob/09ada135847b96fa58d862568603dde61fcf1488/requirements.txt#L4) The last version...