Thursday, September 2, 2021
5 changes · master
Enhancements to existing features
Phone call activity categorization has been moved from VoIP into the core Mail area. This makes meeting and activity management more consistent for users, even when VoIP-specific features are not the main focus.
Original PR description
In order to ease the mail.activity meetings management, we move the 'phonecall' category into the base 'mail' module. Check community commit for more details. Co-authored-by: Aurélien Warnon <awa@odoo.com> Task-2486126 ENT PR odoo/enterprise# COM PR odoo/odoo#75530
Resolved issues and error corrections
This fixes a minor issue in accounting reports where the debug information popup could build an incorrect filter for its action. It helps ensure users and support teams see the right records when using debug details, reducing confusion during troubleshooting.
Original PR description
The goal is to fix a small bug that occurred when the domain was built.
Miscellaneous changes
…inted receipt Forward-Port-Of: odoo/enterprise#20531 Forward-Port-Of: odoo/enterprise#20520
Original PR description
…inted receipt Forward-Port-Of: odoo/enterprise#20531 Forward-Port-Of: odoo/enterprise#20520
…t something The test involved in this commit did not test much hence did not crash when timeRanges were changed. This commit is linked to the fix [FIX] web: widget pie_chart supports timeRanges in PR: odoo/odoo#75335 Forward-Port-Of: odoo/enterprise#20551
Original PR description
…t something The test involved in this commit did not test much hence did not crash when timeRanges were changed. This commit is linked to the fix [FIX] web: widget pie_chart supports timeRanges in PR: odoo/odoo#75335 Forward-Port-Of: odoo/enterprise#20551
Steps to reproduce: With xml-rpc: - create a `sign.send.request` object - call `send_request` on this object Issue: Traceback: Empty `env.user` . Cause: Using `http.request` env, to get `sign.log model` or to get current user, outside of the controller will init a new env. In this case, the env will not have any user. Solution: Replace `http.request` by `self`. opw-2628387 Forward-Port-Of: odoo/enterprise#20418
Original PR description
Steps to reproduce: With xml-rpc: - create a `sign.send.request` object - call `send_request` on this object Issue: Traceback: Empty `env.user` . Cause: Using `http.request` env, to get `sign.log model` or to get current user, outside of the controller will init a new env. In this case, the env will not have any user. Solution: Replace `http.request` by `self`. opw-2628387 Forward-Port-Of: odoo/enterprise#20418