Daily updates from Odoo
Wednesday, January 18, 2023
2 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