Wednesday, February 15, 2023
6 changes · master
Enhancements to existing features
The web command palette search field now has a stable identifier. This helps related Odoo features add elements next to the search field more reliably over time, with no expected change for everyday users.
Original PR description
This commit adds an ID to the input inside the CommandPalette template. It is needed because we are adding inside Knowledge via this PR, odoo/enterprise#34018, an icon near the input of the CommandPalette. This is done in order to keep this inheritance in time and ensure that it will likely never be removed. task-2900465 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This pull request updates accounting and electronic invoicing areas, including journals, customer/vendor bills, payments, security rules, views, and related tests. It appears intended to improve or adjust accounting document handling, but the sparse PR title and commit message make the exact business outcome unclear.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The HR Skills app now lets users generate and print employee CVs using resume and skills information already stored in Odoo. This makes it easier for HR teams and managers to share consistent, professional employee profiles without manually recreating documents.
Original PR description
TaskID: 2971501
Payments now show the same message history as the accounting entry behind them, avoiding duplicate chatter areas. This makes payment records clearer for users while preserving change tracking on payment details.
Original PR description
account.payment inherit mail.thread but inherits account.move. Since account.move is also inheriting mail.thread, the payment is working with 2 chatters. This change aims to unify that by displaying the chatter from the account move in the payment form view, while at the same time keep tracking value changes from the payment as it was done at the moment. Task id #2770147 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Knowledge app now uses clearer wording in confirmation dialogs shown from the permission panel. This helps users better understand the impact of permission-related actions before confirming them.
Original PR description
This commit rewords all the confirmation dialogs launched by the permission panel in order to make it more comprehensible for the user. task-3159357
Updates were made to electronic invoicing support for Chile, Colombia, and Peru. These changes help improve compliance workflows and reliability for businesses using local invoicing requirements in those countries.