Monday, August 26, 2024
3 changes · master
Enhancements to existing features
Accounting access groups now have clearer names and helper text, making it easier for users to understand permission choices. The basic accounting group is also hidden when the accountant app is uninstalled, reducing confusion in settings.
Original PR description
Improve the name and tooltips of accounting security groups to improve the UX for users. At the same time, we hide the `basic` group on un-installation of account_accountant. Task-4128182 community: https://github.com/odoo/odoo/pull/177368
Mexican e-commerce customers can now select the required payment way during checkout. This helps ensure electronic invoices contain mandatory information, reducing the need to cancel and reissue invoices later.
Original PR description
This commit adds the field `l10n_mx_edi_payment_method_id` to the website checkout, so that the customer can choose the correct option to be saved into the sale order and to fill the attribute in the XML. Purpose: In Mexican electronic invoicing, some fields are mandatory for signing an invoice. Now, on e-commerce, one field is missing to avoid requests to cancel invoices due to lack of information. This missing field is "Payment way" (l10n_mx_edi_payment_method_id). This commit also restructures the placement of `t-if`/`div`s so that they appear in the right places and not generate empty divs. task-id: 4064069
Resolved issues and error corrections
The Studio kanban editor now displays cards and grouped columns at the same scale and layout as the regular kanban view. This makes editing more consistent and restores expected controls such as adding columns and loading more records where appropriate.
Original PR description
This commit fixes the scale of the kanban editor, which was increased compared to the size of the standard kanban view. This was made in an attempt to ease the edition inside of the card, but has become unecessary, since hooks displayed when dragging an item have already an increased padding to make the drop target larger. The paddings of the hooks have been adapted for this purpose instead. task-4075367