Daily updates from Odoo
Friday, September 25, 2020
3 changes · master
Enhancements to existing features
Several common actions are now shown directly as buttons in the control panel instead of being hidden in dropdown menus. This makes tasks like creating invoices, viewing planning, and validating timesheets faster and easier to find for users across Field Service, Projects, Timesheets, and Employees.
Original PR description
PURPOSE Enable the framework to define some of those actions in the controlpanel, as buttons similar to the 'create/edit/discard' buttons. SPECIFICATIONS Replace the below-mentioned dropdown actions with controlpanel buttons - 'create invoice' in Field Service > All Tasks > To Invoice - 'view planning' in Project > Projects > Tasks and Project > Tasks - 'validate' in Timesheets > To Validate - 'view planning' in Employees > Employees and Employee Directory LINKS PR https://github.com/odoo/enterprise/pull/13272 Task-2300426
The expense extraction app now includes a simulated payment registration step for sample receipts. This helps users experience the full sample receipt flow without creating real accounting entries or affecting financial records.
Original PR description
This commit introduces a dummy register payment wizard used for the sample receipts. No accounting entries are generated. TaskID: 2337285
Helpdesk stage lists now display the teams connected to each stage. This makes it easier for users to understand stage ownership and team relationships without opening each stage individually.
Original PR description
It was not possible to see teams linked to stages in stage tree view. Now, with this PR, we can now see teams linked to a stage in stage tree view Task id: 2326300