François Degrave

Results 5 issues of François Degrave

Hi, Same error as #111 which is closed, yet it is still not fixed. Can be fixed it by adding a dot before Dajaxice in core/init.py from .Dajaxice import Dajaxice,...

This is due to the usage of `dump()` to filter off the fields that are missing from the partial datamodel (to differentiate them from null values).

GenericMinimalSerializer had to be adapted since it made use of the "id" and "display_name" field definitions on the "base" model. But since 15.0 those magic fields are not defined on...

Using `base_rest` in Odoo 15 results sometimes in UI crashes (web client not loading) because `swagger_ui.js` is loaded before anything else. This is fixed by adding an explicit dependency to...

approved
ready to merge

## Module queue_job testing utilities ## Describe the bug After a call to perform_enqueued_jobs the enqueued_jobs is empty, even if one of the jobs created new jobs. ## To Reproduce...

bug