Daily updates from Odoo
Wednesday, March 1, 2023
2 changes · master
Enhancements to existing features
Users can no longer invoice customers for subscription periods that fall after a contract's end date. When this happens, they are warned and guided to either update the end date or renew the contract, helping prevent incorrect billing.
The Knowledge app has been refined based on user testing to make onboarding clearer and navigation more intuitive. Users now get better guidance when creating articles, improved shortcuts, activity visibility from cards, and automatic article naming from page titles to reduce confusing untitled content.
Original PR description
Purpose: - This commit contains small improvements following observations made during Userbrain user tests. - Add an activity widget in the kanban card (it feels very strange if you land on the kanban view from the activity systray). - Add a keyboard shortcut to the toggle favorite button. - Change the keyboard shortcut for the "create" button (to not have the same shortcut than in the embedded views). - Add a default title (in the body only) to article items (using the name of the item list/kanban), so that the user knows that he is redirected to the new created item when clicking on the create button of an item list/ kanban. - Slightly change the content of the data articles (because users currently don't get how templates works). Task-3083792