Simon COLLIN

Results 6 issues of Simon COLLIN

I don't know if it's a bug or I misunderstand something In 12.0 `reverse_entry_id` is set in the **original move** and point to the **reverse move** https://github.com/odoo/odoo/blob/12.0/addons/account/models/account_move.py#L469 In 13.0 `reversed_entry_id`...

bug

This MR fix the search bar style and change the background when web_responsive is installed Before: ![before](https://github.com/OCA/web/assets/10534966/bd95e59c-d35f-4a94-8805-b9df2ef7c48b) After: ![after](https://github.com/OCA/web/assets/10534966/7d394e66-5a21-47af-8222-f6e0d857b7f3) Color with web_reponsive: ![image](https://github.com/user-attachments/assets/34370a67-1009-4a63-928d-e7e023a35690)

## Module base_rest ## Describe the bug When I use cors (_default_cors in controller or cors param in route) I get the appropriate header when I return a value in...

bug

Hi, I've got a deprecation warning : dms/dms_storage/models/dms_file.py:33: DeprecationWarning: Call to deprecated function get (Please use _get_filesystem() instead and the fsspec API directly.). This warning is from the fs_storage module

bug

When using dms_storage the content_file and content_binary can be set because the file save_type stay unchange and set those fields in _update_content_vals

stale

When you save a dms_file, `_update_content_vals` is called with a super first. This super will check the dms_file save_type which is "file" and will set the content_binary After this the...

bug