Simon COLLIN
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`...
This MR fix the search bar style and change the background when web_responsive is installed Before:  After:  Color with web_reponsive: 
## 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...
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
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
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...