Daily updates from Odoo
Sunday, November 24, 2024
2 changes · 18.0
Resolved issues and error corrections
This update fixes several usability issues in the Indonesian e-Faktur module, including better placement and visibility of tax transaction details, corrected CSV export address data, and automatic invoice updates when customer tax codes are added later. It also prevents users from getting stuck by allowing the tax transaction code to be edited until it is used to generate a tax number.
Original PR description
Fixes a few issues with the module in order to improve its usability. * Move the tax transaction code and the range from the main page to the other info page. * Tax transaction code will now be visible even when no taxes are set on the invoice. * Fixes an issue where the customer name would appear in the address column in the csv export. * Handle cases where the code is set on the partner after the creation of an invoice. It will now be automatically set on the invoice upon posting. * Make the tax transaction code field editable as long as it has not yet been used to compute a tax number. This will avoid getting stuck in the event of a posted invoice without tax code and number. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Miscellaneous changes
Current behavior before PR: When a user posted a message in a group chat, the web notification displayed `#False` as the title. This occurred because `record_name` was used as the title but it was empty for channels with `channel_type = 'group'`, as the displayName name is calculated on the UI side when displaying chat in Discuss. Before / After <div style="display: flex;"> <img src="https://github.com/user-attachments/assets/7ad2de52-8cef-41a7-8d63-b19d718725ff" width="48%" style="margi
Original PR description
Current behavior before PR: When a user posted a message in a group chat, the web notification displayed `#False` as the title. This occurred because `record_name` was used as the title but it was empty for channels with `channel_type = 'group'`, as the displayName name is calculated on the UI side when displaying chat in Discuss. Before / After <div style="display: flex;"> <img src="https://github.com/user-attachments/assets/7ad2de52-8cef-41a7-8d63-b19d718725ff" width="48%" style="margin-right: 4%;" /> <img src="https://github.com/user-attachments/assets/452fac6e-3a79-4e53-a09c-4fad57b44856" width="48%" /> </div> Desired behavior after PR is merged: The title of the web notification now correctly displays the group chat name, ensuring recipients see accurate and complete group titles in notifications. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#187657 Forward-Port-Of: odoo/odoo#186756