Tuesday, August 19, 2025
2 changes · saas-18.2
Enhancements to existing features
This update improves internal documentation for tax helper functions used in accounting and point of sale code. It helps developers better understand which helpers are available in JavaScript versus Python, reducing confusion when maintaining or extending tax-related features.
Original PR description
Since some of them are copy pasted javascript side, adding such docstring is helping to distinguish what is available directly js-side from point_of_sale from what is only accessible python-side. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#223258
Users now receive a warning when enabling WhatsApp debug mode, explaining that media files will stop being received while it is active. This helps prevent accidental disruption to WhatsApp media handling and makes the impact of the setting clearer before use.
Original PR description
#### Step to reproduce: - go to WhatsApp > Configuration > WhatsApp Buisness Account - enable debug mode #### Previous behavior: - active debug mode #### Expected behavior: - active debug mode - warn user that WhatsApp debug mode will stop medias from being received Other solutions would include the use of: - warning. They are triggered only on `onchange` methods. However, debug_logging is updated through buttons which do not trigger `onchange`. Therefore, to update it through a field it requires some changes in the XML which aren't appropriate for stable. - confirm using a wizard. It would require a new view which is not stable either. opw-4678542