Daily updates from Odoo
Wednesday, January 18, 2023
5 changes · master
New functionality added to Odoo
Document users can now start an expense directly from the Documents app workflow actions. The new expense automatically uses the document name and a default “other” category, reducing manual entry and making it easier to turn receipts or related files into expense records.
Original PR description
PURPOSE ------- A document user can create an expense from a document application. SPECIFICATIONS -------------- - Added a new "Create a Expense" on work flow Actions for creating an expense. - When the expense is created from the document, the name of the expense should be the name of document and the category should be the other. task-304768
Documents managers can now use an activity view directly in Documents to see and manage scheduled activities linked to files. The view includes the document inspector, making it easier to review document details while planning follow-ups.
Original PR description
In this commit, we add activity view in documents.so user see the schedule activity documents. task-289964
Enhancements to existing features
The Knowledge app's article link dialog has been updated to work more reliably in the editor. This helps users insert links to Knowledge articles without running into issues caused by the previous dialog behavior.
Original PR description
Purpose ======= The old dialog's select2 is broken because of bootstrap so we are converting it to an OWL Component which is wrapped with a ComponentWrapper in order to be able to use it inside knowledge's wysiwyg. Specs ===== We are reusing the old dialog's select2 since it worked completely fine before. We wrapped the new dialog, `ArticleLinkBehaviorDialog`, inside `ArticleLinkBehaviorDialogWrapper` which takes as props two functions: * save, which is the function that will render the correct link based on the article that the user chose in the dialog * close, which is the default close function of all Dialog. task-3079001
Kenyan payroll configuration has been updated based on testing to make payslip calculations and reporting more accurate. Payslip presentation was also made more flexible, helping payroll outputs better reflect relevant salary lines for employees.
Original PR description
This commits adjusts the the datas for the kenian payroll localization based on tests. task-3029348
This update adds a team performance report for recruitment so managers can better compare recruiter activity and hiring outcomes. It also improves the spreadsheet color picker, making spreadsheet formatting easier and more user friendly.
Original PR description
WIP